Quick decision
Details: Agent Skills and Subagents.
FAQ
When should I write a skill?
When should I write a skill?
For a repeatable process. Example: “draft the weekly pipeline recap in this format.”
When should I use a clone?
When should I use a clone?
For parallel research. Example: “research these three competitors at once.”
When should I invoke another named agent?
When should I invoke another named agent?
For cross-domain work. Example: a coordinator asks the CRM agent and the writing agent, then combines the answers.
Can I use both?
Can I use both?
Yes. Put a skill on the coordinator that says when to call which subagent.
Related
Agent Skills
How skills attach and load
Skills vs app rules
Playbooks vs guardrails
