mimo-code

Delegate coding tasks to mimo and review resulting diffs.

42|3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/onsails/cc --skill mimo-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mimo-code
Source: https://github.com/onsails/cc/tree/main/mimo-code/skills/mimo-code
Command: npx skills add https://github.com/onsails/cc --skill mimo-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Offload heavy coding work from the main conductor by delegating implementation to mimo, enabling faster progress while you keep orchestration in control.

Core Features & Use Cases

  • Offload implementation to mimo while you orchestrate the task.
  • Start a new coding session, resume an existing one, or switch providers/models for execution.
  • Review diffs and outcomes without losing context.

Quick Start

Delegate a coding task to mimo by specifying a provider/model and optional variant, then monitor or resume the session for results.

Frequently Asked Questions about mimo-code

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate coding tasks to keep my main context responsive?

Delegate coding tasks to mimo to offload implementation from the main conductor. It uses the mimo-delegate subagent to execute the work, keeping your main orchestration context responsive and focused.

Can I resume an existing coding session and switch provider models?

You can resume coding sessions and switch provider models during execution. The skill derives a unique session handle for each delegation, allowing you to start new sessions or resume existing ones with different providers.

Do I need the mimo CLI to manage coding sessions?

The mimo CLI is required to manage coding sessions. The skill depends on the CLI being available in your environment to delegate tasks, specify variants, and review or modify the resulting code.

How does delegating implementation to mimo work?

Delegating implementation to mimo works by sending coding tasks to the mimo-delegate subagent. This offloads heavy coding work from the main conductor, enabling faster progress while you keep orchestration in control.

What is the best way to review code diffs without losing orchestration context?

Review code diffs without losing context by delegating implementation to mimo. The mimo-delegate subagent handles the coding session, allowing you to review diffs and outcomes directly without overloading your main context.

Are there limitations to offloading implementation to a subagent?

A limitation of offloading implementation is that the mimo CLI must be available in your environment. Without the CLI installed, you cannot derive session handles or delegate coding tasks to the subagent.