# 第六章 Skills 技能系统

Skills 是 Claude 2025 年推出的新能力，让你可以创建可复用的定制化工作流。

***

## 什么是 Skills？

Skills 是包含指令、脚本和资源的文件夹，Claude 可以自动发现并应用它们。可以把 Skills 想象成为 Claude 定制的“技能包”。

***

## 本章学习目标

* [ ] 理解 Skills 的概念和结构
* [ ] 使用内置 Skills 处理常见任务
* [ ] 创建自定义 Skills
* [ ] 组合多个 Skills 实现复杂工作流

***

## 章节导航

| 章节                                                                           | 主题                |
| ---------------------------------------------------------------------------- | ----------------- |
| [6.1](/claude_guide/di-san-bu-fen-jin-jie-pian/06_skills/6.1_intro.md)       | 什么是 Claude Skills |
| [6.2](/claude_guide/di-san-bu-fen-jin-jie-pian/06_skills/6.2_structure.md)   | Skills 的结构与组成     |
| [6.3](/claude_guide/di-san-bu-fen-jin-jie-pian/06_skills/6.3_builtin.md)     | 使用内置 Skills       |
| [6.4](/claude_guide/di-san-bu-fen-jin-jie-pian/06_skills/6.4_custom.md)      | 创建自定义 Skills      |
| [6.5](/claude_guide/di-san-bu-fen-jin-jie-pian/06_skills/6.5_combination.md) | Skills 组合与高级用法    |
| [6.6](/claude_guide/di-san-bu-fen-jin-jie-pian/06_skills/6.6_debugging.md)   | 调试与优化 Skills      |

***

> 💡 Skills 可在 Claude.ai、Claude Code 和 API 中使用。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yeasy.gitbook.io/claude_guide/di-san-bu-fen-jin-jie-pian/06_skills.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
