Sub-agent suite for plan, cook, and fix pipelines — scout, debugger, tester, reviewers
npx claudepluginhub danielleit241/my-skills --plugin agents-bundleEvidence-gathering agent for the /fix pipeline. Given a bug description, greps for error patterns, reads affected source files, and checks recent git changes. Returns a structured evidence report within a ≤6 tool call budget.
Root cause analysis agent. Used by /fix (receives scout evidence report) and /cook (receives tester failure output). Forms hypotheses, confirms/rejects against codebase, applies a minimal fix, and reports findings.
Testing sub-agent for the /cook pipeline. Writes comprehensive tests for newly implemented code, runs the full test suite, and reports pass/fail results. If tests fail, signals the main agent to spawn a debugger.
Plan-creation sub-agent for the /plan pipeline. Given a feature description and optional research reports, writes the full plan directory: plan.md overview + one phase-XX-{name}.md per phase. Used in Fast, Hard, Parallel, and Two modes.
Research sub-agent for the /plan pipeline. Spawned twice in parallel — once for the primary approach, once for the alternative. Each instance has a budget of ≤5 tool calls. Returns a structured research report.
Red-team reviewer for the /plan pipeline. Reads plan.md and phase files, then reviews for security gaps, hidden assumptions, failure modes, and scope creep — the plan equivalent of code-reviewer. Returns structured findings with ACCEPTED/NOTED verdicts.
Generic code review agent. Reads CLAUDE.md for project-specific rules first, then applies universal security, correctness, and quality checks. Use immediately after writing or modifying code.
Finalize sub-agent used by /cook and /fix. Syncs completed phase checkboxes in plan.md, updates plan Status, and reports overall progress. Skipped gracefully if no plan.md exists.
Finalize sub-agent used by /cook and /fix. Identifies which docs were affected by the implementation and updates them minimally to reflect the new state.
Finalize sub-agent used by /cook and /fix. Stages changed files, creates conventional commits, and asks the user whether to push. Never force-pushes or skips hooks.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Uses power tools
Uses Bash, Write, or Edit tools
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification