Files
agentskills/docs/docs.json
T
2025-12-18 14:24:04 -05:00

38 lines
642 B
JSON

{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Agent Skills",
"colors": {
"primary": "#7f7f7f",
"light": "#bfbfbf",
"dark": "#404040"
},
"favicon": "/favicon.svg",
"navbar": {
"primary": {
"type": "github",
"href": "https://github.com/agentskills/agentskills"
}
},
"navigation": {
"pages": [
"home",
"what-are-skills",
"specification",
"integrate-skills"
]
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
}
}