スキル一覧に戻る
thanhtunguet

xmind2md

by thanhtunguet

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

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: xmind2md description: Use xmind2md to read and process XMind mind map files by converting them to markdown format, enabling analysis and manipulation of hierarchical mind map content. Use it for all files that end with .xmind extension.

XMind File Reader Skill

Instructions

Use this skill when users need to read or process 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 xmind2md script to read XMind file and output as text:

    python ~/.claude/skills/xmind-file-reader/references/xmind2md /path/to/file.xmind
    

    The command outputs the mind map structure in markdown format to stdout.

    Available options:

    • --numbers: Prefix bullets with hierarchical numbers (1.2.3)
    • --max-depth N: Limit depth (1 = root only)
    • --sheet-sep TEXT: Separator between sheets (default: blank line)

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です