mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
Merge pull request #274 from jonathanhefner/discord-link
Add Discord links to `README.md` and `docs/home.mdx`
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user