mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
38 lines
642 B
JSON
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"
|
|
]
|
|
}
|
|
}
|