Skip to content
Development
Command

/README

Claude Code slash command markdown. Each file is thin — it routes through `scripts/companion.sh` to the Node runtime under `runtime/`.

From plugin
2912 skills7 agents12 commands1 hooks
shell
$ npx -y skills add linxule/kimi-plugin-cc --agent claude-code

Ships with kimi. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/README

Context preview

What this command does when you run it.

Claude Code slash command markdown. Each file is thin — it routes through `scripts/companion.sh` to the Node runtime under `runtime/`.

Command definition

README.md

commands

Claude Code slash command markdown. Each file is thin — it routes through `scripts/companion.sh` to the Node runtime under `runtime/`.

  • `setup.md` — verify local Kimi and manage review-gate state
  • `ask.md` — free-form read-only Q&A
  • `review.md` — structured read-only review
  • `challenge.md` — challenge read-only review
  • `rescue.md` — write-capable rescue with session persistence
  • `pursue.md` — experimental autonomous goal mode (write-capable, budget-bounded)
  • `swarm.md` — read-only parallel review fan-out via kimi-code's AgentSwarm tool
  • `status.md` / `result.md` / `cancel.md` / `replay.md` — job lifecycle commands

All command bodies are one-liner invocations of `${CLAUDE_PLUGIN_ROOT}/scripts/companion.sh <subcommand> <args>` so the runtime can be extended without re-editing markdown.

Read it on GitHub ↗
Ships withkimi

Use Kimi as Claude Code's second reviewer, independent thinker, and delegated worker — without building your own multi-agent stack. This is a Claude Code plugin that drives the kimi-code CLI (the Node.js successor to Kimi CLI) as a subprocess.

Get the whole plugin, auto-invoked
Stats
29
Stars
0
Views
1
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
2d ago
Last commit
3mo ago
Created

Repo: linxule/kimi-plugin-cc