Claude Skill
skillmatic-ai/awesome-agent-skills
A curated awesome list of Agent Skills resources for modular AI agent capabilities. Explore tools, techniques, and architecture patterns for generative AI and agent systems.
Overview
Repository
Install this Skill
git clone https://github.com/skillmatic-ai/awesome-agent-skills.gitRegistry
Summary
A comprehensive, curated list of resources for Agent Skills, focusing on modular capabilities that transform AI agent architecture. It serves as a definitive guide for developers and researchers in the field of generative AI and agent-based systems.
Claude Skill的权威指南——模块化能力正在革新AI智能体架构
Key features
- Curated collection of Agent Skills resources
- Focus on modular AI agent capabilities
- Covers various AI platforms and tools
- Community-driven awesome list format
- Regularly updated repository
Use cases
- Researching AI agent architecture patterns
- Discovering modular skills for AI agents
- Learning about context engineering techniques
- Exploring tools for AI development workflows
- Finding resources for progressive disclosure in AI
README excerpt
# Awesome Agent Skills [](https://awesome.re) Curated resources for building and using Agent Skills. <div align="center"> <a href="https://agentskills.io"> <img src="assets/cover-image.png" alt="Agent Skills" width="90%"> </a> </div> ## Contents - [What Are Agent Skills](#what-are-agent-skills) - [Start Here](#start-here) - [Phase 1: Learn the Fundamentals](#phase-1-learn-the-fundamentals) - [Phase 2: Use Existing Skills](#phase-2-use-existing-skills) - [Phase 3: Build and Integrate](#phase-3-build-and-integrate) - [Phase 4: Benchmarks and Research](#phase-4-benchmarks-and-research) - [Frequently Asked Questions](#frequently-asked-questions) ## What Are Agent Skills Agent Skills are modular, standardized `SKILL.md` packages that give agents on-demand capabilities via progressive disclosure: lightweight metadata can load early, full instructions load only when relevant, and supporting resources are accessed when needed. `agent-skills` · `ai-agents` · `skill-md` · `progressive-disclosure` · `context-management`. ## Start Here If you are new to Agent Skills, start with these quick primers. - [What are skills](https://agentskills.io/what-are-skills) - Guide: Beginner-friendly introduction to Agent Skills. - [Using skills in Claude](https://support.claude.com/en/articles/12512180-using-skills-in-claude) - Guide: Quick start for enabling skills in Claude. ## Phase 1: Learn the Fundamentals Concepts, comparisons, and explainers to build a solid mental model. ### Key Articles - [Equipping agents for the real world with Agent Skills](https://anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) - Original announcement from Anthropic Engineering. - [Claude Skills vs MCP: Complete Guide](https: