agent-factory

325 stars 73 forks
0
C

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

CommandsAgents
#Code agents#Claude Code#claude-skills-creator#ai-agents#claude-code#MCP tools#claude-ai#Claude
Also in: ansible json

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install alirezarezvani/claude-code-skill-factory/agent-factory
skilz install alirezarezvani/claude-code-skill-factory/agent-factory --agent opencode
skilz install alirezarezvani/claude-code-skill-factory/agent-factory --agent codex
skilz install alirezarezvani/claude-code-skill-factory/agent-factory --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/alirezarezvani/claude-code-skill-factory
2. Copy the agent skill directory:
cp -r claude-code-skill-factory/generated-skills/agent-factory ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Stars
325
Forks
73
Type
Technical
Meta-Domain
development
Primary Domain
testing
Market Score
0

Agent Skill Grade

C
Score: 76/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
20/30
Ease of Use
19/25
Writing Style
7/10
Utility
16/20
Modifiers: +3

Areas to Improve

  • Description needs trigger phrases
  • SKILL.md too long (269 lines)
  • Template file massive (1124 lines)

Recommendations

  • Address 2 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I've been digging through skill implementations and came across your agent-factory—the recursive task delegation pattern is clever, though I'm curious how you're handling agent state synchronization at scale since that's where most systems start to fracture.

Links:

The TL;DR

You're at 76/100, solidly in C territory—which is a good foundation but leaving meaningful points on the table. This is based on Anthropic's best practices for skill structure and usability. Your strongest area is Utility (16/20) where you're actually solving a real problem with structured approaches. The weak spots are Progressive Disclosure Architecture (20/30) and Writing Style (7/10), which are fixable.

What's Working Well

  • Solid utility and problem-solving: You're addressing a genuine gap (custom agent creation) with structured workflows and concrete agent types (simple, agentic, supervisor). That's 16/20 points well-earned.
  • Metadata and conventions: Name format is correct, YAML frontmatter is valid, and you maintain consistent terminology throughout (kebab-case, YAML structure, MCP integration patterns).
  • Comprehensive examples: You've got extensive examples showing different agent configurations—that earned you bonus points for being grep-friendly and exemplary in scope.

The Big One: File Structure is Defeating Progressive Disclosure

Here's the problem: Your SKILL.md is 269 lines and your template (AGENTS_FACTORY_PROMPT.md) is 1,124 lines. That's massive. Progressive Disclosure means users should get the concept quickly from SKILL.md (~80 lines), then drill deeper into references. Right now, they're climbing a mountain to understand what your skill does.

The fix: ...

AI-Detected Topics

Extracted using NLP analysis

Code agents Claude Code claude-skills-creator ai-agents claude-code MCP tools claude-ai Claude tools custom agents

Report Security Issue

Found a security vulnerability in this agent skill?