What problem does it solve?
The subagent-creator skill simplifies the process of defining and provisioning Claude Code subagents by generating ready-to-use .md configuration files at project and user levels, with clear prompts, tools, and model settings.
Core Features & Use Cases
- Create project-level agents under .claude/agents/ and user-level agents under ~/.claude/agents/.
- Define subagent attributes such as name, description, tools, model, permissionMode, and skills, plus optional patterns and templates.
- Provide guided workflows and design-pattern guidance to help users design focused, secure, and effective subagents for coding, debugging, and automation.
Quick Start
Use this skill to generate a new subagent configuration by following the project-level or user-level creation flow:
- Create a new agent file in the appropriate directory, e.g. .claude/agents/my-agent.md or ~/.claude/agents/my-agent.md.
- Open the file and update the YAML frontmatter with name, description, and any optional fields.
- Run Claude's agent creation command (e.g. /agents) to guided through prompts and save the final configuration.