🎉 gald3r v5.1.1 is out — Repairing upgrades and review recovery after 5.1.0..See release notes →
🎉 gald3r v5.1.1 is out — Repairing upgrades and review recovery after 5.1.0..See release notes →

MiMo-Code

PartialL2 MCP

Xiaomi

OpenCode fork with persistent memory, Compose mode, and cross-session goal tracking

✅Commands✅Rules⚠️Skills⚠️Hooks✅MCPrules: .md

CRASH Capability Matrix

CRASH = Commands · Rules · Agents · Skills · Hooks + MCP. Engine level: L2 — MCP Native

PrimitiveStatus
Commandscommands✅Commands
Rulesrules✅Rules
Skillsskills⚠️Skills
Hookshooks⚠️Hooks
MCPmcp✅MCP

Folder Hierarchy

Files gald3r writes and the directories it expects for MiMo-Code. The .mimocode/ tree is the primary gald3r surface.

project-root/
AGENTS.md                ← primary instruction file (read natively)
CLAUDE.md               ← Claude Code compat (also read)
MEMORY.md               ← persistent cross-session knowledge (auto)
.mimocode/
├── mimocode.json        ← project config (MCP, providers, compose)
├── agents/
│   └── *.md             ← custom agent/skill definitions
└── prompts/
    └── *.txt            ← prompt templates

Key Setup Notes

  • →OpenCode fork by Xiaomi — launched June 10, 2026 (7.6k stars in days)
  • →Reads AGENTS.md AND CLAUDE.md natively at project root
  • →MCP configured in .mimocode/mimocode.json — same syntax as OpenCode
  • →/distill command auto-packages repeated workflows into reusable .mimocode/agents/*.md
  • →/goal sets a stopping condition; /dream updates MEMORY.md; /compose runs specs-driven flow
  • →First-mover gald3r support = high-value SEO/GEO traffic and developer adoption signal

Known Gaps

Areas where gald3r's native capability is limited or absent on MiMo-Code. The engine compensates where possible via L2 — MCP Native.

  • ⚠Hook schema pending doc crawl verification (.mimocode/hooks.json format)
  • ⚠Skills via Compose mode — not direct SKILL.md native pickup
  • ⚠Cross-session memory uses MEMORY.md, not gald3r vault (integration TODO)

Install gald3r on MiMo-Code

Run the gald3r installer and get the full CRASH system on MiMo-Code in under 5 minutes. Persistent memory, 220+ commands, and adversarial quality gates.

install — MiMo-Code
# 1. Install gald3r: download the installer for your OS from
#    github.com/Gald3r-Labs/gald3r_core/releases (.msi / .pkg / .tar.gz), run it, then confirm
gald3r --version

# 2. Scaffold .gald3r/ in your project
gald3r setup

# 3. Write the MiMo-Code overlay into this project
gald3r platform install mimo-code
All platforms
38 platforms supported