README

README is a command for Claude Code from alirezarezvani/claude-code-skill-factory. It costs 0 tokens per session (2,123 once invoked), scanned B, original, MIT.

A set of five commands for creating Skills, Prompts, and Agents, which are reusable instructions or workflows for coding assistants. The commands cover building, checking, installing, testing, and tracking these outputs.

In plain words
What is it for?
Use it to start a factory workflow, generate a skill, prompt, or agent, validate the result, install it, test that it loads and works, and view progress.
Why use it?
It provides a defined path from an idea to a checked and installed assistant component, so you do not have to remember each step.

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/readme
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 README

README.md
[![agentmods](https://agentmods.dev/badge/commands/alirezarezvani/claude-code-skill-factory/readme.svg)](https://agentmods.dev/commands/alirezarezvani/claude-code-skill-factory/readme)
Your own site
<a href="https://agentmods.dev/commands/alirezarezvani/claude-code-skill-factory/readme"><img src="https://agentmods.dev/badge/commands/alirezarezvani/claude-code-skill-factory/readme.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 2,123 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.02123
Opus 5 $0.00000 $0.01061
Sonnet 5 $0.00000 $0.00425
Haiku 4.5 $0.00000 $0.00212

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

Security

Grade B, and why

README scanned grade B with 1 finding 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.

Asks the agent to reveal its instructionsmediumSystem prompt leakage

Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.

/validate-output prompt # Check prompt quality
.claude/commands/README.md · 405 lines

How it starts

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

Factory Slash Commands

5 essential commands for building Skills, Prompts, and Agents from start to finish.


🎯 Complete Workflow Commands

/build              → Start building (invoke orchestrator)
/validate-output    → Check quality
/install-skill      → Install outputs
/test-factory       → Test functionality
/factory-status     → Track progress

📋 The 5 Commands

1. /build - Start Building

Purpose: Main entry point - invoke factory-guide orchestrator or specialists

Usage:

/build                 # Ask what to build
/build skill           # Directly invoke skills-guide
/build prompt          # Directly invoke prompts-guide
/build agent           # Directly invoke agents-guide

What happens:

  • Invokes appropriate navigation agent
  • Guides through Q&A (3-11 questions)
  • Generates complete output
  • Validates and helps install

When to use: Start of any factory workflow


2. /validate-output - Quality Check

Purpose: Validate generated skills/prompts/agents

Usage:

/validate-output skill [path]      # Check skill format
/validate-output prompt            # Check prompt quality
/validate-agent [path]             # Check agent format

What it checks:

  • ✅ YAML frontmatter validity
  • ✅ Naming conventions (kebab-case)
  • ✅ Required files present
  • ✅ Format correctness
  • ✅ Quality standards

When to use: After generation, before installation


3. /install-skill - Installation Helper

Purpose: Step-by-step installation guidance

Usage:

/install-skill [path-to-skill]     # Install skill
/install-skill [path-to-agent]     # Install agent (works for both)

What it provides:

  • Multiple installation options (Desktop, Code, Browser)
  • Detailed commands for each method
  • Verification steps
  • Troubleshooting help

When to use: After validation passes


4. /test-factory - Quick Test

Purpose: Test generated outputs work correctly

Usage:

/test-factory skill [skill-name]   # Test skill
/test-factory agent [agent-name]   # Test agent
/test-factory prompt               # Test prompt

Read the full file on GitHub · 405 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 · 405 lines · 0 tokens per session scan B c6d3e87da84c

Subscribe to this mod's changes

README 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 2,123 tokens. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.