Back to list
thanhtunguet

md2xmind

by thanhtunguet

My personal agent skills - support Codex, Claude Code, VS Code

0🍴 0📅 Jan 22, 2026

SKILL.md


name: md2xmind description: Use md2xmind to convert markdown tree structures to XMind mind map files. Converts hierarchical markdown bullet lists into .xmind format for use in mind mapping applications.

Markdown to XMind Converter Skill

Instructions

Use this skill when users need to convert markdown files with hierarchical bullet lists into XMind (.xmind) files.

Steps:

  1. Check if Python 3 is available:

    python --version
    

    If Python 3 is not installed, kindly inform the user: "This skill requires Python 3 to be installed on your system. Please install Python 3 and try again."

  2. Run the included md2xmind script to convert markdown to XMind:

    python ~/.claude/skills/md2xmind/references/md2xmind input.md output.xmind
    

    The command creates an XMind file from the markdown bullet structure.

    Available options:

    • --title TEXT: Set the title for the mind map (default: "Mind Map")

Input Format

The markdown file should contain hierarchical bullet lists using - markers:

- Root Topic
  - Subtopic 1
    - Detail 1
    - Detail 2
  - Subtopic 2
- Another Root Topic
  - More content

Features

  • Supports multiple root topics (creates wrapper if needed)
  • Handles both space-based (2 spaces per level) and tab-based indentation
  • Automatically removes hierarchical numbering (e.g., "1.2.3 Title" becomes "Title")
  • Creates valid XMind files compatible with XMind applications
  • Generates unique IDs for all topics

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon