kimi-code/plugins/marketplace.json

32 lines
1.1 KiB
JSON

{
"version": "1",
"plugins": [
{
"id": "kimi-datasource",
"tier": "official",
"displayName": "Kimi Datasource",
"version": "3.2.0",
"description": "Official datasource workflows.",
"keywords": ["data", "mcp"],
"source": "./official/kimi-datasource"
},
{
"id": "superpowers",
"tier": "curated",
"displayName": "Superpowers",
"description": "Planning, TDD, debugging, and delivery workflows for coding agents.",
"homepage": "https://github.com/obra/superpowers",
"keywords": ["skills", "planning", "tdd", "debugging", "code-review"],
"source": "https://github.com/obra/superpowers"
},
{
"id": "vercel-plugin",
"tier": "curated",
"displayName": "Vercel Plugin",
"description": "Comprehensive Vercel ecosystem plugin — skills, agents, and conventions for the Vercel platform.",
"homepage": "https://vercel.com/docs/agent-resources/vercel-plugin",
"keywords": ["vercel", "deployment", "nextjs", "skills", "agents"],
"source": "https://github.com/vercel/vercel-plugin"
}
]
}