git404hub

what is kimi-plugin-cc fr?

satasuk03/kimi-plugin-cc — explained in plain English

Analysis updated 2026-05-18

1JavaScriptAudience · developerComplexity · 2/5Setup · moderate

tl;dr

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.

vibe map

mindmap
  root((kimi-plugin-cc))
    What it does
      Delegates tasks to Kimi
      Adds slash commands
      Runs background jobs
    Tech stack
      JavaScript
      Claude Code plugin
      Kimi CLI
    Use cases
      Hand off coding tasks
      Get read only reasoning
      Review git changes with Kimi
    Audience
      Claude Code users
      AI assisted developers
    Commands
      kimi task
      kimi reason
      kimi review

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Delegate a coding task to Kimi directly from a Claude Code session and let it edit files in the project.

VIBE 2

Ask Kimi for read-only architecture or debugging advice without risking any file changes.

VIBE 3

Run a read-only Kimi code review against local git changes before opening a pull request.

VIBE 4

Run long Kimi tasks in the background and check their status or results later.

what's the stack?

JavaScriptNode.jsClaude CodeKimi CLI

how it stacks up fr

satasuk03/kimi-plugin-cc0xmukesh/docusaurus-tutorial1tsmejp/palworld-docker-wine
Stars111
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-12-27
MaintenanceDormant
Setup difficultymoderateeasymoderate
Complexity2/52/54/5
Audiencedeveloperdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires installing the Kimi CLI globally via npm and authenticating with a Moonshot or Kimi account.

No license information is stated in the README.

in plain english

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.

prompts (copy fr)

prompt 1
Help me install kimi-plugin-cc in Claude Code and run /kimi:setup to check it is working.
prompt 2
Use /kimi:task to delegate implementing pagination for my API endpoint to Kimi.
prompt 3
Use /kimi:reason to ask Kimi whether I should split this service into two microservices.
prompt 4
Show me how to run /kimi:review against my current git branch using Kimi.

Frequently asked questions

what is kimi-plugin-cc fr?

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.

What language is kimi-plugin-cc written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, Claude Code.

What license does kimi-plugin-cc use?

No license information is stated in the README.

How hard is kimi-plugin-cc to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is kimi-plugin-cc for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.