Agent Factory
A skill that generates custom Claude Code agents and sub-agents with standardized YAML frontmatter, tool presets, and MCP integration.
Dev & CodingIntermediate★ 869⑂ 177AI score 9/10Last updated: Nov 12, 2025
What it does
- Generates custom Claude Code agent files (.md) for any domain.
- Sorts agents into four archetypes (strategic, implementation, quality, coordination) and attaches enhanced YAML frontmatter with recommended tools, color, model, field and expertise level.
- Assigns safe execution patterns (4-5 strategic agents in parallel, quality agents strictly sequential).
- Suggests MCP server integrations such as
mcp__github,mcp__playwright, andmcp__context7. - Validates the config against best practices and tells you where to install it (
.claude/agents/or~/.claude/agents/).
Who it's for
- Developers and tech leads running multiple sub-agents in Claude Code.
- Teams that want their conventions (code style, testing approach) baked into agents.
- Anyone designing multi-agent workflows: plan → build → test → review.
- People prototyping agents wired to custom MCP servers.
Usage examples
- Ask for an
api-integration-specialistand get a backend implementation agent with OAuth, REST client and error-handling instructions plusmcp__github. - Assemble a feature workflow: product-planner → frontend + backend developers in parallel → test-runner → code-reviewer sequentially.
- Spin up a consistent set of strategic agents for a data team (Read/Write/Grep only, blue category).
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/alirezarezvani/claude-code-skill-factory/HEAD/generated-skills/agent-factory/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the generated-skills/agent-factory folder from the GitHub repo alirezarezvani/claude-code-skill-factory into my ~/.claude/skills/agent-factory/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/alirezarezvani/claude-code-skill-factory.git /tmp/skill-factory && mkdir -p ~/.claude/skills && cp -r /tmp/skill-factory/generated-skills/agent-factory ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/alirezarezvani/claude-code-skill-factory.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r claude-code-skill-factory/generated-skills/agent-factory ~/.claude/skills/ - If you want the prompt template, locate
claude-code-skill-factory/documentation/templates/AGENTS_FACTORY_PROMPT.mdin the clone. - Restart Claude Code and try a request like "create a custom agent for API integrations" to confirm the skill loads.
- Save generated agent files to your project's
.claude/agents/(team-shared) or~/.claude/agents/(personal).
View source on GitHub ↗License: MIT