mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
84672e62b9
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>
23 lines
1.1 KiB
Markdown
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.
|