kimi-code/plugins/marketplace.json
qer 26ddc1d0fb
feat(plugins): add Modern Web Guidance to marketplace (#2842)
* feat(plugins): add Modern Web Guidance to marketplace

* chore: drop changeset

* chore: backfill 0.35.0 changelog entry
2026-08-12 12:28:36 +08:00

50 lines
1.9 KiB
JSON

{
"version": "1",
"plugins": [
{
"id": "kimi-datasource",
"tier": "official",
"displayName": "Kimi Datasource",
"version": "3.3.0",
"description": "Official datasource workflows.",
"keywords": ["data", "mcp"],
"source": "./official/kimi-datasource"
},
{
"id": "kimi-webbridge",
"tier": "official",
"displayName": "Kimi WebBridge",
"version": "1.11.3",
"description": "Control your real browser from Kimi Code.",
"keywords": ["browser", "automation", "webbridge"],
"source": "./official/kimi-webbridge"
},
{
"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"
},
{
"id": "modern-web-guidance",
"tier": "curated",
"displayName": "Modern Web Guidance",
"description": "Modern web platform expertise, best practices, and browser compatibility data for coding agents, from the Google Chrome team.",
"homepage": "https://github.com/GoogleChrome/modern-web-guidance",
"keywords": ["web", "css", "browser", "frontend", "skills"],
"source": "https://github.com/GoogleChrome/modern-web-guidance"
}
]
}