Skip to content

@maestria/kimi-code

@MAESTRIA/KIMI-CODE

Eight skills, zero build step.

Install one plugin. Get 8 specialized skills, native workflow commands, swarm-aware orchestration, and system-prompt instructions - all from a declarative manifest.

npx maestria install kimi-code

npm · pnpm · yarn · bun · deno
- any runtime works

01WHAT YOU GET

The whole harness as skills.

8 specialized skills

The orchestrator plus seven specialists - adventurer, architect, builder, diagnose, planner, reviewer, writer - shipped as plain Kimi Code skills.

Swarm-aware orchestration

The orchestrator routes work across specialist skills and dispatches to Kimi Code's 3 built-in subagent profiles.

Auto-loading methodology

sessionStart.skill injects the full methodology and delegation rules into every session start - no commands to remember.

Native system prompt

Workflow directives are contributed through the plugin manifest's systemPromptPath without overwriting ~/.kimi-code/AGENTS.md.

Tool-layer safety

Optional [[hooks]] and [[permission.rules]] blocks in config.toml enforce persona boundaries at the tool layer.

Native commands, no build step

A declarative kimi.plugin.json manifest contributes skills, namespaced workflow commands, and system-prompt instructions without a runtime SDK.

02HOW IT WIRES IN

Declarative from the first parse.

  1. 1

    Plugin loads - Kimi Code parses kimi.plugin.json from the installed location and discovers skills/

  2. 2

    Orchestrator auto-loads - sessionStart.skill: “orchestrator” injects the full methodology and delegation rules into every session start

  3. 3

    System prompt loads - SYSTEM.md is contributed through the manifest’s native systemPromptPath field

  4. 4

    Safety enforced - optional [[hooks]] and [[permission.rules]] blocks in config.toml enforce persona boundaries at the tool layer

03INSTALL PATHS

One command, standard npm under the hood.

The chip above uses the maestria CLI. Prefer your own package runner? Launch it from a Kimi Code session:

Terminal window
npx maestria install kimi-code

The CLI pulls @maestria/kimi-code from npm, extracts it into ~/.kimi-code/plugins/managed/maestria, and registers it in Kimi’s native plugins/installed.json registry.

Distribution is a standard npm tarball - no git operations, no release branches, no subtree splits.

04FIND YOUR WAY

Start with the plugin.

SAME METHOD · OTHER PLATFORMS

Runs wherever you work.