What problem does it solve?
It helps you improve Claude Code agent performance by turning accumulated feedback and routing outcomes into concrete, targeted edits to the agent definition instead of guesswork.
Core Features & Use Cases
- Performance analysis from feedback: Reviews the agent definition, feedback-memory patterns, and routing logs to identify the most frequent failure modes (e.g., wrong tool choice, incomplete output, misunderstanding intent, hallucinations, excessive scope).
- Surgical prompt engineering: Proposes minimal, traceable changes mapped to specific failure modes, including constraints and verification/checklists to prevent regressions.
- Validation and safe rollout: Runs representative tasks to confirm measurable improvement, restores from backup on failure, and records the change via a committed update and a structured memory entry.
Quick Start
Use the improve-agent skill when you tell the system “Improve agent improve-agent” after you notice repeated corrections or provide performance feedback for that agent.