13 KiB
Awesome Agent Skills 
Curated resources for building and using Agent Skills.
Contents
- What Are Agent Skills
- Start Here
- Phase 1: Learn the Fundamentals
- Phase 2: Use Existing Skills
- Phase 3: Build and Integrate
- Phase 4: Benchmarks and Research
- 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 - Guide: Beginner-friendly introduction to Agent Skills.
- 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 - Original announcement from Anthropic Engineering.
- Claude Skills vs MCP: Complete Guide - Comparison of Agent Skills and Model Context Protocol.
- The Great AI Agent Configuration Confusion - Overview of SKILL.md, AGENTS.md, and related standards.
- Using skills with Deep Agents - How frameworks apply the skills pattern.
Video Introductions
- Claude's new Agent Skills - One-minute overview.
- Don't Build Agents, Build Skills Instead - Anthropic talk on skills as a scalable abstraction.
- Agent Skills Explained: Why This Changes Everything - Why skills matter for agent development.
- Claude Agent Skills Tutorial and Demo - Intro tutorial and hands-on demo.
- Claude Code Skills built me an AI Agent Team - Extended beginner guide.
Courses
- Agent Skills with Anthropic - Short course from DeepLearning.AI
Phase 2: Use Existing Skills
Platforms that support skills today, plus ready-to-use skill catalogs.
Supported Platforms and IDEs
- Claude Code - Platform: Anthropic's coding tool with skills support (docs).
- OpenAI Codex - Platform: OpenAI's CLI agent with skills support (docs).
- Gemini CLI - Gemini in the terminal with skills support (docs).
- Cursor - AI-powered editor with native skills integration (docs).
- VS Code - Editor with Agent Skills support (docs).
- GitHub Copilot - Coding assistant with Agent Skills support (docs).
- Manus - Autonomous AI agent, now supporting Agent Skills (blog)
- OpenCode - AI development tool with built-in Agent Skills support (docs).
- Amp - AI coding assistant with Agent Skills support (docs).
- Goose - Open source agent framework with extensions support (docs).
- Letta - Stateful LLM agents with memory (docs).
- Roo Code - VS Code extension and cloud agents with skills integration (docs).
Ready-to-Use Skill Libraries
Top Picks
- Anthropic skills - Official skills catalog from Anthropic.
- OpenAI skills - Official skills catalog from OpenAI.
- Vercel skills - Collection of skills reflecting best practices in web development from Vercel.
- Hugging Face skills - Community skills catalog with broad compatibility.
More Collections
- Orchestra-Research/AI-research-SKILLs - A collection of AI/ML research and engineering skills.
- karanb192/awesome-claude-skills - Curated list of Claude skills.
- shajith003/awesome-claude-skills - Skill collection for specialized capabilities.
- GuDaStudio/skills - Multi-agent collaboration skills.
- DougTrajano/pydantic-ai-skills - Pydantic AI integration skills.
- OmidZamani/dspy-skills - Skills for DSPy-based workflows.
- ponderous-dustiness314/awesome-claude-skills - Document editing, data analysis, and project management skills.
- hikanner/agent-skills - Curated Agent Skills collection.
- gradion-ai/freeact-skills - Freeact skill library.
Skill Marketplaces & directories
- SkillsMP - Marketplace for discovering and sharing Agent Skills.
- Skillstore - Curated marketplace for Agent Skills.
- SkillsDirectory - Directory of popular Agent Skills.
- skills.sh - A directory and leaderboard for Agent Skills.
Phase 3: Build and Integrate
Guides and tools for authoring, validating, and distributing skills.
How to Build Skills
- How to create custom skills - Guide: Step-by-step instructions for authoring skills.
- Skills API Quickstart - Docs: API reference for implementing skills.
- How I Built Agent Skills for Claude Code - Tutorial: Practical walkthrough for building custom skills.
- Claude Agent Skills Tutorial - Video: End-to-end walkthrough with examples.
Developer Tools
- LangChain Multi-Agent Skills - Docs: Implementing skills in LangChain.
- SkillCheck - Tool: Scanner for common risks in skill packages.
- OpenSkills - Tool: Universal loader for integrating skills with many agents.
- LangChain Deep Agents - Framework: Agent harness with a skills-oriented workflow.
- IntentKit - Framework: Intent-driven agent building.
- Agentica - Framework: TypeScript function-calling utilities for agents.
Reference Implementations
Development and Programming
- kylehughes/the-unofficial-swift-concurrency-migration-skill - Skill-style guide for Swift concurrency migrations.
- gapmiss/obsidian-plugin-skill - Skill package for Obsidian plugin development.
- frmoretto/stream-coding - Stream-coding methodology reference.
- remotion-dev/remotion - Skill package that define best practices for working in Remotion projects.
Integration and Automation
- SawyerHood/dev-browser - Browser capability for agents.
- gotalab/skillport - CLI and MCP-based skill distribution.
- gmickel/sheets-cli - Google Sheets automation via CLI.
- fabioc-aloha/spotify-skill - Spotify API integration skill.
Phase 4: Benchmarks and Research
Evaluation frameworks and deeper technical reading.
Benchmarks and Evaluation
- benchflow-ai/SkillsBench - Benchmark: Measuring skills performance on real workflows.
Advanced Engineering
- Claude Agent Skills: A First Principles Deep Dive - Article: Detailed architecture analysis.
- I finally CRACKED Claude Agent Skills - Video: Comparison of Skills, MCP, and subagents.
- Claude Agent Skills - Video: One-hour deep dive into domain-specific usage.
- muratcankoylan/Agent-Skills-for-Context-Engineering - Repository: Context-engineering reference materials.
- jakedahn/pomodoro - Repository: System skill pattern reference.
- yzfly/Mind-Cloning-Engineering - Repository: Techniques for building reusable skill knowledge.
Academic Papers
- Agent Skills Enable a New Class of Realistic and Trivially Simple Prompt Injections (2025) - Paper: Security analysis of skill-file prompt injection risks.
- A survey of agent interoperability protocols (2025) - Paper: Survey of MCP, Agent Cards, and related protocols.
- Reinforcement Learning for Self-Improving Agent with Skill Library (2024) - Paper: Maintaining and improving skill libraries.
- PolySkill: Learning Generalizable Skills Through Polymorphic Abstraction (2024) - Paper: Learning transferable skills via abstraction.
Frequently Asked Questions
What are Agent Skills
Agent Skills are modular SKILL.md packages that provide on-demand capabilities without loading all knowledge up front.
How do Agent Skills differ from fine-tuning
Fine-tuning changes model weights, while skills provide runtime knowledge and workflows that you can update instantly.
What is the difference between Agent Skills and MCP
Agent Skills focus on workflows and capabilities, while MCP focuses on secure, structured data and tool access.
How do I create my first Agent Skill
See the How to Build Skills section for a step-by-step authoring guide.
Which AI platforms support Agent Skills
Support varies by platform, but major tools include Claude (Claude.ai and Claude Code), OpenAI Codex, GitHub Copilot, Cursor, VS Code, and more.
Can I use Agent Skills with ChatGPT or other LLMs
If a platform does not support the format natively, you can often integrate skills via a loader or by adapting the SKILL.md instructions into that platform's prompt workflow.
Are Agent Skills secure
Treat skills like code: review them before using, avoid installing from untrusted sources, and prefer audited skill libraries.
How do I share Agent Skills with my team
The most common approach is to version skills in Git (in a shared repo) and let your supported tools discover them from a standard directory.
Contributing
Please read our contribution guidelines before submitting changes.