commit 550c48540c3935d95f74d49ee25e15f1c2f0a2bd Author: xxl007 Date: Mon Dec 22 18:17:21 2025 +0000 Initial commit: Populate Awesome Agent Skills list diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..047173c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +node_modules/ +.env diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..eb08493 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,25 @@ +# Contributing to Awesome Agent Skills + +Thank you for your interest in contributing! We welcome new resources that help the community understand and use Agent Skills. + +## How to Contribute + +1. Fork the repository. +2. Create a new branch: `git checkout -b add-resource`. +3. Add your resource to the appropriate section in `README.md`. + - Please follow the existing format: `[Title](URL) - Description.` + - Keep descriptions concise. + - Ensure the link is valid. +4. Commit your changes: `git commit -m "Add [Resource Name]"`. +5. Push to your branch: `git push origin add-resource`. +6. Submit a Pull Request. + +## Guidelines + +- **Relevance**: Ensure the resource is directly related to "Agent Skills" (the `SKILL.md` format) or closely related concepts like progressive disclosure for agents. +- **Quality**: Link to high-quality, up-to-date content. +- **No Duplicates**: Check if the resource is already listed. + +## License + +By contributing, you agree that your contributions will be licensed under the same license as the project. diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b29a01 --- /dev/null +++ b/README.md @@ -0,0 +1,80 @@ +# Awesome Agent Skills [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) + +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) + +## Contents + +- [Publicly Shared Skills](#publicly-shared-skills) +- [Tools & Frameworks](#tools--frameworks) +- [Articles & Blogs](#articles--blogs) +- [Papers](#papers) +- [Community](#community) + +## Publicly Shared Skills + +Collections of ready-to-use skills for your agents. + +- [anthropics/skills](https://github.com/anthropics/skills) - Official collection of example skills 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. +- [jacintarefined358/awesome-claude-skills](https://github.com/jacintarefined358/awesome-claude-skills) - Verified skills for productivity. +- [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. +- [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. +- [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. +- [DiscreteTom/agent-skills-mcp](https://github.com/DiscreteTom/agent-skills-mcp) - Load Agent Skills using MCP. +- [OmidZamani/dspy-skills](https://github.com/OmidZamani/dspy-skills) - Claude Skills for DSPy framework. +- [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 + +Platforms and tools that support the Agent Skills specification. + +- [OpenCode](https://opencode.ai/) - AI development tool supporting Agent Skills. +- [Cursor](https://cursor.com/) - AI code editor supporting Agent Skills. +- [Amp](https://ampcode.com/) - AI coding assistant. +- [Letta](https://www.letta.com/) - Platform for building stateful LLM agents. +- [Goose](https://block.github.io/goose/) - Open source AI agent. +- [Claude Code](https://claude.ai/code) - Anthropic's coding tool with native support. +- [openskills](https://github.com/numman-ali/openskills) - Universal skills loader for AI coding agents. +- [vibe-tools](https://github.com/eastlondoner/vibe-tools) - Give Cursor Agent an AI Team and Advanced Skills. +- [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 + +- [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. +- [Using skills in Claude](https://support.claude.com/en/articles/12512180-using-skills-in-claude) - Guide on using skills. +- [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 + +Academic research related to Agent Skills and progressive disclosure. + +- [A survey of agent interoperability protocols](https://arxiv.org/abs/2505.02279) (2025) - Discusses protocols like MCP and 'Agent Cards'. +- [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 + +- [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 + +Contributions are welcome! Please read the [contribution guidelines](CONTRIBUTING.md) first.