Files
agentskills/docs/docs.json
T
Jonathan Hefner 6f18cf6609 Add Client Showcase page
Add a dedicated page listing all clients that support the Agent Skills
format. The `ClientShowcase` component renders the shared `clients` data
as a 2-column grid of cards, sorted alphabetically, with each card
showing the client logo, description, and links to setup instructions
and source code when available.

Add `"clients"` to the navigation in `docs.json`.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 17:38:42 -05:00

64 lines
1.4 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",
"what-are-skills",
"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"
}
]
}