Files
agentskills/README.md
T
Mahesh Murag 505cd8efa8 Add top-level Apache 2.0 LICENSE and license section to README (#122)
Add top-level LICENSE file (Apache 2.0) and a License section to
README documenting the dual-license structure: Apache 2.0 for code,
CC-BY-4.0 for documentation.

Closes #121
2026-02-05 09:18:04 -08:00

21 lines
1.0 KiB
Markdown

# Agent Skills
[Agent Skills](https://agentskills.io) are a simple, open format for giving agents new capabilities and expertise.
Skills are folders of instructions, scripts, and resources that agents can discover and use to perform better at specific tasks. Write once, use everywhere.
## Getting Started
- [Documentation](https://agentskills.io) - Guides and tutorials
- [Specification](https://agentskills.io/specification) - Format details
- [Example Skills](https://github.com/anthropics/skills) - See what's possible
This repo contains the specification, documentation, and reference SDK. Also see a list of example skills [here](https://github.com/anthropics/skills).
## About
Agent Skills is an open format maintained by [Anthropic](https://anthropic.com) and open to contributions from the community.
## License
Code in this repository is licensed under [Apache 2.0](LICENSE). Documentation is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). See individual directories for details.