| .gitignore | ||
| CONTRIBUTING.md | ||
| README.md | ||
Awesome Agent Skills 
A curated list of useful resources for Agent Skills - a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows.
🌟 What are Agent Skills?
A Skill is a directory containing a SKILL.md file (with metadata and instructions) and optional scripts/resources. This format allows agents to discover and load capabilities on demand, a concept known as "progressive disclosure".
Think of skills as "plugins" or "knowledge packs" that your agent can read to learn how to perform specific tasks—like editing a PDF, analyzing data, or managing a project—without needing that knowledge hardcoded into its system prompt.
👉 Learn more at agentskills.io
📖 Contents
- 🧩 Skill Collections
- 🛠️ Tools & Ecosystem
- 📚 Essential Reading
- 📺 Videos
- 🔬 Research & Papers
- 💬 Join the Community
- 🤝 How to Contribute
🧩 Skill Collections
Ready-to-use skills to supercharge your agents.
- anthropics/skills - 🏆 Official collection from Anthropic (document editing, data analysis, etc.).
- karanb192/awesome-claude-skills - 50+ verified skills for Claude Code and Claude.ai.
- shajith003/awesome-claude-skills - Skills to enhance capabilities in specialized areas.
- ponderous-dustiness314/awesome-claude-skills - Essential skills for document editing, data analysis, and project management.
- jacintarefined358/awesome-claude-skills - Verified skills for productivity.
- lifegenieai/claude-skills - Skills for voice AI, image generation, and web dev.
- hikanner/agent-skills - Curated collection of Claude Agent Skills.
- GuDaStudio/skills - Skills for collaboration between Claude and other agents.
- bencium/bencium-claude-code-design-skill - Comprehensive UX Designer skill.
- Johnny2x2/Agent-Skills - A library of Anthropic Agent Skills.
- dennytosp/nextjs-claude-design-skill - Next.js UX Designer skill.
- jakedahn/pomodoro - Reference implementation of the 'System Skill Pattern' (CLI + SKILL.md + Database).
- Thomas-TyTech/browser-skill - Token-efficient
SKILL.mdbundle for controlling Chrome. - fabioc-aloha/spotify-skill - 🎵 Spotify API integration skill.
- kylehughes/the-unofficial-swift-concurrency-migration-skill - Swift Concurrency Migration Guide as a Skill.
- gmickel/sheets-cli - 📊 Google Sheets CLI with Agent Skills.
- tubone24/midi-agent-skill - 🎹 Generate MIDI files from text.
- SawyerHood/dev-browser - 🌐 Give your agent a web browser.
- muratcankoylan/Agent-Skills-for-Context-Engineering - Skills for context engineering.
- gotalab/skillport - Bring Agent Skills to any AI Agent via CLI or MCP.
- formulahendry/agent-skill-code-runner - Run code snippets in multiple languages.
- DiscreteTom/agent-skills-mcp - Load Agent Skills using MCP.
- OmidZamani/dspy-skills - Claude Skills for DSPy framework.
- gradion-ai/freeact-skills - Predefined skills for the freeact agent library.
- DougTrajano/pydantic-ai-skills - Pydantic AI with Agent Skills.
🛠️ Tools & Ecosystem
Platforms and tools that support the Agent Skills specification.
- OpenCode - AI development tool supporting Agent Skills.
- Cursor - AI code editor supporting Agent Skills.
- Amp - AI coding assistant.
- Letta - Platform for building stateful LLM agents.
- Goose - Open source AI agent.
- Claude Code - Anthropic's coding tool with native support.
- openskills - Universal skills loader for AI coding agents.
- vibe-tools - Give Cursor Agent an AI Team and Advanced Skills.
- IntentKit - Framework for AI agents equipped with powerful skills.
- Agentica - TypeScript AI Function Calling Framework.
- gemini-cli-skillz - Gemini CLI extension enabling Anthropic-style Agent Skills.
- devskills - MCP server to bring Agent Skills to any MCP-compatible coding agent.
- baml-anthropic-skills-integration - Integration between BAML and Anthropic Agent Skills.
- agentskills-mcp - MCP server implementation for Agent Skills.
- cc-wf-studio - Workflow studio for ClaudeCode with skill support.
- skillcheck - Security scanner for
SKILL.mdfiles. - cognitive-toolworks - Generates agent artifacts like
SKILL.mdusing LLM. - skill-optimization - DSPy optimization techniques for
SKILL.mdfiles. - AI-anything - Transforms YouTube videos into
SKILL.mdfiles. - system-skills-pattern-template - Template for building System Skills (CLI + SKILL.md + Database).
📚 Essential Reading
- Equipping agents for the real world with Agent Skills - Anthropic Engineering Blog.
- What are skills? - Claude Support.
- Using skills in Claude - Guide on using skills.
- How to create custom skills - Guide on authoring skills.
- Skills API Quickstart - Technical documentation.
- Stream Coding Methodology - Documentation-first methodology including official
SKILL.mdfor Claude/Cursor.
📺 Videos
Note: As this is a new standard, video content is emerging. Check back soon for tutorials and demos!
- Anthropic Agent Skills Announcement - (Blog post with embedded concepts).
🔬 Research & Papers
Academic research related to Agent Skills and progressive disclosure.
- A survey of agent interoperability protocols (2025) - Discusses protocols like MCP and 'Agent Cards'.
- The Effect of Progressive Disclosure in the Transparency of Large Language Models (2024) - Research on progressive disclosure.
- Disclosures & disclaimers: Investigating the impact of transparency disclosures (2024) - Investigates transparency disclosures.
💬 Join the Community
- Agent Skills GitHub Discussions - Official specification discussions.
- Anthropic Skills GitHub Issues - Issues for example skills.
🤝 How to Contribute
Contributions are welcome! Please read the contribution guidelines first.