Skip to content

Commit 2206d21

Browse files
authored
feat(plugins): add Vercel plugin to marketplace (#1489)
1 parent f30781b commit 2206d21

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.changeset/add-vercel-plugin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@moonshot-ai/kimi-code": patch
3+
---
4+
5+
Add the Vercel plugin to the bundled plugin marketplace. Run /plugins and select Vercel Plugin to install it.

plugins/marketplace.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
"homepage": "https://github.com/obra/superpowers",
1919
"keywords": ["skills", "planning", "tdd", "debugging", "code-review"],
2020
"source": "https://github.com/obra/superpowers"
21+
},
22+
{
23+
"id": "vercel-plugin",
24+
"tier": "curated",
25+
"displayName": "Vercel Plugin",
26+
"description": "Comprehensive Vercel ecosystem plugin — skills, agents, and conventions for the Vercel platform.",
27+
"homepage": "https://vercel.com/docs/agent-resources/vercel-plugin",
28+
"keywords": ["vercel", "deployment", "nextjs", "skills", "agents"],
29+
"source": "https://github.com/vercel/vercel-plugin"
2130
}
2231
]
2332
}

0 commit comments

Comments
 (0)