Skip to content

omo-kit CLI

The companion CLI for Rig. Generates configs, validates them, and manages themes — so you don't write JSON by hand.

Install

bash
bun install -g omo-kit

Source: github.com/srmdn/omo-kit

Commands

CommandWhat it does
initInteractive config generator. Pick your stack, models, budget — get working JSON files.
doctorScans config files for errors, warnings, and stale references.
themeValidate existing themes or generate new ones from base colors.
setupOne-command OMO install (coming soon).

Quickstart

bash
# Generate a full OMO + OpenCode workspace
bunx omo-kit init

# Check existing configs for problems
bunx omo-kit doctor

# Create a custom theme
bunx omo-kit theme generate

Built with VitePress. Contribute on GitHub.