Create Sub Agent

Scaffolds a new autonomous sub-agent with its own prompt, system instructions, and tool permissions. Enforces modern architectural guidance: sub-agents are reserved for isolated execution contexts, strict tool sandboxing, or adversarial personas. NOT for simple procedural skills (use `create-skill`) and NEVER for pointer-wrapper stubs that merely delegate to a skill.

richfrem 924860c 88 files · 12.7 KB Updated

File contents

richfrem/agent-plugins-skills/tree/main/plugins/agent-scaffolders/skills/create-sub-agent commit 924860c92c

Frequently asked questions

npx skillmds@latest add richfrem/create-sub-agent