subagent-factorylisted
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