← ClaudeAtlas

agent-factorylisted

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
alirezarezvani/claude-code-skill-factory · ★ 790 · AI & Automation · score 77
Install: claude install-skill alirezarezvani/claude-code-skill-factory
# 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, Grep only - **Execution**: 4-5 agents can run in parallel - **Color**: Blue - **Examples**: product-planner, market-researcher, architect ### Implementation Agents (Full Tools, Coordinated) - **Purpose**: Code writing, feature building - **Tools**: Read, Write, Edit, Bash, Grep, Glob - **E