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.
npx agentmods add commands/alirezarezvani/claude-code-skill-factory/buildgit clone --depth 1 https://github.com/alirezarezvani/claude-code-skill-factoryWrote 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.
[](https://agentmods.dev/commands/alirezarezvani/claude-code-skill-factory/build)<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>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.
| Model | Per session | Once 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 |
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.
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 skill→ skills-guide agent/build prompt→ prompts-guide agent/build agent→ agents-guide agent/build hook→ hooks-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: ___
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.
- 4d ago First seen · 223 lines · 0 tokens per session scan A 38e1738f70ea
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.
Other commands, from other repositories
create-skill
Create an AI skill from any source (URL, repo, PDF, video, notebook, etc.).
sync-config
Sync a scraping config's URLs against the live documentation site.
statusbar-doctor
Run cs doctor to diagnose why the status bar isn't showing what you expect.
statusbar
Show current status-bar config and list available styles + themes.
docs-update
You are executing the /dogma:docs-update command. Your task is to synchronize documentation across README files and wiki articles, ensuring everything is up-to-date.
sanitize-git
You are executing the /dogma:sanitize-git command. Your task is to find and remove AI/Claude traces from git history and fix tracking issues where files that should be excluded are still being tracked.