script-development/claude

2Stars on the repository
38Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

librarian

01

script-development/claude

Agent Claude Code

Scan other repos for skills and agents worth sharing, grade them, and recommend what to import. Use when the task mentions "anything to update", "check repos", "scan for skills", "what's new", "maintain", or any request to find shareable skills/agents in other codebases.

2 3mo ago B 66 tokens

acceptance-reviewer

02

script-development/claude

Agent

Verify that implementation satisfies the plan's acceptance criteria and matches wireframe/design specifications. Use after completing a task (/next step 6) or before creating a PR (/pr step 3). Spawn with mode "task" for single-task review or "pr" for full-branch review.

2 3mo ago A 63 tokens

agent-auditor

03

script-development/claude

Agent

Audit agent definitions for quality, consistency, and best practices. Use when the task mentions agent audit, agent review, agent quality, agent consistency, or checking agent definitions.

2 3mo ago A 39 tokens

bug-fix-verifier

04

script-development/claude

Agent

Verify that a bug fix actually resolves the defect described in BUG.md and doesn't introduce obvious regressions. Spawned by /fix-bug before PR creation as the blocking gate for bug-fix branches — the bug analogue of acceptance-reviewer for feature branches.

2 3mo ago A 61 tokens

docs-auditor

05

script-development/claude

Agent

Audit CLAUDE.md and project documentation against the actual codebase to find drift. Use when the task mentions docs audit, convention drift, stale docs, CLAUDE.md check, or documentation accuracy.

2 3mo ago A 46 tokens

efficiency-hunter

06

script-development/claude

Agent

Hunt efficiency problems in code changes — N+1 queries, missed concurrency, hot-path bloat, wasteful recomputation, missing eager-loading, and await-in-loop patterns. Spawned conditionally by /review-branch — only when the branch diff touches DB access, async code, or tight loops — in parallel with acceptance-reviewer…

2 3mo ago A 79 tokens

plan-reviewer

07

script-development/claude

Agent

Review feature plans for codebase convention violations before approval. Use when a plan has been produced by /plan-feature and needs convention checking, or when the task mentions plan review, convention check, or plan audit.

2 3mo ago A 46 tokens

qa

08

script-development/claude

Agent

Diagnose failing CI runs OR evaluate completed implementations against plan acceptance criteria. Use when the task mentions CI, pipeline, failing checks, build failure, test failure, post-implementation review, acceptance check, or verify implementation.

2 3mo ago A 46 tokens

reviewer

09

script-development/claude

Agent

Review PRs for code quality, architectural concerns, and pattern consistency. Use when the task mentions review PR, code review, check PR, or look at a pull request.

2 3mo ago A 38 tokens

script-development/claude

Agent

Hunt silent failures, inadequate error handling, and inappropriate fallbacks in code changes. Spawned conditionally by /review-branch — only when the branch diff contains error-handling changes — in parallel with acceptance-reviewer and simplicity-reviewer.

2 3mo ago A 56 tokens

simplicity-reviewer

11

script-development/claude

Agent

Verify that the implementation is the simplest shape that meets the plan — reuses existing code, follows DECISIONS.md, and avoids scope creep or dead scaffolding. Spawned by /review-branch in parallel with acceptance-reviewer against the full branch diff.

2 3mo ago A 58 tokens

script-development/claude

Agent

Verify that TASKS.md fully covers PLAN.md — every acceptance criterion, wireframe screen, and scope item maps to at least one task. Use after /task-writer generates or updates TASKS.md. Reports coverage gaps, unmapped criteria, and scope creep.

2 3mo ago A 59 tokens

wireframe-reviewer

13

script-development/claude

Agent

Verify that WIREFRAMES.md is complete, internally consistent, uses valid design tokens, references real components, and covers all screens from PLAN.md's frontend scope. Use after wireframe generation. Reports structural gaps, invalid tokens, missing screens, and component mismatches.

2 3mo ago A 59 tokens