alirezarezvani/claude-code-skill-factory được TopGit xếp vào nhóm dự án mã nguồn mở, với 849 sao trên GitHub, viết chủ yếu bằng Python. Claude Code Skill Factory — A powerful open-source toolkit for building and deploying production-ready Claude Skills, Code Agents, custom Slash Commands, and LLM Prompts at scale. Easily generate structured skill templates, automate workflow integration, and accelerate AI agent development with a clean, developer-friendly setup.
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
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.
🚀 Quick Start (3 Shortcuts)
Shortcut 1: Interactive Builder (Fastest)
I want to build something
The factory-guide agent asks what you need and delegates to specialist guides.
# Install Prompt Factory (69 professional presets)
cp -r generated-skills/prompt-factory ~/.claude/skills/
# Ask Claude
"I need a prompt for [role name]"
📋 Built-in Commands
This toolkit includes 10 slash commands and 5 interactive agents to streamline your workflow:
Workflow Commands
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"
Interactive Guide Agents
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.
🎯 Main Capabilities
1. Skills Factory
Generate complete, production-ready Claude Skills with:
Properly formatted SKILL.md with YAML frontmatter
Python implementation files (when needed)
Sample input/output data
Complete documentation and usage guides
ZIP packages for easy distribution
Template: SKILLS_FACTORY_PROMPT.md
Shortcut: /build skill or "I want to build a skill"
Three official Anthropic patterns (Simple, Multi-Phase, Agent-Style)
Comprehensive 4-layer validation
Auto-generated bash permissions
Template: MASTER_SLASH_COMMANDS_PROMPT.md
Shortcut: Use template directly or /build with custom workflow
6. Codex CLI Bridge
Enable Claude Code ↔ Codex CLI interoperability with:
Automatic CLAUDE.md → AGENTS.md translation
Reference-based architecture (no duplication)
Safety mechanisms and auto-validation
Cross-tool team collaboration support
Skill: generated-skills/codex-cli-bridge/
Shortcut: /sync-agents-md to sync documentation
🔄 Complete Workflow Examples
Example 1: Build a Skill in 2 Minutes
# 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
Example 2: Generate Cross-Platform Prompt
# 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
Example 3: Sync for Codex CLI Team
# 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
API Documentation: https://docs.claude.com/en/api/skills-guide
🤝 Contributing
This is a reference repository. To contribute:
Fork the repository
Add new example skills to claude-skills-examples/
Ensure skills follow formatting standards
Include complete implementation with samples
Submit a pull request
📄 License
This repository provides examples and templates for creating Claude Skills. The skills you generate using these templates are yours to use as you see fit.
📊 Version
Current Version: 1.4.0
Last Updated: October 30, 2025
Compatible With: Claude Skills (all platforms), Claude Code Agents, Claude Code Slash Commands
Latest Changes (v1.4.0):
✨ Added Codex CLI Bridge skill for Claude Code ↔ OpenAI Codex CLI interoperability
✨ Added /sync-agents-md and /codex-exec slash commands
✨ AGENTS.md auto-generation capability for cross-tool compatibility
📝 Consolidated README.md for better focus on main capabilities and shortcuts
🚀 Enhanced Quick Start with 3 shortcuts and workflow examples
Previous Changes (v1.3.0):
MASTER_SLASH_COMMANDS_PROMPT.md template with official Anthropic patterns
Slash Command Factory v2.0 with 17 presets and 4-layer validation
Three official command patterns (Simple, Multi-Phase, Agent-Style)
Previous Changes (v1.2.0):
Prompt Factory skill with 69 presets across 15 domains
Multi-format output (XML/Claude/ChatGPT/Gemini)
7-point quality validation system
See: CHANGELOG.md for complete version history
📈 Star History
Ready to build? Try one of the shortcuts above, or explore the factory templates to start generating production-ready skills, agents, prompts, or slash commands!
alirezarezvani/claude-code-skill-factory có bao nhiêu sao?
alirezarezvani/claude-code-skill-factory có 849 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/alirezarezvani/claude-code-skill-factory. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
alirezarezvani/claude-code-skill-factory có những chủ đề gì?
GitHub topics của alirezarezvani/claude-code-skill-factory: "ai-agents", "ai-tools", "claude-ai", "claude-code", "claude-skills", "claude-skills-creator". TopGit xếp repo vào nhóm mã nguồn mở.
alirezarezvani/claude-code-skill-factory có phải mã nguồn mở không?
Có — alirezarezvani/claude-code-skill-factory phát hành theo license MIT, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/alirezarezvani/claude-code-skill-factory.
alirezarezvani/claude-code-skill-factory có trang demo không?
Dự án có trang chủ ở https://medium.com/@alirezarezvani/the-claude-skills-factory-how-you-can-generate-production-ready-ai-tools-in-15-minutes-eb0b86087f31?sk=4c0f7e762b9d7caf49d4234a978f3b0a. Tab "Readme" ở trang này thường có ảnh chụp và hướng dẫn bắt đầu nhanh.
alirezarezvani/claude-code-skill-factory còn đang phát triển không?
Commit gần nhất trên alirezarezvani/claude-code-skill-factory là 9 tháng trước (theo timestamp GitHub). Repo có 173 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
Đọc thêm về alirezarezvani/claude-code-skill-factory ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/alirezarezvani/claude-code-skill-factory là nguồn chính thức.
Đọc đầy đủ README ở tab phía trên.
Chưa chắc claude-code-skill-factory có hợp với bạn?
Để ChatGPT, Claude hoặc Perplexity tìm hiểu giúp — bấm bên dưới và xem AI nói gì về claude-code-skill-factory.