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




