with one click
omk-setup
Setup and configure oh-my-kimi using current CLI behavior
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Setup and configure oh-my-kimi using current CLI behavior
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Strategic planning with optional interview workflow
Coordinated parallel execution for complex multi-lane tasks
Ask Claude via local CLI and capture a reusable artifact
Ask Gemini via local CLI and capture a reusable artifact
Full autonomous execution from idea to working code
Fix build and TypeScript errors with minimal changes
| name | omk-setup |
| description | Setup and configure oh-my-kimi using current CLI behavior |
Use this skill when users want to install or refresh oh-my-kimi for the current project plus user-level oh-my-kimi directories.
omk setup [--force] [--dry-run] [--verbose] [--scope <user|project>]
If you only want lightweight AGENTS.md scaffolding for an existing repo or subtree, use omk agents-init [path] instead of full setup.
Supported setup flags (current implementation):
--force: overwrite/reinstall managed artifacts where applicable--dry-run: print actions without mutating files--verbose: print per-file/per-step details--scope: choose install scope (user, project)omk setup performs these steps:
--scope explicit value./.omk/setup-scope.json (with automatic migration of legacy values)user)user (safe for CI/tests)dist/cli/team.js./AGENTS.md from templates/AGENTS.md (or skip when existing and no force)./.omk/hud-config.jsonomk setup only prompts for scope when no scope is provided/persisted and stdin/stdout are TTY../AGENTS.md (project root).AGENTS.md exists and --force is not used, interactive TTY runs ask whether to overwrite. Non-interactive runs preserve the file.user: user directories (~/.codex, ~/.codex/skills, ~/.omk/agents)project: local directories (./.codex, ./.codex/skills, ./.omk/agents)user scope, if historical ~/.agents/skills still exists alongside ${CODEX_HOME:-~/.codex}/skills, current setup prints a cleanup hint because Codex may show duplicate skill entries until the legacy tree is removed or archived.project, omk launch automatically uses CODEX_HOME=./.codex unless user explicitly overrides CODEX_HOME.--force, AGENTS overwrite may still be skipped if an active OMK session is detected (safety guard).project-local) are automatically migrated to project with a one-time warning.omk setup --force --verbose
omk doctor
From omk doctor, expect:
.omk/state existsconfig.toml (~/.codex/config.toml or ./.codex/config.toml)npm run build
omk points to another install, run local entrypoint:node bin/omk.js setup --force --verbose
node bin/omk.js doctor
--force, stop active OMK session and rerun setup.