CLAUDE.md - Skills Factory Orchestration
Description
This file provides top-level guidance for working with this Claude Code Skills Factory repository. ---
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.
CLAUDE.md - Skills Factory Orchestration
This file provides top-level guidance for working with this Claude Code Skills Factory repository.
Repository Purpose
This repository is a **Claude Code Skills factory** - a collection of example skills that demonstrate how to create specialized capabilities for Claude Code. Skills are folders with instructions and resources that Claude loads when relevant to the user's task.
**Key Point**: This is NOT a development project itself. It's a reference repository that users can customize and extend for their own projects. Focus on helping users understand, adapt, and create their own skills based on these examples.
Modular CLAUDE.md Architecture
This repository uses **modular CLAUDE.md files** for different contexts. Claude automatically loads the appropriate file based on your working directory.
Navigation Map
| Location | Purpose | When Claude Loads It |
|---|---|---|
| .github/CLAUDE.md | GitHub workflows, task hierarchy, automation | Working with GitHub issues, PRs, workflows |
| claude-skills-examples/CLAUDE.md | Skill architecture patterns, examples | Browsing or modifying example skills |
| generated-skills/CLAUDE.md | Production-ready skills catalog | Exploring or installing generated skills |
| documentation/CLAUDE.md | Templates and references structure | Working with templates or documentation |
**How It Works**: Claude loads the most relevant CLAUDE.md based on your current task context, giving you focused guidance without information overload.
Repository Structure
claude-code-skills-factory/
├── README.md # Project overview and quick start
├── CLAUDE.md # This file - orchestration layer
├── .github/
│ ├── CLAUDE.md # GitHub workflows & task hierarchy
│ └── workflows/ # Automation (smart-sync, plan-auto-close, etc.)
├── claude-skills-examples/
│ ├── CLAUDE.md # Skill patterns & architecture
│ └── *.md, *.py # Reference skill implementations
├── documentation/
│ ├── CLAUDE.md # Templates & references guide
│ ├── references/ # Official docs (Skills, Agents, Codex CLI)
│ └── templates/ # Factory templates (SKILLS, AGENTS, PROMPTS, SLASH_COMMANDS)
└── generated-skills/
├── CLAUDE.md # Production skills catalog
└── */ # Production-ready skills (AWS, Prompt Factory, etc.)
Key Principles
0. Critical Validation Rule ⚠️
**"Always validate your output against official native examples before declaring complete."**
When generating skills, agents, prompts, or slash commands:
- Compare output against official Anthropic documentation
- Check reference examples in
documentation/references/ - Verify all
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