Claude Skills Guide CN
Description
Complete Claude Skills development guide (Chinese)
Installation
claude install-skill https://github.com/sanshao85/claude-skills-guide README
📚 Claude Skills 开发指南 / Claude Skills Development Guide
[](https://github.com/sanshao85/claude-skills-guide/stargazers) [](https://github.com/sanshao85/claude-skills-guide/network/members) [](https://github.com/sanshao85/claude-skills-guide/issues) [](https://opensource.org/licenses/MIT) [](CONTRIBUTING.md)
**🇨🇳 中文** | [🇺🇸 English](./README_EN.md)
📖 学习如何创建专业的 Claude Skills - 从基础到精通 📖 Learn how to create professional Claude Skills - from basics to mastery
🎯 什么是 Claude Skills?
**Claude Skills** 是一种标准化的能力包,将专家知识封装成文件,让 Claude 能够在特定任务上表现得更专业。
核心组成
每个 Skill 由三部分构成:
- undefined
工作原理
Skills 采用**渐进式披露**机制,分三层加载:
- undefined
这样设计可以最大化节省 token,只在需要时才加载详细内容。
📦 本项目包含什么?
📖 核心文档(3 个)
- undefined
🎨 官方示例(17 个 Skills)
**anthropic-skills/** - Anthropic 官方 Skills 仓库,包含:
**创意设计类**:
- undefined
**开发技术类**:
- undefined
**企业沟通类**:
- undefined
**文档处理类**(document-skills/):
- undefined
**元 Skills**:
- undefined
**其他示例**:
- undefined
🚀 快速开始(5 分钟)
第 1 步:查看一个简单的 Skill
# 查看最简单的模板
cat anthropic-skills/template-skill/SKILL.md
一个最基本的 Skill 就是这样:
---
name: my-skill
description: 描述这个 Skill 做什么以及何时使用
---
# My Skill
[在这里添加你的指令...]
## 示例
- 示例 1
- 示例 2
第 2 步:创建你的第一个 Skill
# 创建目录
mkdir my-first-skill
cd my-first-skill
...
Related Skills
Official Skills Repository Issues
Claude Documentation
Documentation community Doc Co-authoring
When user wants to write documentation, proposals, technical specs, decision docs, or similar structured contentGuide users through structured workflow for co-authoring documentation
Documentation official Docx
When user mentions Word doc, .docx, or requests professional documents with formattingCreate, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation official Extract text, create PDFs, merge/split documents, and handle forms
Documentation official Pptx
When a .pptx file is involved in any way, or user mentions deck, slides, or presentationCreate, edit, and analyze PowerPoint presentations with layouts and templates
Documentation official Xlsx
When a spreadsheet file is the primary input or output (.xlsx, .xlsm, .csv, .tsv)Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation official