返回 Skill 列表
入门必看入门
官方 Skills 完全指南
Claude Code 内置了哪些官方 Skill?deep-research、code-review、dataviz 分别怎么用?
📋 SKILL.md 完整代码
--- name: official-skills description: >- Claude Code 内置了哪些官方 Skill?deep-research、code-review、dataviz 分别怎么用? Use when working on official skills tasks. allowed-tools: Read,Write,Bash --- # 官方 Skills 完全指南 ## Quick Start 1. Save as `~/.claude/skills/official-skills/SKILL.md` 2. Restart Claude Code 3. Type `/official-skills` or describe your task naturally 4. Claude auto-triggers when your task matches the description ## Instructions - Understand the user's specific context and needs - Apply domain best practices consistently - Provide actionable, specific guidance with examples - Verify all outputs before presenting to user ## Gotchas - Test with a fresh Claude instance after changes - Keep SKILL.md under 500 lines; use references/ for details - Description is the trigger key — make it specific and keyword-rich
🚀 怎么用
1. 复制上面的 SKILL.md 代码 2. 保存为 ~/.claude/skills/official-skills/SKILL.md 3. 重启 Claude Code 4. 输入 /official-skills 或直接描述任务触发 5. AI 自动按 Skill 流程执行
常用官方 Skills
code-review:代码审查,提交前检查代码质量、安全性、性能、可维护性。deep-research:深度调研,多源搜索+验证+合成报告。dataviz:数据可视化,自动选择最佳图表类型。simplify:代码精简,消除冗余。verify:端到端验证,确认修改是否生效。claude-api:API 参考。loop:定时重复执行任务。
使用方法
在 Claude Code 中输入 /skill-name 即可触发。例如 /code-review 就会对当前改动启动代码审查。AI 也会根据你的任务描述自动匹配合适的 Skill。
最佳实践
不要一次性装太多 Skill——保持在 5-8 个高频使用的就行。每个 Skill 只占 ~100 Token 的描述开销,但触发后会加载完整内容。按需使用,不用就停用。