claude-code-tresor
A world-class collection of Claude Code utilities: autonomous skills, expert agents, slash commands, and prompts that supercharge your development workflow.
A comprehensive toolkit for generating production-ready Claude Skills and Claude Code Agents at scale.
Repo: alirezarezvani/claude-code-skill-factory
What's inside
A comprehensive toolkit for generating production-ready Claude Skills and Claude Code Agents at scale. This repository provides templates, examples, and powerful prompt engineering systems to create custom skills and specialized agents for Claude AI across all platforms.
I want to build something
The factory-guide agent asks what you need and delegates to specialist guides.
/build skill # Interactive skill builder
/build agent # Interactive agent builder
/build prompt # Interactive prompt builder
/build hook # Interactive hook builder
# Install Prompt Factory (69 professional presets)
cp -r generated-skills/prompt-factory ~/.claude/skills/
# Ask Claude
"I need a prompt for [role name]"
This toolkit includes 10 slash commands and 5 interactive agents to streamline your workflow:
| Command | Purpose | Example |
|---|---|---|
/build | Interactive builder (skill/agent/prompt/hook) | /build skill or /build hook |
/build-hook | Build Claude Code hooks (Q&A, alias) | /build-hook |
/validate-output | Validate generated output + auto-ZIP | /validate-output hook [path] |
/install-skill | Install skills to Claude Code | /install-skill [path] |
/install-hook | Install hooks to settings | /install-hook [path] [user|project] |
/test-factory | Run test examples | /test-factory |
/factory-status | Check system status (all factories) | /factory-status |
/sync-agents-md | Generate AGENTS.md from CLAUDE.md | /sync-agents-md |
/codex-exec | Execute Codex CLI commands | /codex-exec analysis "task" |
/sync-todos-to-github | Convert TodoWrite tasks to GitHub issues | /sync-todos-to-github "Sprint 12" |
| Agent | Purpose | Activation |
|---|---|---|
| factory-guide | Orchestrator - delegates to specialists | "I want to build something" |
| skills-guide | Build Claude Skills (4-5 questions) | "Build a skill" |
| prompts-guide | Use Prompt Factory (69 presets) | "Generate a prompt" |
| agents-guide | Build Claude Code Agents (5-6 questions) | "Create an agent" |
| hooks-guide | Build Claude Code Hooks (5-7 questions) | "Build a hook" |
See .claude/agents/README.md and .claude/commands/README.md for complete documentation.
Generate complete, production-ready Claude Skills with:
Template: SKILLS_FACTORY_PROMPT.md
Shortcut: /build skill or "I want to build a skill"
Create specialized Claude Code Agents with:
Template: AGENTS_FACTORY_PROMPT.md
Shortcut: /build agent or "I want to create an agent"
Generate mega-prompts for any role with:
Ready-to-use Skill: generated-skills/prompt-factory/ Shortcut: Install skill, then "I need a prompt for [role]"
Generate Claude Code hooks for workflow automation with:
Template: HOOKS_FACTORY_PROMPT.md
Implementation: generated-skills/hook-factory/
Shortcut: /build hook or "I want to build a hook"
Create custom slash commands with:
Template: MASTER_SLASH_COMMANDS_PROMPT.md
Shortcut: Use template directly or /build with custom workflow
Enable Claude Code ↔ Codex CLI interoperability with:
Skill: generated-skills/codex-cli-bridge/
Shortcut: /sync-agents-md to sync documentation
# Step 1: Start builder
/build skill
# Step 2: Answer 4-5 questions
# (Claude guides you through the process)
# Step 3: Validate output
/validate-output
# Step 4: Install
/install-skill
# Done! Your skill is ready to use
# Step 1: Install Prompt Factory (one-time)
cp -r generated-skills/prompt-factory ~/.claude/skills/
# Step 2: Ask Claude
"I need a prompt for a Senior DevOps Engineer"
# Step 3: Answer 5-7 questions
# (Select format: XML, Claude, ChatGPT, or Gemini)
# Done! Copy and paste into your preferred LLM
# Step 1: Ensure CLAUDE.md exists in your project
# (If missing, run /init first)
# Step 2: Generate AGENTS.md for Codex CLI users
/sync-agents-md
# Step 3: Commit to repo
git add AGENTS.md
git commit -m "docs: Add AGENTS.md for Codex CLI compatibility"
# Done! Codex CLI users can now reference your skills
claude-code-skills-factory/
├── README.md # This file
├── CLAUDE.md # Repository guidance
├── AGENTS.md # Codex CLI documentation (auto-generated)
├── CHANGELOG.md # Version history
├── .claude/
│ ├── agents/ # 5 interactive guide agents
│ │ ├── factory-guide.md # Orchestrator
│ │ ├── skills-guide.md # Skills builder
│ │ ├── prompts-guide.md # Prompts generator
│ │ ├── agents-guide.md # Agents creator
│ │ └── hooks-guide.md # Hooks builder
│ └── commands/ # 8 slash commands
│ ├── build.md # Interactive builder
│ ├── build-hook.md # Hook builder
│ ├── validate-output.md # Validation + ZIP
│ ├── install-skill.md # Installation guide
│ ├── test-factory.md # Test runner
│ ├── factory-status.md # Status checker
│ ├── sync-agents-md.md # CLAUDE.md → AGENTS.md
│ └── codex-exec.md # Codex CLI executor
├── claude-skills-examples/ # 3 reference implementations
├── documentation/
│ ├── references/ # Official Anthropic examples
│ └── templates/ # 4 factory prompt templates
├── generated-skills/ # 9 production-ready skills
│ ├── aws-solution-architect/ # AWS architecture & IaC
│ ├── content-trend-researcher/ # Multi-platform content research
│ ├── ms365-tenant-manager/ # Microsoft 365 administration
│ ├── agent-factory/ # Agent generation system
│ ├── prompt-factory/ # Prompt generation powerhouse
│ ├── slash-command-factory/ # Slash command generation
│ ├── codex-cli-bridge/ # Claude Code ↔ Codex CLI bridge
│ ├── hook-factory/ # Claude Code hooks automation
│ └── claude-md-enhancer/ # CLAUDE.md generation & maintenance
├── generated-agents/ # Specialized agents
│ └── claude-md-guardian/ # CLAUDE.md maintenance agent
└── generated-commands/ # Custom slash commands
└── enhance-claude-md/ # CLAUDE.md enhancement command
All skills include complete implementation, documentation, samples, and distribution packages:
Serverless architecture, IaC templates, cost optimization
Multi-platform trend analysis, SEO-optimized outlines
M365 administration, PowerShell automation
Generate custom Claude Code agents with enhanced YAML
69 professional presets, multi-format output, 7-point validation
17 presets, official Anthropic patterns, 4-layer validation
Claude Code ↔ Codex CLI interoperability, AGENTS.md generation
Build custom Claude Code hooks through interactive 7-question Q&A with automated installation and enhanced validation
Analyze, generate, and enhance CLAUDE.md files with 100% native format compliance, interactive initialization, and automatic maintenance
/enhance-claude-md - Initialize or enhance CLAUDE.md filesThree fully-functional example skills demonstrating different patterns:
See claude-skills-examples/ for implementation details.
A world-class collection of Claude Code utilities: autonomous skills, expert agents, slash commands, and prompts that supercharge your development workflow.
Clone it, run /setup, and it becomes yours in Claude Code or Codex — a second brain + Chief of Staff that holds your context, structures your work, drafts in your voice, and runs reliable workflows.
Automated CLAUDE.md creation, enhancement, and maintenance for Claude Code projects ClaudeForge is a comprehensive toolkit that eliminates the tedious process of manually creating and maintaining CLAUDE.md files.
FAQ
claude-code-skill-factory is a Claude Code plugin with hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it