linxule

116 mods across 9 repositories, 173 stars between them.

mcp-music-studio

01

linxule/mcp-music-studio

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.

69 1mo ago A tokens not measured original MIT

kimi

03

linxule/kimi-plugin-cc

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.

37 3d ago A tokens not measured original Apache-2.0

linxule/kimi-plugin-cc

Instructions file CodexOpenCode

Instructions for linxule/kimi-plugin-cc, covering agents.md, quick reference, directory layout, commands and architecture.

37 3d ago A 11,086 tokens original Apache-2.0

linxule/kimi-plugin-cc

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.

37 3d ago A 92 tokens original Apache-2.0

kimi-ask

06

linxule/kimi-plugin-cc

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…

37 3d ago A 77 tokens original Apache-2.0

kimi-challenge

07

linxule/kimi-plugin-cc

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…

37 3d ago A 72 tokens original Apache-2.0

kimi-pursue

08

linxule/kimi-plugin-cc

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…

37 3d ago A 181 tokens original Apache-2.0

kimi-rescue

09

linxule/kimi-plugin-cc

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…

37 3d ago A 76 tokens original Apache-2.0

kimi-review

10

linxule/kimi-plugin-cc

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…

37 3d ago A 78 tokens copy · 86% Apache-2.0

kimi-swarm-write

11

linxule/kimi-plugin-cc

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…

37 3d ago A 224 tokens original Apache-2.0

kimi-swarm

12

linxule/kimi-plugin-cc

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…

37 3d ago A 188 tokens original Apache-2.0

ask

13

linxule/kimi-plugin-cc

Command

Ask Kimi a read-only question in free-form prose mode.

37 3d ago A 13 tokens original Apache-2.0

cancel

14

linxule/kimi-plugin-cc

Command

Cancel an active plugin-managed Kimi job for the current repository.

37 3d ago A 13 tokens original Apache-2.0

challenge

15

linxule/kimi-plugin-cc

Command

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

37 3d ago A 16 tokens original Apache-2.0

pursue

16

linxule/kimi-plugin-cc

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.

37 3d ago A 43 tokens original Apache-2.0

replay

17

linxule/kimi-plugin-cc

Command

Re-render a stored Wire event log for a completed plugin-managed Kimi job.

37 3d ago A 16 tokens original Apache-2.0

rescue

18

linxule/kimi-plugin-cc

Command

Run a write-capable Kimi rescue against the current repository with optional background execution and resume behavior.

37 3d ago A 20 tokens original Apache-2.0

result

19

linxule/kimi-plugin-cc

Command

Return the stored rendered result for the latest or selected terminal Kimi job.

37 3d ago A 15 tokens original Apache-2.0

review

20

linxule/kimi-plugin-cc

Command

Run a read-only Kimi review over the current working tree changes or a base ref diff.

37 3d ago A 19 tokens original Apache-2.0

setup

21

linxule/kimi-plugin-cc

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.

37 3d ago A 56 tokens original Apache-2.0

status

22

linxule/kimi-plugin-cc

Command

Show the latest or selected plugin-managed Kimi job for the current repository.

37 3d ago A 15 tokens original Apache-2.0

swarm

23

linxule/kimi-plugin-cc

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.

37 3d ago A 64 tokens original Apache-2.0

Stop

24

linxule/kimi-plugin-cc

Hook

Runs when the agent finishes a response, executing review-gate-hook.sh. From linxule/kimi-plugin-cc.

37 3d ago A tokens not measured original Apache-2.0