From 84672e62b9bdad0f3c3a755de0b8cc12291564d1 Mon Sep 17 00:00:00 2001 From: Jonathan Hefner Date: Thu, 19 Mar 2026 12:18:02 -0500 Subject: [PATCH] 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) --- README.md | 9 +++++---- docs/docs.json | 4 ++++ docs/home.mdx | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) 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 7b30bbf..2e03b84 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