Use a single skill with role selection. If the user specifies a hunter, use that role; otherwise start with the orchestrator and ask which mode applies.
Role Map
orchestrator → agents/orchestrator.md
logic-hunter → agents/logic-hunter.md
cpp-hunter → agents/cpp-hunter.md
python-hunter → agents/python-hunter.md
Workflow
Read README.md and follow the “hunt, don’t fix” rule.
Spawn a child agent with agent_type equal to the selected role (orchestrator, logic-hunter, cpp-hunter, python-hunter).
If no role is specified, default to orchestrator.
Choose mode:
Logic-first when the problem is algorithm/spec correctness.
Code-first when the problem is language-specific failures or UB.
Pass mode and scope in the spawn message, then use wait for completion.
Use adversarial validation and only report MEDIUM+ confidence findings.
Present a bug report, not remediation.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: deevsdeevs-agent-system-bug-hunters3description: Bug Hunters4---56# Bug Hunters78Use a single skill with role selection. If the user specifies a hunter, use that role; otherwise start with the orchestrator and ask which mode applies.910## Role Map1112- `orchestrator` → `agents/orchestrator.md`13- `logic-hunter` → `agents/logic-hunter.md`14- `cpp-hunter` → `agents/cpp-hunter.md`15- `python-hunter` → `agents/python-hunter.md`1617## Workflow18191. Read `README.md` and follow the “hunt, don’t fix” rule.202. Spawn a child agent with `agent_type` equal to the selected role (`orchestrator`, `logic-hunter`, `cpp-hunter`, `python-hunter`).213. If no role is specified, default to `orchestrator`.224. Choose mode:23 - Logic-first when the problem is algorithm/spec correctness.24 - Code-first when the problem is language-specific failures or UB.255. Pass mode and scope in the spawn message, then use `wait` for completion.266. Use adversarial validation and only report MEDIUM+ confidence findings.277. Present a bug report, not remediation.2829---30> Converted and distributed by [TomeVault](https://tomevault.io/claim/deevsdeevs) — claim your Tome and manage your conversions.31<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/deevsdeevs-agent-system-bug-hunters in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Bug Hunters It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.