factory-status

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

A command that reports the progress of generated development components, including skills, agents, hooks, prompts, validation, and installation.

In plain words
What is it for?
Use it to inspect factory-generated files and find the next step, such as installing or testing a generated skill.
Why use it?
It gives one view of what has been created, what has passed validation, what is installed, and what still needs attention.

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/factory-status
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 factory-status

README.md
[![agentmods](https://agentmods.dev/badge/commands/alirezarezvani/claude-code-skill-factory/factory-status.svg)](https://agentmods.dev/commands/alirezarezvani/claude-code-skill-factory/factory-status)
Your own site
<a href="https://agentmods.dev/commands/alirezarezvani/claude-code-skill-factory/factory-status"><img src="https://agentmods.dev/badge/commands/alirezarezvani/claude-code-skill-factory/factory-status.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,815 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.01815
Opus 5 $0.00000 $0.00907
Sonnet 5 $0.00000 $0.00363
Haiku 4.5 $0.00000 $0.00181

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

Security

Grade C, and why

factory-status scanned grade C with 2 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 5d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

grep -r "hook.json" ~/.claude/settings.json

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

ls ~/.claude/skills/*/SKILL.md
.claude/commands/factory-status.md · 347 lines

How it starts

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

/factory-status - Check Factory Build Progress

See what you've built, what's validated, what's installed, and what's next.


Usage

/factory-status

What This Command Does

Shows comprehensive status of your factory work:

  • Skills generated (in generated-skills/)
  • Agents created (in .claude/agents/ or ~/.claude/agents/)
  • Hooks generated (in generated-hooks/)
  • Prompts generated (in conversation)
  • Validation status
  • Installation status
  • Next recommended steps

Example Output

/factory-status

Output:

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Factory Status Report
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📦 Claude Skills Generated (2)

1. healthcare-analyzer/
   Location: generated-skills/healthcare-analyzer/
   Size: 45KB (SKILL.md + 3 Python files)
   Status: ✅ Validated ✅ Installed ⏳ Not tested yet
   Next: /test-factory skill healthcare-analyzer

2. financial-reports/
   Location: generated-skills/financial-reports/
   Size: 32KB (SKILL.md + 2 Python files)
   Status: ✅ Validated ❌ Not installed yet
   Next: /install-skill generated-skills/financial-reports

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🤖 Claude Agents Created (1)

1. code-reviewer
   Location: .claude/agents/code-reviewer.md
   Size: 8KB
   Status: ✅ Validated ✅ Active (project-level)
   Next: Test with: "Review my recent code changes"

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🔧 Claude Hooks Generated (3)

1. auto-format-python
   Location: generated-hooks/auto-format-python/
   Event Type: PostToolUse
   Language: Python (Black formatter)
   Status: ✅ Validated ✅ Installed (user-level)
   Next: Test by editing a .py file

2. test-runner-js
   Location: generated-hooks/test-runner-js/
   Event Type: SubagentStop
   Language: JavaScript (Jest)
   Status: ✅ Validated ⏳ Not installed yet
   Next: /install-hook generated-hooks/test-runner-js

3. git-auto-add
   Location: generated-hooks/git-auto-add/
   Event Type: PostToolUse
   Language: Generic (Git)
   Status: ⏳ Not validated yet
   Next: /validate-output hook generated-hooks/git-auto-add

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🎯 Mega-Prompts Generated (1)

1. Senior Backend Engineer Prompt
   Format: XML + Claude formats
   Size: ~5,200 tokens
   Status: ✅ Generated ⏳ Not tested yet
   Next: Copy to Claude.ai and test

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📊 Summary

Total Generated: 7 outputs (2 skills, 1 agent, 3 hooks, 1 prompt)
Validated: 5/7 (71%)
Installed: 3/7 (43%)
Tested: 0/7 (0%)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🎯 Recommended Next Steps

1. Validate git-auto-add hook:
   /validate-output hook generated-hooks/git-auto-add

2. Install test-runner-js hook:
   /install-hook generated-hooks/test-runner-js

3. Install financial-reports skill:
   /install-skill generated-skills/financial-reports

4. Test healthcare-analyzer skill:
   /test-factory skill healthcare-analyzer

5. Test auto-format-python hook:
   Edit a .py file and check if Black runs

6. Test Senior Backend Engineer prompt:
   Copy to Claude.ai and try a test request

7. Test code-reviewer agent:
   Make some code changes and see if it auto-invokes

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Need help?
- Build more: /build skill|prompt|agent|hook
- Validate: /validate-output [type] [path]
- Install: /install-skill [path] or /install-hook [path]
- Test: /test-factory [type] [name]

Read the full file on GitHub · 347 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. 5d ago First seen · 347 lines · 0 tokens per session scan C 8ac79708b56b

Subscribe to this mod's changes

factory-status 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,815 tokens. A static security scan graded it C with 2 findings (reads agent configuration directories, enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.