Claude Skill
sanshao85/claude-skills-guide
Master Claude Skill development with this comprehensive guide. Learn from basics to advanced techniques with practical examples, templates, and best practices.
Overview
Repository
Install this Skill
git clone https://github.com/sanshao85/claude-skills-guide.gitRegistry
Summary
A comprehensive guide for developing Claude Skills, covering everything from foundational concepts to advanced mastery. This repository provides structured learning paths, practical examples, and best practices for building effective skills on the Claude platform.
📚 Claude Skills 开发完全指南 - 从基础到精通
Key features
- Step-by-step tutorials from basics to advanced techniques
- Practical code examples and templates
- Best practices for skill design and optimization
- Clear explanations of core concepts
- Structured learning path for beginners and experts
Use cases
- Learning Claude Skill development from scratch
- Building custom skills for specific tasks
- Optimizing existing skills for better performance
- Teaching others how to create Claude Skills
- Exploring advanced skill development techniques
README excerpt
# 📚 Claude Skills 开发指南 / Claude Skills Development Guide <div align="center"> [](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) </div> > 📖 学习如何创建专业的 Claude Skills - 从基础到精通 > 📖 Learn how to create professional Claude Skills - from basics to mastery --- ## 🎯 什么是 Claude Skills? **Claude Skills** 是一种标准化的能力包,将专家知识封装成文件,让 Claude 能够在特定任务上表现得更专业。 ### 核心组成 每个 Skill 由三部分构成: 1. **SKILL.md** - 主要指令文件(必需) 2. **scripts/** - 可执行代码(可选) 3. **reference/** - 参考资源(可选) ### 工作原理 Skills 采用**渐进式披露**机制,分三层加载: - **Level 1**: 元数据(name + description)- 始终加载,~100 tokens - **Level 2**: 指令(SKILL.md 主体)- 触发时加载,~5k tokens - **Level 3**: 资源和代码 - 按需加载 这样设计可以最大化节省 token,只在需要时才加载详细内容。 --- ## 📦 本项目包含什么? ### 📖 核心文档(3 个) 1. **README.md**(本文件)- 项目介绍和快速开始 2. **Claude_Skills_开发完全指南.md** - 详细的开发教程(2500+ 行) 3. **快速参考卡片.md** - 模板和检查清单 ### 🎨 官方示例(17 个 Skills) **anthropic-skills/** - Anthropic 官方 Skills 仓库,包含: **创意设计类**: - algorithmic-art - 算法艺术生成 - canvas-design - 画布设计 - slack-gif-creator - Slack GIF 创建 **开发技术类**: - artifacts-builder - Claude.ai Artifacts 构建 - mcp-builder - MCP 服务器构建 - webapp-testing - Web 应用测试 **企业沟通类**: - brand-guidelines - 品牌规
Topics
No topics yet.