Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
← Back to list

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, and mcp__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

  1. Ask for an api-integration-specialist and get a backend implementation agent with OAuth, REST client and error-handling instructions plus mcp__github.
  2. Assemble a feature workflow: product-planner → frontend + backend developers in parallel → test-runner → code-reviewer sequentially.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
↓ Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/alirezarezvani/claude-code-skill-factory.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r claude-code-skill-factory/generated-skills/agent-factory ~/.claude/skills/
  5. If you want the prompt template, locate claude-code-skill-factory/documentation/templates/AGENTS_FACTORY_PROMPT.md in the clone.
  6. Restart Claude Code and try a request like "create a custom agent for API integrations" to confirm the skill loads.
  7. Save generated agent files to your project's .claude/agents/ (team-shared) or ~/.claude/agents/ (personal).