subagents
Execution-layer skill for spawning subagents via runAgent
$ Instalar
git clone https://github.com/CsHeng/dot-claude /tmp/dot-claude && cp -r /tmp/dot-claude/skills/subagents ~/.claude/skills/dot-claude// tip: Run this command in your terminal to install the skill
SKILL.md
name: subagents description: Execution-layer skill for spawning subagents via runAgent
Commands
- runAgent
Constraints
- Subagents must run with explicit, limited tool permissions.
- Governance-layer routing decisions happen before runAgent is called.
Notes
- Governance decides which agent id to call; this skill is a thin wrapper around runAgent.
