/build - Start Building Skills, Prompts, Agents, or Hooks
Description
**Quick access to the factory-guide orchestrator for building custom Skills, Prompts, Agents, or Hooks.** ---
Installation
claude install-skill https://github.com/alirezarezvani/claude-code-skill-factory README
/build - Start Building Skills, Prompts, Agents, or Hooks
**Quick access to the factory-guide orchestrator for building custom Skills, Prompts, Agents, or Hooks.**
Usage
/build
/build skill
/build prompt
/build agent
/build hook
What This Command Does
**Without arguments** (`/build`):
- undefined
**With argument** (`/build skill|prompt|agent|hook`):
- undefined
Examples
Build Anything (Guided)
/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 a Skill (Direct)
/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 a Prompt (Direct)
/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 an Agent (Direct)
/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 a Hook (Direct)
/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
What Happens Next
After Running /build
**The orchestrator or specialist will**:
- undefined
**You'll get**:
- undefined
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official Related Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Contributing to nanobot
Thank you for being here. nanobot is built with a simple belief: good tools should feel calm, clear, and humane. We care deeply about useful features, but we also believe in achieving more with less:
Key exports from each phase
for summary in .planning/phases/*/*-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\|Exports\|Provides" "$summary" 2>/dev/null done