Agent skill · AI & Agents

agent-factory

Claude Code agent generation system that creates custom agents and sub-agents with enhanced YAML frontmatter, tool access patterns, and MCP integration support following proven production patterns

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codeships scriptsMIT
Install
npx skills add alirezarezvani/claude-code-skill-factory --skill agent-factory --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 8 KB
Bundled scripts: yes
Path: generated-skills/agent-factory/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 839
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Agent Factory A comprehensive system for generating production-ready Claude Code agents and sub-agents. This skill provides templates, standards, and generation tools to create custom agents that seamlessly integrate with Claude Code's agent system. ## What This Skill Does This skill helps you create custom Claude Code agents for any domain or workflow. It generates properly formatted agent files that Claude Code can automatically discover and invoke when relevant. ### Capabilities 1. **Generate Custom Agents** - Create specialized agents for any domain (frontend, backend, testing, product, etc.) 2. **Enhanced YAML Frontmatter** - Rich metadata including color coding, field categorization, expertise levels 3. **Tool Access Guidance** - Recommends optimal tool configurations based on agent type 4. **MCP Integration** - Suggests relevant MCP server tools for enhanced capabilities 5. **Execution Pattern Assignment** - Ensures proper parallel/sequential execution for safety 6. **Validation** - Checks agent configuration against best practices ## Agent Types Supported ### Strategic Agents (Lightweight, Parallel-Safe) - **Purpose**: Planning, research, analysis - **Tools**: Read, Write

What's inside
Steps it walks through
  1. What This Skill Does
  2. Capabilities
  3. Agent Types Supported
  4. Strategic Agents (Lightweight, Parallel-Safe)
  5. Implementation Agents (Full Tools, Coordinated)
  6. Quality Agents (Heavy Bash, Sequential Only)
  7. Coordination Agents (Lightweight, Orchestration)
  8. Enhanced YAML Frontmatter
  9. Field Categories
  10. Color Coding
  11. Expertise Levels
  12. How to Use
  13. Quick Start
  14. Example Invocation
Ships with 5 files
  • HOW_TO_USE.md
  • agent_generator.py
  • expected_output.json
  • generated-agents/software-architect.md
  • sample_input.json
Commands it runs
ps aux | grep -E "mcp|npm|claude" | wc -l
More from claude-code-skill-factory
All skills →
About this skill
What does the agent-factory skill do?

Claude Code agent generation system that creates custom agents and sub-agents with enhanced YAML frontmatter, tool access patterns, and MCP integration support following proven production patterns

How do I install it?

Run `npx skills add alirezarezvani/claude-code-skill-factory --skill agent-factory --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-code-skill-factory, a repository with 839 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going