- Add docs/releasing-worker.md with build and release process - Add pkgs/worker/default.nix template for nix packaging - Add skills/hq/README.md with installation and deployment guide - Update skills/hq/SKILL.md with detailed requirements table - Add hq and review-gate to skills.nix - Add releases/ to .gitignore Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
21 lines
935 B
Nix
21 lines
935 B
Nix
{
|
|
ai-tools-doctor = "Check and sync AI tool versions";
|
|
bd-issue-tracking = "BD issue tracking skill";
|
|
code-review = "Multi-lens code review with issue filing";
|
|
doc-review = "AI-assisted documentation review";
|
|
hq = "Multi-agent orchestration with worker CLI";
|
|
niri-window-capture = "Invisibly capture window screenshots";
|
|
ops-review = "Multi-lens ops/infrastructure review";
|
|
orch = "Orchestration and consensus skill";
|
|
playwright-visit = "Browser automation and content extraction";
|
|
review-gate = "Quality gate for agent work";
|
|
screenshot-latest = "Find latest screenshots";
|
|
spec-review = "Technical specification review";
|
|
tufte-press = "Generate study card JSON";
|
|
worklog = "Create structured worklogs";
|
|
update-spec-kit = "Update spec-kit ecosystem";
|
|
update-opencode = "Update OpenCode via Nix";
|
|
web-search = "Search the web via Claude";
|
|
web-research = "Deep web research with multiple backends";
|
|
}
|