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
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 agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-code-skill-factory cp -r claude-code-skill-factory/generated-skills/agent-factory ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
pytest-config
by atholaStandardized pytest configuration patterns for plugin development. Reducesduplication across parseltongue, pensive, sanctum, and other plugins.Trigger...
shell-testing-framework
by manutejShell script testing expertise using bash test framework patterns from unix-goto, covering test structure (arrange-act-assert), 4 test categories, ass...
markdownlint-custom-rules
by TheBushidoCollectiveCreate custom linting rules for markdownlint including rule structure, parser integration, error reporting, and automatic fixing.
feature-dev
by secondskyAutomate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architectura...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-code-skill-factory
- Type
- Technical
- Meta-Domain
- development
- Primary Domain
- testing
- Market Score
- 0.0
Agent Skill Grade
C
Score: 76/100
Click to see breakdown
Score Breakdown
Areas to Improve
- No trigger phrases
- Overview file is 269 lines - should be <100 for quick scanning; violates token economy
- Reference template is 1124 lines defeating progressive disclosure; lacks TOC for navigation
Recommendations
- Address 2 high-severity issues first
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 1/24/2026
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: Split your template into smaller, purpose-built files:
templates/agent-prompt-core.md(core rules, ~200 lines)templates/examples/(separate.mdper example type)templates/reference-matrix.md(tool access matrix)- Add a TOC to any file over 100 lines
Trim SKILL.md to overview only—move detailed workflows, agent type explanations, and MCP integration details to references/. This alone should gain you +4 points on PDA and improve usability.
Other Things Worth Fixing
Add trigger phrases to your description (currently missing): "Use when asked to 'create agent', 'build sub-agent', 'generate custom agent', or 'new agent'". Right now people have to know it's '@agent-factory' to find it. Should gain +2 points.
Voice consistency: You're mixing imperative and second-person ("This skill helps you", "you create"). Pick imperative throughout: "Creates custom agents" instead of "This skill helps you create". Small fix, +1 point.
Feedback loops are weak: You mention "validation" but don't show the run→test→fix cycle for generated agents. Add a concrete validation workflow: "Test generated agent with
claude --agent {name} --dry-run, fix YAML errors, verify tool access, test invocation." +1 point.Trim marketing language: Watch for promotional terms ("comprehensive system", "seamlessly integrate") that don't belong in technical documentation. Keep it instructional. Minor but affects writing score.
Quick Wins
- Most impactful: Restructure SKILL.md + template into modular files → +4-5 points
- Discoverability: Add trigger phrases to description → +2 points
- Polish: Fix voice inconsistencies + strengthen feedback loops → +2 points
- Result: Realistic path to 85-88 points with focused effort
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?