Files
agentskills/README.md
T
Jonathan Hefner 84672e62b9 Add Discord links to README.md and docs/home.mdx
Adds a Discord entry to the Getting Started list in `README.md` and
replaces the standalone "View on GitHub" link in `docs/home.mdx` with a
sentence inviting readers to join on GitHub or Discord.

Also applies minor formatting cleanup in `README.md`: bolds the link
text and switches hyphens to em dashes for consistency.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 10:41:25 -05:00

23 lines
1.1 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
- **[Discord](https://discord.gg/MKPE9g8aUy)** — Join the discussion!
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.