satasuk03/kimi-plugin-cc — explained in plain English
Analysis updated 2026-05-18
Delegate a coding task to Kimi directly from a Claude Code session and let it edit files in the project.
Ask Kimi for read-only architecture or debugging advice without risking any file changes.
Run a read-only Kimi code review against local git changes before opening a pull request.
Run long Kimi tasks in the background and check their status or results later.
| satasuk03/kimi-plugin-cc | 0xmukesh/docusaurus-tutorial | 1tsmejp/palworld-docker-wine | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-12-27 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires installing the Kimi CLI globally via npm and authenticating with a Moonshot or Kimi account.
kimi-plugin-cc is a plugin for Claude Code, Anthropic's terminal based coding assistant, that lets a developer hand off tasks to a different AI system called Kimi without leaving their Claude Code session. Kimi is a separate coding assistant made by Moonshot AI, and this plugin wraps its own command line tool so the two can work together. Once installed, the plugin adds several slash commands. One checks that Kimi is installed and logged in. Another delegates a coding task to Kimi, letting it write and edit files directly in the project. A separate command asks Kimi only for reasoning, such as architecture advice or debugging help, without letting it touch any files. There is also a read only review command that has Kimi look over a developer's local git changes, plus commands to check on background jobs, print a finished job's result, or cancel one that is still running. The plugin follows a specific pattern for how it delegates work. Tasks that involve writing code are handed to a subagent that Claude Code itself runs using its Sonnet model, since the real work happens inside Kimi and the overhead of deciding what to ask should stay cheap. Deep reasoning requests are handled by a separate subagent run using Claude's more capable Opus model, since judging what to ask and how to interpret the answer benefits from stronger reasoning. Both subagents are simple forwarders: they call the Kimi command line tool with a prompt and pass back whatever Kimi returns. To use it, someone needs Node.js 18.18 or later to run the plugin itself, Node.js 22 or later to run the Kimi tool, the Kimi command line tool installed globally through npm, and a Moonshot or Kimi account to log in with. Installation happens through Claude Code's own plugin marketplace system, adding this repository as a marketplace source and then installing the plugin from it.
A Claude Code plugin that lets developers delegate coding tasks and deep reasoning to a separate AI assistant called Kimi, without leaving their terminal session.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Claude Code.
No license information is stated in the README.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.