常见问题 Frequently Asked Questions
关于 Claude Code Skills 你想知道的一切。找不到答案?欢迎在 GitHub 提问。 Everything you need to know about Claude Code Skills. Can't find your answer? Ask on GitHub.
基本问题 General
Claude Code Skills 是什么? What is Claude Code Skills?
Claude Code Skills 是一个精选的 AI 编程技能库,收录了 100+ 经过实战验证的 Claude Code 技能。每个技能都经过筛选、解读、翻译和分类,覆盖从项目规划到部署的完整开发流程。不同于散落在各处的零碎提示词,CC Skills 提供系统化、场景化的技能组合,让你一键激活就能使用。
Claude Code Skills is a curated AI coding skill library featuring 100+ battle-tested skills for Claude Code. Each skill is screened, analyzed, translated, and categorized, covering the complete development workflow from planning to deployment. Unlike scattered prompts, CC Skills provides systematic, scenario-based skill combinations that you can activate with one click.
CC Skills 和其他 AI 提示词集合有什么不同? How is CC Skills different from other AI prompt collections?
三个核心区别:1) 精选而非大全 — 我们不是搬运所有 prompts,而是从 16 个顶级来源中筛选真正有效的技能;2) 场景化组织 — 按开发流程(构思→编码→测试→部署)组织,不是按来源堆积;3) 即用型 — 通过 MCP 配置一键激活,不需要复制粘贴 prompt。
Three key differences: 1) Curated, not comprehensive — We don't copy all prompts; we screen genuinely effective skills from 16 top sources; 2) Scenario-organized — Organized by development workflow (plan→code→test→deploy), not piled by source; 3) Ready to use — One-click activation via MCP config, no copy-pasting prompts.
CC Skills 是免费的吗? Is CC Skills free?
是的,CC Skills 完全免费且开源。所有技能内容、网站代码和数据都在 GitHub 上公开。我们相信好的开发工具应该对所有人开放。
Yes, CC Skills is completely free and open source. All skill content, website code, and data are publicly available on GitHub. We believe great development tools should be accessible to everyone.
安装配置 Setup
如何安装和配置 CC Skills? How do I install and set up CC Skills?
只需 30 秒:1) 打开 VS Code 的 settings.json;2) 在 mcpServers 中添加一行 CC Skills 的 MCP 配置;3) 重启 Claude Code。所有技能自动激活,无需安装任何依赖。详细步骤请查看快速接入指南。
Just 30 seconds: 1) Open VS Code's settings.json; 2) Add the CC Skills MCP config to mcpServers; 3) Restart Claude Code. All skills auto-activate with no dependencies. See our Quick Setup Guide for details.
支持哪些编辑器? Which editors are supported?
CC Skills 主要为 Claude Code(VS Code 扩展)设计和优化。部分通用型技能(标记为 🌐 通用)也可以在其他支持 MCP 的 AI 编程助手中使用,如 Cursor。标记为 ⚡CC 专属的技能是针对 Claude Code 特性深度优化的。
CC Skills is primarily designed and optimized for Claude Code (VS Code extension). Some general skills (marked 🌐 General) also work with other MCP-compatible AI coding assistants like Cursor. Skills marked ⚡CC are deeply optimized for Claude Code features.
使用方法 Usage
技能这么多,我该从哪个开始? With so many skills, where should I start?
推荐从三个核心技能开始:1) TDD(测试驱动开发) — 这是最重要的 AI 编程纪律;2) 系统化调试 — 遇到 bug 时的科学方法;3) 完成前验证 — 确保每个功能真正完成。这三个技能组成了最基本的"质量三角"。或者直接查看我们的场景指南,根据你的具体需求找到推荐组合。
Start with three core skills: 1) TDD (Test-Driven Development) — the most important AI coding discipline; 2) Systematic Debugging — scientific approach to bugs; 3) Pre-completion Verification — ensure features are truly done. These form the essential "quality triangle." Or check our Scenario Guides to find recommended combinations for your specific needs.
工作流(Workflows)和技能组合(Bundles)有什么区别? What's the difference between Workflows and Skill Bundles?
工作流是有严格顺序的完整执行流程,每一步都有入口条件、质量标准和验证门——适合复杂项目(如"从零开发新项目")。技能组合是推荐搭配使用的技能集合,没有严格顺序——适合特定场景(如"系统化调试"组合)。
Workflows are ordered, complete execution processes where each step has entry conditions, quality criteria, and verification gates — ideal for complex projects (like "Build a New Project"). Skill Bundles are recommended skill combinations without strict ordering — ideal for specific scenarios (like "Systematic Debugging" bundle).
我可以贡献自己的技能吗? Can I contribute my own skills?
当然可以!CC Skills 是开源项目,欢迎通过 GitHub 提交 Pull Request。我们有严格的质量标准:技能必须经过实战验证、有明确的使用场景、且不与现有技能重复。详情请查看 GitHub 仓库的贡献指南。
Absolutely! CC Skills is open source and we welcome Pull Requests on GitHub. We have strict quality standards: skills must be battle-tested, have clear use cases, and not duplicate existing skills. See the contribution guide in our GitHub repo.
技术问题 Technical
MCP 是什么?为什么 CC Skills 使用 MCP? What is MCP? Why does CC Skills use MCP?
MCP(Model Context Protocol)是 Anthropic 推出的开放协议,让 AI 助手能够连接外部工具和数据源。CC Skills 通过 MCP 将技能库直接集成到 Claude Code 中,这意味着你不需要手动复制提示词——AI 可以在需要时自动调用正确的技能。
MCP (Model Context Protocol) is an open protocol by Anthropic that lets AI assistants connect to external tools and data sources. CC Skills uses MCP to integrate the skill library directly into Claude Code, meaning you don't need to manually copy prompts — the AI can automatically invoke the right skills when needed.
技能是如何验证的?"Verified" 标签代表什么? How are skills verified? What does the "Verified" badge mean?
Verified 标签表示该技能来自经过我们团队实际测试和使用验证的来源。验证标准包括:1) 技能在真实项目中产出了可测量的质量提升;2) 指令清晰、无歧义;3) 与 Claude Code 的交互模式兼容。来自 Anthropic 官方、Vercel Labs、Prisma 等官方来源的技能默认为 Verified。
The Verified badge means the skill comes from a source that our team has actually tested and validated in practice. Verification criteria include: 1) The skill produces measurable quality improvements in real projects; 2) Instructions are clear and unambiguous; 3) Compatible with Claude Code's interaction patterns. Skills from official sources like Anthropic, Vercel Labs, and Prisma are Verified by default.
还有其他问题? Still have questions?
在 GitHub 上提问,我们会尽快回复 Ask on GitHub and we'll respond promptly
前往 GitHub Go to GitHub