kimiflowlisted
Install: claude install-skill kimikonapps/kimiflow
# Kimiflow For Codex
Run the Kimiflow loop for the user's request.
This Codex skill maps the same Kimiflow engine used by Claude Code. Read installed `SKILL.md` once. Per phase, read only its `PHASES.json` `reference_sections` via `hooks/reference-section.sh`; the receipt binds their hashes. Never preload all `reference.md`. Then apply this host map.
## Routing
Apply the frontmatter routing boundary: implementation authority and a material trigger are required. Use the current target without a routing question; raw file count is insufficient. If no trigger is clear, work directly. Explicit overrides win.
## Invocation
Treat these as explicit Kimiflow requests:
- `$kimiflow`
- `@kimiflow`
- `$kimiflow --launcher` / `$kimiflow --menu`
- `$kimiflow full|grill|plan|build|quick|review|audit|fix|release`
- `$kimiflow <task>`
- `kimiflow full`, `kimiflow grill`, `kimiflow plan`, `kimiflow build`, `kimiflow quick`, `kimiflow review`, `kimiflow audit`, `kimiflow fix`, `kimiflow release`
- `run kimiflow ...`
- `with kimiflow ...`
## Host Map
Before invoking any Kimiflow helper script, establish the plugin root from this installed skill file:
1. Treat `KIMIFLOW_SKILL_DIR` as the absolute directory that contains this `skills/kimiflow/SKILL.md` file.
2. Export `KIMIFLOW_PLUGIN_ROOT="$(cd "$KIMIFLOW_SKILL_DIR/../.." && pwd)"`.
3. Export `KIMIFLOW_HOST=codex`.
Never invoke helper scripts through a two-parent relative `hooks` path from the user's project cwd; Codex shell commands