Skip to content

/challenge

Run a read-only Kimi challenge review that challenges assumptions and surfaces safer alternatives.

From plugin
kimi
3911 skills7 agents11 commands1 hook
Install
> /plugin marketplace add linxule/kimi-plugin-cc
> /plugin install kimi@kimi-marketplace

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/challenge

Context preview

What this command does when you run it.

Run a read-only Kimi challenge review that challenges assumptions and surfaces safer alternatives.

Command definition

challenge.md
description: Run a read-only Kimi challenge review that challenges assumptions and surfaces safer alternatives.
argument-hint: "[--base <ref>] [-m <model>] [extra prose]"
disable-model-invocation: true

Run the companion with any user-supplied flags appended after `task challenge`:

`${CLAUDE_PLUGIN_ROOT}/scripts/companion.sh task challenge <args>`

Supported flags:

  • `--base <ref>` — challenge against a branch/commit diff instead of the working tree
  • `-m`, `--model <name>`
  • trailing text — adversarial focus or framing to steer the challenge

Kimi's extended reasoning is always on for `challenge`. Budget is 30 min so adversarial review has time to dig. Challenge runs foreground-synchronously; it does not support `--background` or `--wait`.

Return the companion stdout verbatim.

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

Other commands on kimi.

pursue
Auto-invokedCommand

pursue

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…

@linxule@linxuleView Command