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/factory-statusgit 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/factory-status)<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>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.01815 |
| Opus 5 | $0.00000 | $0.00907 |
| Sonnet 5 | $0.00000 | $0.00363 |
| Haiku 4.5 | $0.00000 | $0.00181 |
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 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]
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.
- 5d ago First seen · 347 lines · 0 tokens per session scan C 8ac79708b56b
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.
Other commands, from other repositories
create-skill
Create an AI skill from any source (URL, repo, PDF, video, notebook, etc.).
install-skill
One-command skill creation and packaging for a target platform.
sync-config
Sync a scraping config's URLs against the live documentation site.
github-actions
Design, review, secure, and debug GitHub Actions workflows — reusable workflows, OIDC federation, SHA pinning, token scoping, promotion orchestration, and CI failure diagnosis.
fluxcd
FluxCD entry point — routes to the right workflow based on what you need. Live cluster issue → structured 5-workflow debug trace. Repo health check → 6-phase audit (discovery, validation, API compliance, best practices, security). Helm chart review → helmchart. Starts by asking one question to confirm the right mode.
linkerd
Linkerd-specific diagnostics — mTLS verification, proxy injection issues, authorization policy debugging, traffic management, and multi-cluster connectivity problems.