linxule

Pursue — Development skill for Claude Code

Development community

Hand Kimi an objective to pursue AUTONOMOUSLY across multiple turns (experimental goal mode), bounded by a hard wall-clock budget.

How to install Pursue

Installs to ~/.claude/skills/linxule-kimi-plugin-cc-pursue/SKILL.md

Terminal
mkdir -p ~/.claude/skills/linxule-kimi-plugin-cc-pursue && curl -fsSL https://raw.githubusercontent.com/linxule/kimi-plugin-cc/HEAD/commands/pursue.md -o ~/.claude/skills/linxule-kimi-plugin-cc-pursue/SKILL.md

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

What Pursue does


description: 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. argument-hint: "[--budget <30m|1h>] [--turns ] [-m ] " disable-model-invocation: true

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

`${CLAUDE_PLUGIN_ROOT}/scripts/companion.sh task pursue `

`/kimi:pursue` is **autonomous goal m

Alternatives in Development

  • Claudes C Compiler — Claude Opus 4.6 wrote a dependency-free C compiler in Rust, with backends targeting x86 (64- and 32-bit), ARM 2.6k ★
  • Continuous Claude — Run Claude Code in a continuous loop, autonomously creating PRs, waiting for checks, and merging 1.3k ★
  • Infinite Agentic Loop — An experimental project demonstrating Infinite Agentic Loop in a two-prompt system using Claude Code 537 ★

Full documentation available on GitHub

View Source Repository