Awesome Claude Skills Zh banner
yzfly yzfly

Awesome Claude Skills Zh

AI community

Description

claude skills, LLM skills, AI skills, Skills 精选资源

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Awesome Claude Skills ZH [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)

🇨🇳 **中文**:精选 Claude Skills、Agent Skills、LLM Skills 及 AI 智能体开发资源列表。 🇺🇸 **English**: A curated list of awesome Claude Skills, Agent Skills, and AI resources.


**维护者 (Maintainer)**: [云中江树 (yzfly)](https://github.com/yzfly) **微信公众号**: 云中江树

背景概念开放标准官方文档开源库工具设施深度文章


📖 目录 (Table of Contents)


💡 背景与核心概念 (Background & Concepts)

本章节旨在深入解析 Claude Skills 的技术原理与应用场景,帮助开发者理解为何需要 Skills 以及如何正确构建它。

什么是 Agent Skills?

**Agent Skills(智能体技能)** 本质上是关于“**如何做(How-to)**”的知识编码。它不仅仅是提示词,更是智能体的行动指南。

  • 模块化与文件化 (Modularization & Documentation)
    在传统的 Prompt Engineering 中,我们往往将大量的指令、示例和约束条件塞入 System Prompt,导致上下文窗口(Context Window)迅速膨胀且难以维护。Anthropic 提出的 Skills 概念,旨在将这些程序性知识模块化、**文件化