Agent skill
anvil
Heavy-duty "No-Vibes" debugging and hardening orchestrator. Use this for complex, stubborn bugs where `review-code` has failed, or for "Red Teaming" (hardening) a codebase. Runs multiple agents in parallel (Thunderdome) using git worktree isolation.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/anvil
Metadata
Additional technical details for this skill
- short description
- Multi-agent Thunderdome for judging and fixing complex bugs
SKILL.md
Anvil Skill
Anvil is the "Heavy Artillery" of debugging. It spawns a "Thunderdome" where multiple agents compete to fix a bug in isolated git worktrees.
Commands
- Debug: `./run.sh debug run --issue "..."`
- Harden: `./run.sh harden run`
- Cleanup: `./run.sh cleanup run --run-id ...`
Didn't find tool you were looking for?