agent-authoring
Creates and configures Claude Code subagents (custom agents). Covers frontmatter
fields, tool restrictions, model selection, hooks, memory, skills preloading,
and common patterns. Follows official Anthropic best practices.
USE WHEN: user mentions "create agent", "subagent", "custom agent", ".claude/agents",
"agent file", "delegate task", "isolated context", "agent memory", "agent hooks"
DO NOT USE FOR: creating skills - use `skill-authoring`;
creating hooks standalone - use `hook-authoring`;
creating MCP servers - use `mcp-authoring`
AI Agents3 files