xmind-generator
SKILL.md
XMind Generator
Generate .xmind files from Markdown outlines or plain text using the XMind SDK.
Script
scripts/generate_xmind.js — main generator. Requires Node.js and the xmind npm package.
Installation
Install dependencies before first use:
cd <skill_dir>
npm install
Usage