Built for Kimi CLI · OMK

The oh-my-codex-style enhancement layer for Kimi CLI.

oh-my-kimi gives Kimi CLI a stronger shell around the core agent experience: setup, skills, repeatable workflows, team execution, runtime helpers, and durable local state. If you have seen projects like oh-my-codex or oh-my-claudecode, this is that kind of layer—but built for Kimi CLI.

Kimi CLI stays the execution engine. oh-my-kimi adds the reusable workflow shell on top.
Inside Kimi CLI, prefer explicit workflow calls like /skill:ralplan, /skill:deep-interview, /skill:team, and /skill:ralph. The $name shorthand is OMK-style syntax and is not guaranteed by Kimi itself.
oh-my-kimi mascot illustration
A blue, Kimi-first identity for the public site and CLI fork.

What this project is

Engine

Kimi CLI

The core CLI still does the actual agent execution, prompting, and session work.

Enhancement layer

oh-my-kimi

Adds setup, skills, docs, runtime helpers, team workflows, and a more opinionated day-to-day shell.

Comparable projects

oh-my-codex / oh-my-claudecode

Similar idea, different target CLI: this fork is specifically shaped around Kimi CLI usage.

Why people use it

Reusable workflow shell

Use the same planning, execution, and verification flow every time instead of improvising prompts from scratch.

Kimi-first setup

Get a more complete Kimi CLI environment with setup, doctor, skill scaffolding, and a documented default path.

Team + runtime support

Layer in tmux teams, HUD, MCP, notifications, and state tracking without rebuilding the shell yourself.

Local project memory

Plans, logs, runtime state, and workflow artifacts live locally so sessions remain durable across work days.

Quick start

  1. npm install -g oh-my-kimi
  2. omk setup
  3. omk doctor
  4. omk

That gets you from install to a Kimi-first workflow shell in minutes.

Core workflow

oh-my-kimi is opinionated about how work should flow once you are inside Kimi CLI.

$deep-interview "clarify the task"
 /skill:ralplan approve the implementation plan
 /skill:ralph drive it to completion
 /skill:team 3:executor "parallelize the approved work"

Project attribution

oh-my-kimi is a Kimi-first fork built on top of oh-my-codex. The original project and upstream orchestration design are credited to Yeachan-Heo.

This fork is maintained by hao (wang-h). The migration, branding, and adaptation work for oh-my-kimi was completed on top of the oh-my-codex foundation, with substantial execution help from OpenAI Codex / Codex CLI workflows.

Explore the site

Docs

Read the public documentation map for the Kimi CLI enhancement layer.

Skills

See the reusable workflows that make oh-my-kimi feel productized.

Integrations

Connect MCP, notifications, GitHub, and supporting runtime tooling.

Compatibility

Understand what is Kimi-native, what was inherited, and what is intentionally out of scope.