md2xmind

Convert Markdown bullet lists into XMind mind map files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/thanhtunguet/agent-skills --skill md2xmind
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: md2xmind
Source: https://github.com/thanhtunguet/agent-skills/tree/main/md2xmind
Command: npx skills add https://github.com/thanhtunguet/agent-skills --skill md2xmind

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Converts Markdown bullet lists into XMind mind maps, enabling quick visualization of hierarchical content.

Core Features & Use Cases

  • Converts Markdown files with hierarchical bullet lists into XMind (.xmind) files.
  • Preserves topic hierarchy, supports multiple root topics, and handles both space-based and tab-based indentation.
  • Removes hierarchical numbering (e.g., "1.2.3 Title" becomes "Title") and allows a custom mind-map title via --title.

Quick Start

Convert a Markdown file with hierarchical bullet lists into an XMind file by running the md2xmind script.

Frequently Asked Questions about md2xmind

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Markdown bullet lists into an XMind mind map?

To convert Markdown bullet lists into an XMind mind map, use a tool that parses nested bullet hierarchies and outputs a valid .xmind ZIP archive containing content.json, manifest.json, and metadata.json.

Does markdown to mind-map conversion support both space and tab indentation?

Markdown to mind-map conversion supports both space-based and tab-based indentation, preserving the hierarchical topic structure while generating unique IDs for each node in the XMind file.

Can I generate multiple root topics in a single XMind file from one Markdown document?

You can generate multiple root topics in a single XMind file from one Markdown document, as the conversion process supports documents with multiple root topics alongside nested bullet hierarchies.

Do I need Python 3 to convert Markdown files into XMind format?

You need Python 3 to convert Markdown files into XMind format, as the script relies on it to parse the bullet hierarchy, remove numbering, and generate the required archive files.

How do I remove hierarchical numbering like 1.2.3 when converting Markdown to XMind?

Hierarchical numbering like 1.2.3 is automatically removed during Markdown to XMind conversion, stripping the numbers to leave clean topic titles while preserving the structural hierarchy.

Can I set a custom title for my XMind mind map when converting from Markdown?

You can set a custom title for your XMind mind map when converting from Markdown by passing the desired name via the title flag during the conversion process.