diff --git a/README.md b/README.md index 7210de1..98534c1 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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. diff --git a/docs/docs.json b/docs/docs.json index 1991bd2..28f3084 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -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", diff --git a/docs/home.mdx b/docs/home.mdx index 40de502..d706bfe 100644 --- a/docs/home.mdx +++ b/docs/home.mdx @@ -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