xmind

Installation
SKILL.md

XMind Mind Map Creator

Create .xmind files by building a JSON structure and piping it to the bundled script.

How to create an XMind file

  1. Build a JSON object with path and sheets fields (see format below)
  2. Write it to a temp file, then run:
node <skill-dir>/scripts/create_xmind.mjs < /tmp/xmind_input.json

Where <skill-dir> is the directory containing this SKILL.md file.

JSON Input Format

{
Installs
41
GitHub Stars
72
First Seen
Feb 4, 2026