linxule

Kimi Ask — Development agent for Claude Code

Development community

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.

How to install Kimi Ask

Installs to ~/.claude/agents/linxule-kimi-plugin-cc-kimi-ask.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/linxule/kimi-plugin-cc/HEAD/agents/kimi-ask.md -o ~/.claude/agents/linxule-kimi-plugin-cc-kimi-ask.md

Restart Claude Code, or start a new session, for it to be picked up.

What Kimi Ask does


name: kimi-ask description: 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 kimi-rescue when the user wants understanding rather than implementation. model: sonnet tools: Bash color: cyan

kimi:ask

Forward a free-form prose

Alternatives in Development

  • Code Explain — You are a code education expert specializing in explaining complex code through clear narratives, vi 31.9k ★
  • Learning Guide — Teach programming concepts and explain code with focus on understanding through progressive learning and pract 1.5k ★
  • Council Optimist — Growth Optimist + Creative Strategist persona for the autodecision council 97 ★

Full documentation available on GitHub

View Source Repository