一键导入
omk-navigation
Use before editing OMK when a task touches Rust modules, Kimi Wire integration, Kimi-native assets, team runtime, proof, HUD, or multiple files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use before editing OMK when a task touches Rust modules, Kimi Wire integration, Kimi-native assets, team runtime, proof, HUD, or multiple files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Full autonomous execution with 6-phase pipeline
Persistent mode with verify/fix loops until fully complete
N coordinated agents on a shared task list with staged pipeline
System architecture and high-level design
API design, database modeling, and business logic
Data pipelines, analytics, and ML integration
| name | omk-navigation |
| description | Use before editing OMK when a task touches Rust modules, Kimi Wire integration, Kimi-native assets, team runtime, proof, HUD, or multiple files. |
Use this skill to reduce repository scanning and keep Kimi focused on the smallest useful context.
docs/PROJECT_MAP.md.src/cli/README.mdsrc/runtime/README.mdsrc/wire/README.mdsrc/kimi_native/README.mdscripts/repo-map.sh if the task spans more than one area or the relevant files are unclear.explore for read-only lookup, symbol mapping, and "where is this implemented?" questions.plan when a change touches multiple areas, changes runtime behavior, or needs a test strategy.executor only after the target files and verification commands are known.Keep explore read-only. Do not ask the implementation agent to rediscover the whole repository.
Official Kimi docs are the source of truth:
For Kimi process-control work, prefer kimi --wire and typed Wire events/requests. Prompt scraping is a fallback.
Known large files include src/cli/team.rs, src/wire/protocol.rs, and src/runtime/autopilot.rs. Do not split them unless the user explicitly asks. Make the smallest local edit and leave broader refactors for a separate task.
Pick the narrowest useful command first:
cargo fmt --check
cargo test --test mock_kimi_test
cargo test --test kimi_native_test
cargo test --test team_lifecycle_test
cargo test --test cli_smoke
For real Wire behavior, run scripts/kimi-wire-smoke.sh when a local authenticated Kimi CLI is available.