Back to skills
extension
Category: Development & EngineeringNo API key required

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.

personAuthor: jakexiaohubgithub

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 ...`