Claude Skill
libukai/awesome-agent-skills
A curated guide and awesome list for agent skills. Find quick-start resources, recommended skills, tools, and practical examples for developing agents, with a focus on the Claude ecosystem.
Overview
Repository
Install this Skill
npx skills find [query] # 搜索相关技能Registry
npx skills find [query] # 搜索相关技能npx skills add <owner/repo> # 安装技能(支持 GitHub 简写、完整 URL、本地路径)npx skills list # 列出已安装的技能npx skills check # 检查可用更新npx skills update # 升级所有技能
Summary
Awesome Agent Skills is a comprehensive, curated guide and resource list for learning and implementing agent skills, particularly within the Claude ecosystem. It serves as a starting point for developers, offering quick-start guides, recommended skills, and practical tools.
Agent Skills 终极指南:快速入门、推荐技能、最新资讯与实战案例
Key features
- Curated list of agent skills and resources
- Focus on quick-start and practical implementation
- Ecosystem-specific content (e.g., Claude)
- Collection of tools and toolkits
- Community-driven and regularly updated
Use cases
- Learning the fundamentals of agent development
- Discovering pre-built skills and tools for agents
- Finding resources for Claude-based agent projects
- Staying updated on agent skill trends and tools
- Accelerating development with curated examples
README excerpt
<div> <p align="center"> <a href="https://platform.composio.dev/?utm_source=Github&utm_medium=Youtube&utm_campaign=2025-11&utm_content=AwesomeSkills"> <img width="1280" height="640" alt="Composio banner" src="assets/media/awesome-agent-skills.png"> </a> </p> </div> <div> <p align="center"> <a href="https://awesome.re"> <img src="https://awesome.re/badge.svg" alt="Awesome" /> </a> <a href="https://makeapullrequest.com"> <img src="https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=flat-square" alt="Issues Welcome" /> </a> <a href="https://www.apache.org/licenses/LICENSE-2.0"> <img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg?style=flat-square" alt="License: Apache-2.0" /> </a> </p> </div> <div align="center"> 简体中文 | [English](docs/README_EN.md) | [日本語](docs/README_JA.md) </div> 本项目致力于遵循少而精的原则,收集和分享最优质的 Skill 资源、教程和实践案例,帮助更多人轻松迈出搭建 Agent 的第一步。 > 如果觉得这个项目对你有所帮助,还请帮忙点个 🌟 让更多人知晓。同时,也欢迎关注我的 𝕏 账号 [@李不凯正在研究](https://x.com/libukai) ,即时获取 Agent Skill 的最新资源和实战教程! ## 快速入门 Skill 是一种轻量级的 Agent 构建方案,通过封装特定的业务流程与行业知识,强化 AI 执行特定任务的专业能力。 面对重复性的任务需求,你无需在每次对话中反复输入背景信息。只需安装对应的 Skill,AI 即可习得该领域的专业技能。 历经半年的迭代演进,Skill 已成为增强 AI 垂直领域能力的标准方案,并获得了各类 Agent 框架与 AI 产品的广泛支持。 ## 标准结构 根据标准定义,每个 Skill 都是一个规范化命名的文件夹,其中包含了流程、资料、脚本等各类资源。通过在上下文中渐进式导入这些文件,AI 即可学会相应的技能。 ```markdown my-skill/ ├── SKILL.md # 必需:流程说明和元数据 ├── references/ # 可选:参考资料 ├── scripts/ # 可选:可执行脚本 └── assets/ # 可选:模板、资源 ``` ## 安装技能 Skill 可以在 Claude 和 ChatGPT 这类 GUI 的 App 中使用,也可以在 Cursor 和 Claude Code 这类编程 IDE 及 TUI CLI 中使用,还可以在 OpenClaw 等 Agent Harness 上使用。 安装 Skill 过程的本质,其实就是将 Skill 对应的文件夹放到特定的目录下,以便 AI 能按需加载和使用。 ### 类 Claude App 生态  目前在 App 中使用 Skill 的方式主要有两种:通过