Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add grahama1970/agent-skills --skill "anvil"
Install specific skill from multi-skill repository
# Description
>
# SKILL.md
name: anvil
description: >
Heavy-duty "No-Vibes" debugging and hardening orchestrator. Use this for complex, stubborn bugs
where code-review 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
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 ...`
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.