mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
c33d0c7f1f
The content of this page is now adequately represented elsewhere: - The intro, directory structure, and progressive disclosure sections are covered by `home.mdx` and `specification.mdx`. - The `SKILL.md` format details are covered by `quickstart.mdx` and `specification.mdx`. - The "key advantages" framing (self-documenting, extensible, portable) is either self-evident, conveyed by the directory trees in `home.mdx` and `specification.mdx`, or demonstrated by the Client Showcase. Also adds a redirect from `/what-are-skills` to the home page so existing inbound links don't break. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "Agent Skills",
|
|
"colors": {
|
|
"primary": "#7f7f7f",
|
|
"light": "#bfbfbf",
|
|
"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",
|
|
"href": "https://github.com/agentskills/agentskills"
|
|
}
|
|
},
|
|
"navigation": {
|
|
"pages": [
|
|
"home",
|
|
"specification",
|
|
"clients",
|
|
{
|
|
"group": "For skill creators",
|
|
"pages": [
|
|
"skill-creation/quickstart",
|
|
"skill-creation/best-practices",
|
|
"skill-creation/optimizing-descriptions",
|
|
"skill-creation/evaluating-skills",
|
|
"skill-creation/using-scripts"
|
|
]
|
|
},
|
|
{
|
|
"group": "For client implementors",
|
|
"pages": [
|
|
"client-implementation/adding-skills-support"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"contextual": {
|
|
"options": [
|
|
"copy",
|
|
"view",
|
|
"chatgpt",
|
|
"claude",
|
|
"perplexity",
|
|
"mcp",
|
|
"cursor",
|
|
"vscode"
|
|
]
|
|
},
|
|
"redirects": [
|
|
{
|
|
"source": "/integrate-skills",
|
|
"destination": "/client-implementation/adding-skills-support"
|
|
},
|
|
{
|
|
"source": "/what-are-skills",
|
|
"destination": "/"
|
|
}
|
|
]
|
|
}
|