Claude Code Skill Factory — A powerful open-source toolkit for building and deploying production-ready Claude Skills, Code Agents, custom Slash Commands, and LLM Prompts at scale. Easily generate structured skill templates, automate workflow integration, and accelerate AI agent development with a clean, developer-friendly setup.
# Add to your Claude Code skills
git clone https://github.com/alirezarezvani/claude-code-skill-factoryA comprehensive toolkit for generating production-ready Claude Skills and Claude Code Agents at scale. This repository provides templates, examples, and powerful prompt engineering systems to create custom skills and specialized agents for Claude AI across all platforms.
I want to build something
The factory-guide agent asks what you need and delegates to specialist guides.
/build skill # Interactive skill builder
/build agent # Interactive agent builder
/build prompt # Interactive prompt builder
/build hook # Interactive hook builder
# Install Prompt Factory (69 professional presets)
cp -r generated-skills/prompt-factory ~/.claude/skills/
# Ask Claude
"I need a prompt for [role name]"
This toolkit includes 10 slash commands and 5 interactive agents to streamline your workflow:
| Command | Purpose | Example |
|---------|---------|---------|
| /build | Interactive builder (skill/agent/prompt/hook) | /build skill or /build hook |
| /build-hook | Build Claude Code hooks (Q&A, alias) | /build-hook |
| /validate-output | Validate generated output + auto-ZIP | /validate-output hook [path] |
| /install-skill | Install skills to Claude Code | /install-skill [path] |
| | Install hooks to settings | |
| | Run test examples | |
| | Check system status (all factories) | |
| | Generate AGENTS.md from CLAUDE.md | |
| | Execute Codex CLI commands | |
| | Convert TodoWrite tasks to GitHub issues | |
/install-hook/install-hook [path] [user\|project]/test-factory/test-factory/factory-status/factory-status/sync-agents-md/sync-agents-md/codex-exec/codex-exec analysis "task"/sync-todos-to-github/sync-todos-to-github "Sprint 12"| Agent | Purpose | Activation | |-------|---------|-----------| | factory-guide | Orchestrator - delegates to specialists | "I want to build something" | | skills-guide | Build Claude Skills (4-5 questions) | "Build a skill" | | prompts-guide | Use Prompt Factory (69 presets) | "Generate a prompt" | | agents-guide | Build Claude Code Agents (5-6 questions) | "Create an agent" | | hooks-guide | Build Claude Code Hooks (5-7 questions) | "Build a hook" |
See .claude/agents/README.md and .claude/commands/README.md for complete documentation.
Generate complete, production-ready Claude Skills with: