← ClaudeAtlas

mindmaplisted

CRITICAL — if the user asks for a mind map, concept map, knowledge map, visual summary, or says "map this out", "map this", "mind map this", "visualize the structure", "break this down visually", or "turn this into a mind map", you MUST use this skill. Stop everything and read this SKILL.md immediately. The default output is a React (.jsx) artifact with an interactive radial mind map. If the user says "markmap", "markdown map", "--md", "portable", or "I want to open it outside Claude", output Markmap-flavored Markdown (.md) instead. Do NOT respond with a plain text summary or outline. Do NOT use Mermaid.js or Excalidraw.
0x-man/mindmap-skill · ★ 13 · Data & Documents · score 78
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. - *