Skip to content
Jaderson Vargas edited this page Jun 8, 2026 · 2 revisions

mindmap-markmap-viewer

Turn any hierarchical Markdown outline into an interactive, offline mind map — straight from a chat with Claude Code.

Install the skill, ask for a mind map, open the result

What you get

  • Install with one sentence — no config, no build step.
  • Interactive map — zoom, fit, expand/collapse, and a context-preserving search (a match shows up with its ancestors and its subtree).
  • Works offline — d3 + markmap are vendored next to the output, so the HTML opens with the network off.
  • Portable bundle — every map is a .md (the source of truth) + a .html + a vendor/ folder you can move or share.
  • Export — download the current view as SVG or PNG from the toolbar.

Start here

👉 Quick Start — install the skill, generate your first mind map, and open it, in three steps.

How it works (one line)

You give Claude an outline; it fills sensible markmap presets, writes the portable bundle, and hands you an HTML file that renders a white-on-dark SVG mind map. Edit the .md and re-run to update it.

Clone this wiki locally