CLAUDE.md - Skills Factory Orchestration
Description
This file provides top-level guidance for working with this Claude Code Skills Factory repository. ---
Installation
claude install-skill https://github.com/alirezarezvani/claude-code-skill-factory README
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:
- undefined
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official Related Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Contributing to nanobot
Thank you for being here. nanobot is built with a simple belief: good tools should feel calm, clear, and humane. We care deeply about useful features, but we also believe in achieving more with less:
Key exports from each phase
for summary in .planning/phases/*/*-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\|Exports\|Provides" "$summary" 2>/dev/null done