Claude Skill
alirezarezvani/claude-code-skill-factory
开源 Python 工具包,用于构建生产就绪的 Claude Skill、代码代理和自定义斜杠命令。通过结构化模板和自动化加速 AI 智能体开发。
概览
仓库信息
安装这个 Skill
git clone https://github.com/alirezarezvani/claude-code-skill-factory.gitRegistry 信息
项目简介
Claude Code Skill Factory 是一个开源的 Python 工具包,用于大规模构建和部署生产就绪的 Claude Skill、代码代理、自定义斜杠命令及 LLM 提示词。它提供结构化模板和工作流自动化,以加速 AI 智能体开发。
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.
要点
- 构建和部署生产就绪的 Claude Skill
- 生成结构化技能模板
- 自动化工作流集成
- 加速 AI 智能体开发
- 开发者友好的配置
- 支持自定义斜杠命令和 LLM 提示词
使用场景
- 开发可扩展的 Claude Skill
- 创建自定义代码代理
- 为工作流实现斜杠命令
- 生成和管理 LLM 提示词
- 自动化 AI 代理部署流程
- 构建 AI 工具开发模板
README 摘要
# Claude Code Skills & Agents Factory 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. ### Shortcut 2: Use Slash Commands ```bash /build skill # Interactive skill builder /build agent # Interactive agent builder /build prompt # Interactive prompt builder /build hook # Interactive hook builder ``` ### Shortcut 3: Use Ready-Made Skills ```bash # 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 AGE