What problem does it solve?
Teams often need to create, modify, and refine Claude agents, but doing so manually can lead to inconsistent documentation, suboptimal model choices, and missed parallelization opportunities.
Core Features & Use Cases
- Creation Checklist: Guides users through purpose definition, tool selection, model selection, parallelization, error handling, and output formatting.
- Model & Tool Guidance: Provides tables and recommendations for selecting the appropriate Claude model and necessary tools.
- DRY Principle Enforcement: Prompts users to search existing agents before adding new content.
- Parallelization Advice: Links to reference patterns to convert sequential tasks into parallel sub‑agents.
- Optimization Checklist: Helps review and improve existing agents for performance and maintainability.
- Use Cases: Creating a new code‑review agent, updating an existing deployment validator, or auditing agents for redundant logic.
Quick Start
Ask the agent-writer skill to create a new Claude agent for code review with the Sonnet model and the GitHub tool.