mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
feat(plugins): add Vercel plugin to marketplace (#1489)
This commit is contained in:
parent
ca09e31cb7
commit
c40362ede4
2 changed files with 14 additions and 0 deletions
5
.changeset/add-vercel-plugin.md
Normal file
5
.changeset/add-vercel-plugin.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@moonshot-ai/kimi-code": patch
|
||||
---
|
||||
|
||||
Add the Vercel plugin to the bundled plugin marketplace. Run /plugins and select Vercel Plugin to install it.
|
||||
|
|
@ -18,6 +18,15 @@
|
|||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue