Skip to content

feat: add Kimi Code plugin manifest#109

Merged
Melkeydev merged 2 commits into
vercel:mainfrom
wbxl2000:add-kimi-plugin-manifest
Jul 7, 2026
Merged

feat: add Kimi Code plugin manifest#109
Melkeydev merged 2 commits into
vercel:mainfrom
wbxl2000:add-kimi-plugin-manifest

Conversation

@wbxl2000

@wbxl2000 wbxl2000 commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Add .kimi-plugin/plugin.json, a plugin manifest for Kimi Code, so the Vercel plugin can be installed and used in Kimi Code alongside the existing Claude Code (.claude-plugin/), Cursor (.cursor-plugin/), and open-plugin (.plugin/) manifests.

What it includes

  • skills: ./skills — all 29 Vercel skills, available on-demand
  • commands: ./commands — the 5 slash commands (/vercel-plugin:deploy, etc.)
  • mcpServers: the vercel HTTP MCP server (https://mcp.vercel.com)
  • Standard metadata (name, version, description, keywords, homepage, license, author, interface)

What it intentionally omits

  • hooks: the existing hooks/hooks.json handlers are Claude-Code-specific (they reference ${CLAUDE_PLUGIN_ROOT} and write to CLAUDE.md, which Kimi Code does not read). Porting them needs a Kimi-compatible handler, which can be a follow-up.
  • agents: Kimi Code does not yet support plugin-provided sub-agents. This can be added once it does.

Verification

  • bun run validate --coverage skip passes (the validate script checks .plugin/plugin.json only and is unaffected by the new .kimi-plugin/plugin.json).
  • Installed locally in Kimi Code from this branch: skills, commands, and the MCP server are discovered and work as expected.

@Melkeydev Melkeydev left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's uptick the version for all the deps and then LGTM

@wbxl2000 wbxl2000 force-pushed the add-kimi-plugin-manifest branch from 19bdf8d to 7ca516e Compare July 7, 2026 08:35
@wbxl2000

wbxl2000 commented Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

Rebased and signed — approval went stale, could you re-approve to merge?

@Melkeydev Melkeydev merged commit bdfdb87 into vercel:main Jul 7, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants