MCP server Claude CodeCodexCursor +2
Music studio: ABC notation composition and Strudel live coding with ext-apps UI. Runs locally from the mcp-music-studio npm package.
MCP server Claude CodeCodexCursor +2
Music studio: ABC notation composition and Strudel live coding with ext-apps UI. Runs locally from the mcp-music-studio npm package.
Plugin Claude Code
Plugin marketplace listing 1 plugin: kimi.
Plugin Claude Code
Claude Code plugin that delegates read-only review, challenge, free-form ask, and write-capable rescue work to the local kimi-code CLI. Includes an opt-in stop-time review gate and a PreToolUse hook that enforces per-command safety.
Instructions file CodexOpenCode
Instructions for linxule/kimi-plugin-cc, covering agents.md, quick reference, directory layout, commands and architecture.
Instructions file
Instructions for linxule/kimi-plugin-cc: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Agent
Use this agent when the user wants Kimi to answer a free-form question about the repository in prose — explain a module, trace a flow, compare alternatives, or reason about a concept in context. Choose this agent over kimi-review when the user wants a narrative answer rather than diff-focused findings, and over…
Agent
Use this agent when Claude wants Kimi to run an adversarial review that challenges the implementation approach, design choices, tradeoffs, and assumptions rather than just flagging defects. Choose this agent when the user wants pushback on whether the chosen approach is the right one, not a tighter pass over…
Agent
Use this agent ONLY when the user has explicitly asked Kimi to pursue a stated objective AUTONOMOUSLY across multiple turns (experimental goal mode) — a multi-step task the user wants Kimi to drive to completion on its own, not a single bounded edit. This is the plugin's highest-autonomy surface: WRITE-CAPABLE…
Agent
Use this agent proactively when the user wants to delegate a substantial investigation or implementation task to Kimi, especially multi-step bug hunts, cross-file refactors, or work the main Claude thread would rather offload than context-switch through. Choose this agent when the work is too large for an inline…
Agent
Use this agent when Claude wants an independent second-pair-of-eyes review from Kimi over a working-tree diff or branch diff. Choose this agent for read-only diff review — multi-file changes, design-risk changes, or when the user explicitly asks for another reviewer. Not for implementation work (see kimi-rescue) or…
Agent
Use this agent ONLY when the user has explicitly asked Kimi to make EDITS across MANY disjoint targets IN PARALLEL (a write fan-out) — e.g. "apply this same change to every handler, in parallel" or "fan out these independent edits across these N files." Requires BOTH signals: many independent WRITE targets AND…
Agent
Use this agent ONLY when the user has explicitly asked for a READ-ONLY review fanned out in PARALLEL across many independent targets (files, modules, or questions) at once — a user-scoped whole-directory or repo-wide audit where one subagent per target is the point. Requires BOTH signals: many independent targets AND…
Command
Ask Kimi a read-only question in free-form prose mode.
Command
Cancel an active plugin-managed Kimi job for the current repository.
Command
Run a read-only Kimi challenge review that challenges assumptions and surfaces safer alternatives.
Command
Hand Kimi an objective to pursue AUTONOMOUSLY across multiple turns (experimental goal mode), bounded by a hard wall-clock budget. Write-capable, gated by the same PreToolUse hook as rescue.
Command
Re-render a stored Wire event log for a completed plugin-managed Kimi job.
Command
Run a write-capable Kimi rescue against the current repository with optional background execution and resume behavior.
Command
Return the stored rendered result for the latest or selected terminal Kimi job.
Command
Run a read-only Kimi review over the current working tree changes or a base ref diff.
Command
Verify local Kimi companion readiness and manage review-gate state. Writes a managed PreToolUse hook block to /.kimi-code/config.toml so kimi-code enforces this plugin's safety contract. Claude Code and Codex each own a host-scoped block in the shared config.
Command
Show the latest or selected plugin-managed Kimi job for the current repository.
Command
Fan out a parallel review across the workspace using Kimi's AgentSwarm tool, bounded by a hard wall-clock budget. Read-only by default (enforced by the same PreToolUse hook as review, applied to every subagent); --write fans out edits in a throwaway worktree and returns a patch.
Hook
Runs when the agent finishes a response, executing review-gate-hook.sh. From linxule/kimi-plugin-cc.