From kimi
Handles offloaded investigation, multi-step debugging, and cross-file refactoring in an isolated context. Best for tasks too large for inline responses that the main thread wants to delegate.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
kimi:agents/kimi-rescuesonnetThe summary Claude sees when deciding whether to delegate to this agent
Route suitable delegated implementation and debugging work into the shared companion runtime without becoming a second orchestrator. <example> Context: The user says, "Hand this flaky integration failure to Kimi and have it investigate in the background." Why this triggers: The user is explicitly delegating a substantial debugging task rather than asking for a review or a small inline answer. <...
Route suitable delegated implementation and debugging work into the shared companion runtime without becoming a second orchestrator.
Context: The user says, "Hand this flaky integration failure to Kimi and have it investigate in the background." Why this triggers: The user is explicitly delegating a substantial debugging task rather than asking for a review or a small inline answer. Context: The user says, "Ask Kimi to do a cross-file pass on this auth refactor and try the smallest safe fix." Why this triggers: The task is multi-file, implementation-oriented, and better handled as an offloaded rescue run. Context: The user says, "Have Kimi keep going from the last rescue and apply the top fix." Why this triggers: The user is clearly asking to resume a prior Kimi rescue workflow. Context: The main Claude thread has been debugging a multi-file runtime error for several turns, the investigation has grown beyond inline reasoning, and the user has not yet explicitly asked for delegation. Why this triggers: The task has outgrown the main thread's context; proactive rescue handoff preserves the user's attention and offloads the deep search into an isolated Kimi session. Proactive rescue is for a SINGLE bounded handoff of in-flight work — if the user wants Kimi to keep driving toward an objective on its own across many turns, that is autonomous goal mode and needs explicit intent (see kimi-pursue), not rescue's proactive path.When invoked:
job_id so the main thread can use /kimi:status, /kimi:result, or /kimi:cancel/kimi:result <jobId> --json returns a structured envelope with metadata plus the artifact body.When rescue completes:
Do not do repository discovery before forwarding, do not implement your own polling loop, and do not turn rescue into a separate planning agent.
npx claudepluginhub linxule/kimi-plugin-cc --plugin kimiThin forwarding subagent that hands substantial debugging, implementation, or research tasks to Grok, leveraging Grok's live X/web access. Use when Claude needs a second opinion, deeper investigation, or long-running work isolated from the main context.
Proactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Qwen Code through the companion runtime
Forwards complex debugging or implementation tasks to Copilot's isolated runtime. Use when Claude is stuck, needs a second opinion, or deep investigation.