- skills/verify-work: The Gatekeeper (runs verify.sh) - skills/test-review: The Auditor (checks test quality) - skills.nix: Registered new skills
23 lines
1.1 KiB
Nix
23 lines
1.1 KiB
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";
|
|
test-review = "Audit test quality for flakiness, tautologies, and anti-patterns";
|
|
verify-work = "The Gatekeeper: Run project build/tests before claiming success";
|
|
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";
|
|
}
|