build

build is a command for Claude Code from alirezarezvani/claude-code-skill-factory. It costs 0 tokens per session (1,016 once invoked), scanned A, original, MIT.

A command that starts a guided process for building a custom skill, prompt, agent, or hook. A hook is an automated action connected to an event in a development workflow.

In plain words
What is it for?
Use /build to start the guided builder, or use /build skill, /build prompt, /build agent, or /build hook to begin a specific type of project.
Why use it?
It provides a single starting point and routes the request to the matching specialist. You can either answer guided questions or directly choose the kind of component to build.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/alirezarezvani/claude-code-skill-factory/build
Clone the repo
git clone --depth 1 https://github.com/alirezarezvani/claude-code-skill-factory

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for build

README.md
[![agentmods](https://agentmods.dev/badge/commands/alirezarezvani/claude-code-skill-factory/build.svg)](https://agentmods.dev/commands/alirezarezvani/claude-code-skill-factory/build)
Your own site
<a href="https://agentmods.dev/commands/alirezarezvani/claude-code-skill-factory/build"><img src="https://agentmods.dev/badge/commands/alirezarezvani/claude-code-skill-factory/build.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,016 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01016
Opus 5 $0.00000 $0.00508
Sonnet 5 $0.00000 $0.00203
Haiku 4.5 $0.00000 $0.00102

Measured 4d ago against content hash 38e1738f70ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

build scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/build.md · 223 lines

How it starts

The opening of the file, as written. The whole thing — 223 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/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):

  • Invokes the factory-guide orchestrator
  • Asks what you want to build (Skill, Prompt, Agent, or Hook)
  • Delegates to appropriate specialist
  • Guides you through complete process

With argument (/build skill|prompt|agent|hook):

  • Directly delegates to the specialist:
    • /build skillskills-guide agent
    • /build promptprompts-guide agent
    • /build agentagents-guide agent
    • /build hookhooks-guide agent

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: ___

Read the full file on GitHub · 223 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 223 lines · 0 tokens per session scan A 38e1738f70ea

Subscribe to this mod's changes

build is a command published in the GitHub repository alirezarezvani/claude-code-skill-factory (855 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,016 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.