diff --git a/README.md b/README.md index 0b29a01..c579895 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,28 @@ 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 ("progressive disclosure"). -> [Learn more at agentskills.io](https://agentskills.io) +## 🌟 What are Agent Skills? -## Contents +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"**. -- [Publicly Shared Skills](#publicly-shared-skills) -- [Tools & Frameworks](#tools--frameworks) -- [Articles & Blogs](#articles--blogs) -- [Papers](#papers) -- [Community](#community) +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. -## Publicly Shared Skills +[πŸ‘‰ Learn more at agentskills.io](https://agentskills.io) -Collections of ready-to-use skills for your agents. +## πŸ“– Contents -- [anthropics/skills](https://github.com/anthropics/skills) - Official collection of example skills from Anthropic (document editing, data analysis, etc.). +- [🧩 Skill Collections](#-skill-collections) +- [πŸ› οΈ Tools & Ecosystem](#-tools--ecosystem) +- [πŸ“š Essential Reading](#-essential-reading) +- [πŸ”¬ Research & Papers](#-research--papers) +- [πŸ’¬ Join the Community](#-join-the-community) +- [🀝 How to Contribute](#-how-to-contribute) + +## 🧩 Skill Collections + +Ready-to-use skills to supercharge your agents. + +- [anthropics/skills](https://github.com/anthropics/skills) - πŸ† **Official** collection from Anthropic (document editing, data analysis, etc.). - [karanb192/awesome-claude-skills](https://github.com/karanb192/awesome-claude-skills) - 50+ verified skills for Claude Code and Claude.ai. - [shajith003/awesome-claude-skills](https://github.com/shajith003/awesome-claude-skills) - Skills to enhance capabilities in specialized areas. - [ponderous-dustiness314/awesome-claude-skills](https://github.com/ponderous-dustiness314/awesome-claude-skills) - Essential skills for document editing, data analysis, and project management. @@ -26,11 +31,11 @@ Collections of ready-to-use skills for your agents. - [lifegenieai/claude-skills](https://github.com/lifegenieai/claude-skills) - Skills for voice AI, image generation, and web dev. - [hikanner/agent-skills](https://github.com/hikanner/agent-skills) - Curated collection of Claude Agent Skills. - [GuDaStudio/skills](https://github.com/GuDaStudio/skills) - Skills for collaboration between Claude and other agents. -- [fabioc-aloha/spotify-skill](https://github.com/fabioc-aloha/spotify-skill) - Spotify API integration skill. +- [fabioc-aloha/spotify-skill](https://github.com/fabioc-aloha/spotify-skill) - 🎡 Spotify API integration skill. - [kylehughes/the-unofficial-swift-concurrency-migration-skill](https://github.com/kylehughes/the-unofficial-swift-concurrency-migration-skill) - Swift Concurrency Migration Guide as a Skill. -- [gmickel/sheets-cli](https://github.com/gmickel/sheets-cli) - Google Sheets CLI with Agent Skills. -- [tubone24/midi-agent-skill](https://github.com/tubone24/midi-agent-skill) - Generate MIDI files from text. -- [SawyerHood/dev-browser](https://github.com/SawyerHood/dev-browser) - Give your agent a web browser. +- [gmickel/sheets-cli](https://github.com/gmickel/sheets-cli) - πŸ“Š Google Sheets CLI with Agent Skills. +- [tubone24/midi-agent-skill](https://github.com/tubone24/midi-agent-skill) - 🎹 Generate MIDI files from text. +- [SawyerHood/dev-browser](https://github.com/SawyerHood/dev-browser) - 🌐 Give your agent a web browser. - [muratcankoylan/Agent-Skills-for-Context-Engineering](https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering) - Skills for context engineering. - [gotalab/skillport](https://github.com/gotalab/skillport) - Bring Agent Skills to any AI Agent via CLI or MCP. - [formulahendry/agent-skill-code-runner](https://github.com/formulahendry/agent-skill-code-runner) - Run code snippets in multiple languages. @@ -39,7 +44,7 @@ Collections of ready-to-use skills for your agents. - [gradion-ai/freeact-skills](https://github.com/gradion-ai/freeact-skills) - Predefined skills for the freeact agent library. - [DougTrajano/pydantic-ai-skills](https://github.com/DougTrajano/pydantic-ai-skills) - Pydantic AI with Agent Skills. -## Tools & Frameworks +## πŸ› οΈ Tools & Ecosystem Platforms and tools that support the Agent Skills specification. @@ -54,7 +59,7 @@ Platforms and tools that support the Agent Skills specification. - [IntentKit](https://github.com/crestalnetwork/intentkit) - Framework for AI agents equipped with powerful skills. - [Agentica](https://github.com/wrtnlabs/agentica) - TypeScript AI Function Calling Framework. -## Articles & Blogs +## πŸ“š Essential Reading - [Equipping agents for the real world with Agent Skills](https://anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) - Anthropic Engineering Blog. - [What are skills?](https://support.claude.com/en/articles/12512176-what-are-skills) - Claude Support. @@ -62,7 +67,7 @@ Platforms and tools that support the Agent Skills specification. - [How to create custom skills](https://support.claude.com/en/articles/12512198-creating-custom-skills) - Guide on authoring skills. - [Skills API Quickstart](https://docs.claude.com/en/api/skills-guide#creating-a-skill) - Technical documentation. -## Papers +## πŸ”¬ Research & Papers Academic research related to Agent Skills and progressive disclosure. @@ -70,11 +75,11 @@ Academic research related to Agent Skills and progressive disclosure. - [The Effect of Progressive Disclosure in the Transparency of Large Language Models](https://link.springer.com/chapter/10.1007/978-3-031-82633-7_17) (2024) - Research on progressive disclosure. - [Disclosures & disclaimers: Investigating the impact of transparency disclosures](https://ojs.aaai.org/index.php/HCOMP/article/view/31597) (2024) - Investigates transparency disclosures. -## Community +## πŸ’¬ Join the Community - [Agent Skills GitHub Discussions](https://github.com/agentskills/agentskills/discussions) - Official specification discussions. - [Anthropic Skills GitHub Issues](https://github.com/anthropics/skills/issues) - Issues for example skills. -## Contributing +## 🀝 How to Contribute Contributions are welcome! Please read the [contribution guidelines](CONTRIBUTING.md) first.