← ClaudeAtlas

subagent-factorylisted

Create specialized Claude Code agents on-the-fly. Guides through agent definition file creation with proper frontmatter, effective prompts, and tool scoping. USE WHEN user says 'create agent', 'new subagent', 'make an agent for', 'build agent', 'spawn agent', or wants to define custom agents for specific tasks.
aiskillstore/marketplace · ★ 329 · AI & Automation · score 79
Install: claude install-skill aiskillstore/marketplace
# Subagent Factory Factory for creating specialized Claude Code agents. Generates agent definition files with proper configuration, effective system prompts, and appropriate tool access. ## When to Activate This Skill - User says: "create agent", "new subagent", "build agent" - User wants: Custom agents for specific tasks - User needs: Agent definition files, system prompts, tool configuration - User asks: How to make specialized agents, how to delegate work ## Two Creation Modes ### Quick Mode (Direct Creation) Fast path for experienced users. Minimal questions, direct file generation. **Use when**: You know exactly what agent you need. See: `workflows/quick-create.md` ### Interview Mode (Guided Creation) Interactive workflow with questions and customization at each step. **Use when**: Exploring agent design, learning the process, or creating complex agents. See: `workflows/interview-create.md` ## Quick Reference: Agent Schema ### Required Frontmatter Fields ```yaml --- name: agent-name # REQUIRED: kebab-case identifier description: When to use this agent # REQUIRED: natural language triggers --- ``` ### Optional Frontmatter Fields ```yaml tools: Read, Write, Bash # Comma-separated, omit to inherit all model: sonnet # sonnet|opus|haiku|inherit permissionMode: default # Permission handling mode skills: skill-name # Auto-load skills ``` ### System Prompt (Markdown Body) The Markdown c