MDMA Integration

Wires the correct minimal @mobile-reality/mdma-* package set for React and LLM-streaming integrations.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · d4cb2d5

All nine @mobile-reality/mdma-* packages and all five claimed blueprints (change-management, clinical-ops, customer-escalation, incident-triage, kyc-case) check out as real; a baseline attempt at 'add MDMA' reached for generic react-markdown and missed the point entirely, while the skill wired the actual parse-store-render contract with the minimal package footprint.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What MDMA Integration does

Guides integration of MDMA (Markdown Document with Mounted Applications) into apps -- parsing, the runtime store, React rendering, LLM streaming reparse, custom components, and CI validation -- using the narrowest real npm package footprint for the task instead of a kitchen-sink install. Triggers on requests to add MDMA to an app, stream MDMA from an LLM, author a domain prompt, validate MDMA docs, or register a custom component.

How to install MDMA Integration

git clone https://github.com/MobileReality/mdma
cd mdma
mkdir -p ~/.claude/skills
cp -r skills/mdma-integration ~/.claude/skills/mdma-integration

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger MDMA Integration

  • /mdma-integration Wires the correct minimal @mobile-reality/mdma-* package set for React and LLM-streaming integrations.

It also activates on plain-language prompts like these:

  • Wire up MDMA markdown streaming in my React app
  • Which mdma packages do I need for LLM-streamed markdown?
  • Render streaming model output as markdown properly

Frequently asked questions

Is the MDMA Integration skill free?
Yes. The skill itself is free from MobileReality/mdma. SkillProof publishes the install command and an independent test verdict at no cost.
Does MDMA Integration work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. All nine @mobile-reality/mdma-* packages and all five claimed blueprints (change-management, clinical-ops, customer-escalation, incident-triage, kyc-case) check out as real; a baseline attempt at 'add MDMA' reached for generic react-markdown and missed the point entirely, while the skill wired the actual parse-store-render contract with the minimal package footprint.
What is the MDMA Integration SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install MDMA Integration?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use MDMA Integration with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.