mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
24 lines
704 B
JSON
24 lines
704 B
JSON
{
|
|
"version": "1",
|
|
"plugins": [
|
|
{
|
|
"id": "kimi-datasource",
|
|
"tier": "official",
|
|
"displayName": "Kimi Datasource",
|
|
"version": "3.1.0",
|
|
"description": "Official datasource workflows.",
|
|
"keywords": ["data", "mcp"],
|
|
"source": "./official/kimi-datasource"
|
|
},
|
|
{
|
|
"id": "superpowers",
|
|
"tier": "curated",
|
|
"displayName": "Superpowers",
|
|
"version": "5.1.0",
|
|
"description": "Planning, TDD, debugging, and delivery workflows for coding agents.",
|
|
"homepage": "https://github.com/obra/superpowers",
|
|
"keywords": ["skills", "planning", "tdd", "debugging", "code-review"],
|
|
"source": "./curated/superpowers"
|
|
}
|
|
]
|
|
}
|