Merge pull request #274 from jonathanhefner/discord-link

Add Discord links to `README.md` and `docs/home.mdx`
This commit is contained in:
Jonathan Hefner
2026-03-23 10:44:50 -05:00
committed by GitHub
Unverified
3 changed files with 10 additions and 5 deletions
+5 -4
View File
@@ -6,9 +6,10 @@ Skills are folders of instructions, scripts, and resources that agents can disco
## 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
- **[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).
@@ -18,4 +19,4 @@ Agent Skills is an open format maintained by [Anthropic](https://anthropic.com)
## 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.
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.
+4
View File
@@ -8,6 +8,10 @@
"dark": "#404040"
},
"favicon": "/favicon.svg",
"banner": {
"content": "Agent Skills now has an official [Discord server](https://discord.gg/MKPE9g8aUy). See the [announcement](https://github.com/agentskills/agentskills/discussions/273) for details.",
"dismissible": true
},
"navbar": {
"primary": {
"type": "github",
+1 -1
View File
@@ -34,7 +34,7 @@ Agent Skills are supported by leading AI development tools.
The Agent Skills format was originally developed by [Anthropic](https://www.anthropic.com/), released as an open standard, and has been adopted by a growing number of agent products. The standard is open to contributions from the broader ecosystem.
[View on GitHub](https://github.com/agentskills/agentskills)
Come join the discussion on [GitHub](https://github.com/agentskills/agentskills) or [Discord](https://discord.gg/MKPE9g8aUy)!
## Get started