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:
/plugins install https://github.com/agustinusnathaniel/maestria/tree/release/kimi-codeThat is the entire install. No npm install, no build step. The plugin is just a manifest and a directory of markdown files.
Kimi Code only looks for
kimi.plugin.jsonat the archive root, so the CI workflow maintains arelease/kimi-codebranch where the manifest sits at the root. The plugin lives atpackages/kimi-code/in a monorepo; pushing a@maestria/kimi-code@v<version>tag triggers agit subtree splitthat updates the release branch. Re-installing picks up the latest version automatically. See ADR-KC-000 for the rationale.
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.