build-hook
**Interactive guide for creating custom hooks with Q&A workflow and automatic validation.**
**Quick access to the factory-guide orchestrator for building custom Skills, Prompts, Agents, or Hooks.**
How it fires
How this command gets triggered: by you, by Claude, or both.
/buildContext preview
What this command does when you run it.
**Quick access to the factory-guide orchestrator for building custom Skills, Prompts, Agents, or Hooks.**
**Quick access to the factory-guide orchestrator for building custom Skills, Prompts, Agents, or Hooks.**
---
/build /build skill /build prompt /build agent /build hook
---
**Without arguments** (`/build`):
**With argument** (`/build skill|prompt|agent|hook`):
---
/build
**Output**:
Welcome to the Claude Code Skills Factory! 🏭 What would you like to create today? 1. Claude Skill (multi-file capability) 2. Mega-Prompt (for any LLM) 3. Claude Agent (workflow specialist) 4. Claude Hook (workflow automation) Enter 1, 2, 3, or 4: ___
---
/build skill
**Output**:
Let's build your custom Claude Skill! I'll ask you 4-5 straightforward questions. Question 1: What's your business type or domain? Examples: FinTech, Healthcare, E-commerce, SaaS Your answer: ___
→ Continues with skills-guide agent's question flow → Generates complete skill folder + ZIP
---
/build prompt
**Output**:
I'll help you generate a mega-prompt using the prompt-factory skill. Quick-Start Preset (30 seconds) or Custom Prompt (2 minutes)? Choice: ___
→ Continues with prompts-guide agent → Generates production-ready prompt
---
/build agent
**Output**:
Let's build your custom Claude Code Agent! Question 1: What should this agent do? Examples: - Review code for security vulnerabilities - Build React components - Run tests and analyze failures Your agent's purpose: ___
→ Continues with agents-guide agent → Generates agent .md file
---
/build hook
**Output**:
Let's build your custom Claude Code Hook! Question 1: What should this hook do? Examples: - Auto-format code after editing - Run tests when agent completes - Send notifications - Auto-stage files with git Your hook's purpose: ___
→ Continues with hooks-guide agent's question flow → Generates hook.json + README.md with validation
---
**The orchestrator or specialist will**: 1. Ask you straightforward questions (3-11 total depending on path) 2. Generate complete output (skill/prompt/agent/hook) 3. Validate format and quality 4. Create all necessary files 5. Provide installation instructions 6. Give testing guidance
**You'll get**:
---
**After building**:
---
# 1. Build /build skill [Answer questions, skill generated] # 2. Validate /validate-output skill # 3. Install /install-skill generated-skills/my-skill # 4. Test /test-factory my-skill # 5. Check status /factory-status
---
**For faster workflow**:
**If unsure**:
---
**The simplest way to start building custom Skills, Prompts, Agents, and Hooks!** 🚀
A comprehensive toolkit for generating production-ready Claude Skills and Claude Code Agents at scale.
Repo: alirezarezvani/claude-code-skill-factory
**Interactive guide for creating custom hooks with Q&A workflow and automatic validation.**
**Easy wrapper for running Codex CLI commands from Claude Code with proper syntax.**
**See what you've built, what's validated, what's installed, and what's next.**
Stage, commit, and push the current branch following git governance rules.