by sanshao85 · Claude Skill · ★ 122
📚 Claude Skills 开发指南 / Claude Skills Development Guide 🇨🇳 中文 | 🇺🇸 English 📖 学习如何创建专业的 Claude Skills - 从基础到精通 📖 Learn how to create professional Claude Skills - from basics to mastery 🎯 什么是 Claude Skills? Claude Skills 是一种标准化的能力包,将专家知识封装成文件,让 Claude 能够在特定任务上表现得更专业。 核心组成 每个 Skill 由三部分构成: SKILL.md - 主要指令文件(必需) scripts/ - 可执行代码(可选) reference/ - 参考资源(可选) 工作原理 Skills 采用渐进式披露机制,分三层加载: Level 1: 元数据(name + description)- 始终加载,100 tokens Level 2: 指令(SKILL.md 主体)- 触发时加载,5k tokens Level 3: 资源和代码 - 按需加载 这样设计可以最大化节省 token,只在需要时才加载详细内容。 📦 本项目包含什么? 📖 核心文档(3 个) README.md(本文件)- 项目介绍和快速开始...
| Stars | 122 |
| Forks | 21 |
| Language | Shell |
| Category | Claude Skill |
| License | MIT |
| Quality Score | 64.2735622432499/100 |
| Open Issues | 1 |
| Last Updated | 2025-10-27 |
| Created | 2025-10-27 |
| Platforms | claude-code, cli |
| Est. Tokens | ~2k |
Explore other popular claude skill tools:
claude-skills-guide is 📚 Claude Skills 开发完全指南 - 从基础到精通 | Complete guide for developing Claude Skills - from basics to mastery. It is categorized as a Claude Skill with 122 GitHub stars.
claude-skills-guide is primarily written in Shell.
You can find installation instructions and usage details in the claude-skills-guide GitHub repository at github.com/sanshao85/claude-skills-guide. The project has 122 stars and 21 forks, indicating an active community.
claude-skills-guide is released under the MIT license, making it free to use and modify according to the license terms.