mindmaplisted
Install: claude install-skill 0x-man/mindmap-skill
# Mind Map Generator
Generate interactive mind maps as React (.jsx) artifacts or portable Markmap (.md) files.
## Output Modes
**React (default):** Interactive artifact with pan, zoom, collapse, palette switching,
save button, edge-anchored connectors, and hover tooltips. Best for exploring in Claude.
**Markmap (on request):** Portable Markdown file that renders with markmap.js. Works in
VS Code (Markmap extension), markmap.js.org, or any browser via `npx markmap-cli`.
Best for sharing, embedding, and use outside Claude.
**Trigger Markmap mode when the user says any of:**
"markmap", "markdown map", "--md", "portable format", "I want to open it outside Claude",
"export as markdown map", "make it a .md", "markmap format"
If unclear, default to React.
## When You Receive a Request
1. Determine output mode — React (default) or Markmap (if triggered above)
2. Analyze the input content — extract the central topic and 4–7 main branches
3. For **React mode**: Build the `mindmapData` object and generate a React artifact
with ALL of the Mandatory Code below
4. For **Markmap mode**: Generate a Markmap-flavored `.md` file following the
Markmap Output section below
5. Optionally read `references/mindmap-best-practices.md` for keyword compression examples
## Content Analysis Strategy
- **Central topic**: One noun phrase, 2–5 words max.
- **Main branches**: 4–7 categories. 5–6 is the sweet spot.
- **Sub-branches**: 2–5 items per branch. Keywords only, not full sentences.
- *