Agent
Design comprehensive implementation plans and architecture blueprints. This agent SHOULD be used when planning new features, system design, or architectural decisions before implementation.
Practical minimalism for AI assisted programming with Claude Code
Agent
Design comprehensive implementation plans and architecture blueprints. This agent SHOULD be used when planning new features, system design, or architectural decisions before implementation.
Agent
Trace and understand feature implementations across codebases. This agent SHOULD be used when investigating how existing features work or tracing code paths.
Agent
Review code for bugs, security issues, and adherence to project standards. This agent SHOULD be used when reviewing code changes for quality, security, and standards compliance.
Agent
Search across GitHub repositories, code, issues, and PRs using gh CLI. This agent SHOULD be used when comparing libraries, evaluating open source projects, searching issues/PRs across repos, finding code patterns across GitHub, or assessing project community health (e.g. "find a good state machine library for Ruby"…
Agent
Clone and search a specific library or framework's GitHub repository for documentation, API signatures, type definitions, examples, and source code. This agent SHOULD be used when the user asks how a library feature works, needs API documentation from source, wants real usage examples, or needs to examine type…
Agent
Research current events, news, blog posts, tutorials, community discussions, and general web information not found in source code repositories. This agent SHOULD be used when the user asks about industry news, technology comparisons, community opinions, troubleshooting errors with no clear library source, or…
Agent
Find YAGNI violations, over-engineering, wrapper hell, and premature generalization. This agent SHOULD be used for codebase simplification and identifying unnecessary complexity.
Agent
Find orphan files, unused exports, commented code, debug statements, TODO cruft, and unused imports. This agent SHOULD be used for dead code analysis and codebase cleanup tasks.
Agent
Find copy-paste, structural, and logic duplication with consolidation suggestions. This agent SHOULD be used when identifying repeated code patterns that need consolidation.
Agent
Find naming convention violations, semantic drift, and misleading names. This agent SHOULD be used when auditing naming consistency and readability across a codebase.
Agent
Address individual PR review comments by implementing requested changes and reporting resolution. This agent SHOULD be used when resolving GitHub PR review feedback programmatically.
Agent
Execute ONE specific refactoring surgically with behavior preservation and test verification. This agent SHOULD be used when applying a single, targeted refactoring with guaranteed behavior preservation.
Agent
Analyze code and recommend refactoring opportunities with prioritized, actionable suggestions. This agent SHOULD be used when planning refactoring strategy before execution.
Agent
Verify change completeness, find orphaned code, and detect development artifacts. This agent SHOULD be used after implementation to verify nothing was missed or left behind.
Agent
Analyze test structure, find missing test files, fixture sprawl, and framework inconsistencies. This agent SHOULD be used when auditing test organization and coverage gaps.