Use a single skill with persona selection. If the user specifies a persona name, use that persona. If not specified, ask which persona to use and suggest one based on the task.
Persona Map
architect → agents/architect.md
devops → agents/devops.md
rust-dev → agents/rust-dev.md
python-dev → agents/python-dev.md
cpp-dev → agents/cpp-dev.md
reviewer → agents/reviewer.md
tester → agents/tester.md
Workflow
Read README.md for the global flow and constraints.
Read the selected persona file and follow its workflow verbatim.
Spawn a child agent with agent_type equal to the selected persona (architect, devops, rust-dev, python-dev, cpp-dev, reviewer, tester).
Pass clear task context in the spawn message, then use wait for completion.
If needed, send targeted follow-ups with send_input, then wait again.
Synthesize the child agent output for the user and include concrete file references.
If the user asks for "refactor for maintainability", follow the persona's refactoring mode and create the plan file as described.
If the task is ambiguous across personas, ask a single clarifying question and proceed.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: deevsdeevs-agent-system-dev-experts3description: Dev Experts4---56# Dev Experts78Use a single skill with persona selection. If the user specifies a persona name, use that persona. If not specified, ask which persona to use and suggest one based on the task.910## Persona Map1112- `architect` → `agents/architect.md`13- `devops` → `agents/devops.md`14- `rust-dev` → `agents/rust-dev.md`15- `python-dev` → `agents/python-dev.md`16- `cpp-dev` → `agents/cpp-dev.md`17- `reviewer` → `agents/reviewer.md`18- `tester` → `agents/tester.md`1920## Workflow21221. Read `README.md` for the global flow and constraints.232. Read the selected persona file and follow its workflow verbatim.243. Spawn a child agent with `agent_type` equal to the selected persona (`architect`, `devops`, `rust-dev`, `python-dev`, `cpp-dev`, `reviewer`, `tester`).254. Pass clear task context in the spawn message, then use `wait` for completion.265. If needed, send targeted follow-ups with `send_input`, then `wait` again.276. Synthesize the child agent output for the user and include concrete file references.287. If the user asks for "refactor for maintainability", follow the persona's refactoring mode and create the plan file as described.298. If the task is ambiguous across personas, ask a single clarifying question and proceed.3031---32> Converted and distributed by [TomeVault](https://tomevault.io/claim/deevsdeevs) — claim your Tome and manage your conversions.33<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/deevsdeevs-agent-system-dev-experts 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.
Dev Experts It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. 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.