bug-hunt

qkyrie-plugins

productivityClaude Codeby Qkyrie

Summary

Adversarial bug finding using 3 isolated agents (Hunter, Skeptic, Referee) to find and verify real bugs with high fidelity

Install to Claude Code

/plugin install bug-hunt@qkyrie-plugins

Run in Claude Code. Add the marketplace first with /plugin marketplace add Qkyrie/claude-setup if you haven't already.

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

1. Create plugins/<name>/.claude-plugin/plugin.json 2. Add skills/agents/hooks inside that plugin directory 3. Add an entry to .claude-plugin/marketplace.json 4. Commit and push

Related plugins

Browse all →