Mindmap (Markmap) Viewer
Turn Markdown outlines into a self-contained offline interactive mind map (HTML)
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · a34ac82
Ran the bundled render_markmap.py on a sample outline: it emitted a 661 KB single HTML file with all six script blocks inlined and zero external <script src> tags, so it opens offline, and the search helper correctly filtered to a matched node plus its context. That is a clear win over a hand-written static or CDN-dependent map.
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 8/10
- Docs & honesty 5/5
What Mindmap (Markmap) Viewer does
Renders a Markdown outline into one self-contained HTML mind map — markmap.js inlined, dark theme with white font, a zoom/expand/collapse/export toolbar, and search that keeps matched nodes in context. Triggers when the user wants a mind map, markmap, or concept map, or to visualize a document or topic's structure as a navigable tree.
How to install Mindmap (Markmap) Viewer
mkdir -p ~/.claude/skills
git clone https://github.com/Jaderson-bit/mindmap-markmap-viewer ~/.claude/skills/mindmap-markmap-viewer
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Mindmap (Markmap) Viewer
-
/mindmap-markmap-viewerTurn Markdown outlines into a self-contained offline interactive mind map (HTML)
It also activates on plain-language prompts like these:
-
Turn this outline into an interactive mind map I can open offline -
Visualize this document's structure as a navigable tree -
Make a mind map out of my project launch plan
Frequently asked questions
- Is the Mindmap (Markmap) Viewer skill free?
- Yes. The skill itself is free from Jaderson-bit/mindmap-markmap-viewer. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Mindmap (Markmap) Viewer work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Ran the bundled render_markmap.py on a sample outline: it emitted a 661 KB single HTML file with all six script blocks inlined and zero external <script src> tags, so it opens offline, and the search helper correctly filtered to a matched node plus its context. That is a clear win over a hand-written static or CDN-dependent map.
- What is the Mindmap (Markmap) Viewer SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Mindmap (Markmap) Viewer?
- 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 Mindmap (Markmap) Viewer 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.