/factory-status - Check Factory Build Progress
Description
**See what you've built, what's validated, what's installed, and what's next.** ---
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for alirezarezvani/claude-code-skill-factory, shared by 13 entries
in this directory. It describes the repository, not this entry specifically.
/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-pyth
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11