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-factoryskilz install alirezarezvani/claude-code-skill-factory/agent-factory --agent opencodeskilz install alirezarezvani/claude-code-skill-factory/agent-factory --agent codexskilz install alirezarezvani/claude-code-skill-factory/agent-factory --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
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-factorycp -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 athola
Standardized pytest configuration patterns for plugin development. Reducesduplication across parseltongue, pensive, sanctum, and other plugins.Trig...
shell-testing-framework
by manutej
Shell script testing expertise using bash test framework patterns from unix-goto, covering test structure (arrange-act-assert), 4 test categories, ...
markdownlint-custom-rules
by TheBushidoCollective
Create custom linting rules for markdownlint including rule structure, parser integration, error reporting, and automatic fixing.
feature-dev
by secondsky
Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architect...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-code-skill-factory
- 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
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
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.