
Bug Hunt
- Updated March 9, 2026
- Qkyrie/claude-setup
bug-hunt is a Claude Code skill in the AI & Agent Building category. Adversarial bug finding using 3 isolated agents (Hunter, Skeptic, Referee) to find and verify real bugs with high fidelity
Key points
- bug-hunt
- AI & Agent Building
- AI-coding skill
Bug Hunt by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Qkyrie/claude-setup/plugin install bug-hunt@qkyrie-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | March 9, 2026 |
|---|---|
| Repository | Qkyrie/claude-setup ↗ |
What it does
Adversarial bug finding using 3 isolated agents (Hunter, Skeptic, Referee) to find and verify real bugs with high fidelity
README.md
qkyrie-plugins
Personal Claude Code plugin marketplace.
Installation
/plugin marketplace add Qkyrie/claude-setup
/plugin install bug-hunt@qkyrie-plugins
Plugins
bug-hunt
Adversarial bug finding using 3 isolated agents (Hunter, Skeptic, Referee) to find and verify real bugs with high fidelity.
/bug-hunt # Scan entire project
/bug-hunt src/ # Scan specific directory
/bug-hunt lib/auth.ts # Scan specific file
/bug-hunt -b feature-xyz # Scan files changed in feature-xyz vs main
/bug-hunt -b feature-xyz --base dev # Scan files changed in feature-xyz vs dev
Adding Plugins
- Create
plugins/<name>/.claude-plugin/plugin.json - Add skills/agents/hooks inside that plugin directory
- Add an entry to
.claude-plugin/marketplace.json - Commit and push
Related skills
AI & Agent Buildingagents