anvil

star 3

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.

grahama1970 By grahama1970 schedule Updated 4/4/2026

name: anvil description: > 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. triggers:

  • anvil
  • debug this (hard)
  • run thunderdome
  • harden this
  • red team this
  • deep debug metadata: short-description: Multi-agent Thunderdome for judging and fixing complex bugs provides:
  • hardening composes: [task-monitor]

taxonomy: - hardening - validation - resilience

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 ...`
Install via CLI
npx skills add https://github.com/grahama1970/agent-skills --skill anvil
Repository Details
star Stars 3
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator