
md2xmind
by thanhtunguet
My personal agent skills - support Codex, Claude Code, VS Code
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:
-
Check if Python 3 is available:
python --versionIf 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."
-
Run the included md2xmind script to convert markdown to XMind:
python ~/.claude/skills/md2xmind/references/md2xmind input.md output.xmindThe 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
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です