Engineering Workflows for Kimi Code
Install one plugin. Get 8 specialized skills, swarm-aware orchestration, and global rules - all from a declarative manifest, no build step.
How It Works
Section titled “How It Works”- Plugin loads - Kimi Code parses
kimi.plugin.jsonfrom the installed location and discoversskills/ - Orchestrator auto-loads -
sessionStart.skill: "orchestrator"injects the full methodology and delegation rules into every session start - Global rules load -
rules/AGENTS.mdis auto-loaded by Kimi Code from~/.kimi-code/AGENTS.md(one-time copy) - Safety enforced - Optional
[[hooks]]and[[permission.rules]]blocks inconfig.tomlenforce persona boundaries at the tool layer
Quick Install
Section titled “Quick Install”In a Kimi Code session:
npx maestria install kimi-codepnpx maestria install kimi-codeyarn dlx maestria install kimi-codeThe CLI pulls @maestria/kimi-code from npm and extracts it into ~/.kimi-code/plugins/managed/maestria, then copies the global rules to ~/.kimi-code/AGENTS.md.
The plugin is distributed via npm as a tarball. The CLI (
npx maestria) downloads the package, extracts the plugin manifest and skills to the correct location, and sets up the global rules. No git operations, no release branches, no subtree splits - just a standard npm package.
Full Installation Guide →
Explore the Docs
Section titled “Explore the Docs”Getting StartedInstallation, setup, and your first session with the plugin.
Skill ReferenceThe 8 skills, mapped to Kimi Code's 3 built-in subagent profiles.
Workflow PatternsPractical skill usage patterns - from recon to full build pipelines, plus swarm fan-out.
ChangelogVersion history and release notes.
ContributingProject structure, editing skills, and how to extend the plugin.