Use when you need to programmatically drive another MiMoCode (mimo) process — supports both headless mimo run with JSON events and interactive TUI via tmux for full terminal interaction testing. Covers driving either an installed mimo binary or a dev build launched from source with bun dev (for debugging mimocode itself). Reach for it to script, test, or automate a separate mimo instance and validate its behavior from parseable evidence.
$npx -y skills add xiaomimimo/mimo-code --skill drive-mimoInstalls into the current project.
Run `npx skills use "https://github.com/xiaomimimo/mimo-code" --skill "xiaomimimo/mimo-code/drive-mimo"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/xiaomimimo/mimo-code" that are relevant to the current task. Run `npx skills add "https://github.com/xiaomimimo/mimo-code"` and select the relevant skills, then follow their instructions.