md2mindmap
by chrisjianghp · development · go, bash, node, git, skill
解析 Markdown 文档的结构(标题层级)并生成飞书思维导图画板。支持两种输入: (1) 本地 .md 文件路径; (2) 在线 Markdown URL(如 GitHub raw、原始 .md 链接、HTTP(S) 上托管的 markdown)。 无论哪种来源,都支持三种输出格式(由用户选择): - 飞书文档(含 Mermaid mindmap 画板) - 本地 HTML 文件(用 Markmap 渲染的交互式思维导图,支持缩放/折叠/搜索) - 同时输出两者 当用户想要快速理解一份 Markdown 文档的结构、看骨架、生成思维导图、可视化层级时使用此 skill。 即使用户没有明确说"思维导图"或"画板",只要意图是理解 MD 文档的整体结构或层级,都应该触发此 skill。 常见触发语句:"帮我看下这个 md 的结构"、"这个文档讲了什么"、"把 md 变成思维导图"、 "可视化这个 README"、"用画板展示文档结构"、"github 上这个 md 文件的思维导图"、 "生成 HTML 思维导图"、"本地打开看看"。
Source: https://github.com/chrisjianghp/md2mindmap
Install
git clone https://github.com/chrisjianghp/md2mindmapTags: go, bash, node, git, skill
⭐ 2 GitHub stars · Source: skillsdirectory
About development MCP servers and Claude skills
development MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
md2mindmap is one of hundreds of development entries indexed on Skiln. Browse the full development category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related development MCPs and skills
- Intake Triage by ThomasMoreAI
Classify an incoming legal-work request and route it to the right team.
- Legal Brief Mohitagw15856 by ThomasMoreAI
Draft a structured legal brief, case summary, or legal argument outline. Use when asked to write a legal brief, case note, legal memo, argument outline, or position paper. Produces a structured document using IRAC format (Issue, Rule, Application, Conclusion).
- Legal Status Assessment by ThomasMoreAI
Determine patent legal status — active, expired, pending, lapsed, or revoked
- Clean Code Reviewer by hylarucoder
Produces a severity-rated (高/中/低) Clean Code findings report across 7 dimensions (naming, function size/SRP, duplication/DRY, over-engineering/YAGNI, magic numbers, structural clarity, project conventions), each with a location and a behavior-preserving refactor suggestion — never changing functionality. Use whenever the user asks for a code review, quality check, refactor advice, or code-smell / Clean Code analysis, OR points at a file/function/diff and asks if it is well-written, too long, ...
- Create Visual Card by hylarucoder
Generate a magazine-quality visual card as a single self-contained HTML file (embedded CSS, Swiss-grid + bold-type design system), then screenshot it to a shareable PNG and hand back both files. Use this whenever the user wants content turned into a visually rich card or shareable image — even if they don't say the word "card." Triggers: make/create/generate/design a visual card, info card, knowledge card, quote card, social card, summary/takeaway/cheatsheet card; 信息卡, 知识卡片, 金句卡, 语录卡, 做张卡片, 设...
- Geju by hylarucoder
Produces a bold, high-altitude direction judgment (格局判断): a sharp thesis on the right target model, a kill-list of what to delete / merge / split / reframe, a Conservative-vs-Clean-vs-Staged options table, and a verification path (first proof point + falsifier) that keeps the bold call testable. Use whenever the user wants to think bigger, open the design space, or challenge a conservative / incremental / over-compatible proposal — proactively, even when unnamed. Triggers: 打开格局, 格局太小, 你格局小了, ...
- Hai Visual Report by hylarucoder
Generates a complete, self-contained multi-section HTML report — header + one-line verdict, Mermaid structure map, decision matrix, risk/proof table, and next-move block — from an idea, requirement, PRD, goal, review, architecture topic, plan, or proposal, and returns the generated file path. Use whenever the user wants content turned into a visual report, visualized page, HTML report, webpage version, dashboard, or slides/PPT-like web artifact — and trigger even on casual phrasings: 可视化一下, 做...
- Ai Sdk Handler by majiayu000
Integrate Vercel AI SDK for LLMs, Chatbots, Generative UI, and Agentic Workflows.
Frequently asked questions
How do I install md2mindmap?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support md2mindmap?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is md2mindmap free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.