mindmap

Installation
SKILL.md

Mindmap Skill — Generate an Interactive Markmap

Trigger

/mindmap <input> [--panel] [--render] [--output <path>]

This is slash-command notation, not a required host API. If the host does not expose slash commands, invoke the mindmap skill using its supported mechanism with the same input and options.

<input> is one of:

  • a file path — read the file and map it
  • a URL (http:// or https://) — fetch the page and map its content
  • pasted text / notes — map the text directly
  • a short topic — generate a map from your own knowledge

Flags:

  • --panel — design the structure with a multi-agent judge panel (token-intensive; best for complex/important sources like papers). See Step 2 → Judge Panel.
  • --render — after writing the .md, also produce a standalone interactive .html
  • --output <path> — write the .md to this path instead of the default

Agent capabilities

Installs
9
GitHub Stars
19
First Seen
Jul 2, 2026
mindmap — galiacheng/mindmap-skills