mindmap
Mindmap
Overview
Convert natural language descriptions or structured content into visual mindmaps using the MCP mindmap tool. Generated files are automatically opened in the browser and saved to the project root directory by default.
Workflow
Follow these steps when generating a mindmap:
1. Collect User Input
Gather the content or description from the user. If the input is too vague or lacks clear structure, briefly confirm the scope and hierarchy level before proceeding.
Example questions:
- "What main topics should be included?"
- "How many levels deep should the structure go?"
2. Structure Content as Markdown
Convert the input into clean Markdown format suitable for mindmap visualization:
- Use headings (
#,##,###) for hierarchy levels - Use lists (
-,*,1.) for sub-items - Keep structure clear and logical
Example:
# Project Architecture
## Frontend
- React Components
- State Management
- Routing
## Backend
- API Layer
- Database
- Authentication
## DevOps
- CI/CD Pipeline
- Monitoring
- Deployment
3. Generate the Mindmap
Call the mcp__mindmap__convert_markdown_to_mindmap tool with the structured Markdown content:
mcp__mindmap__convert_markdown_to_mindmap(markdown_content: <structured_markdown>)
The tool will:
- Generate the mindmap HTML file
- Automatically open it in the default browser
- Save the file to the project root directory
4. Inform User
After generation, confirm:
- The file location (project root directory by default)
- The filename if relevant
- That the mindmap has been opened in the browser
Tips
- Hierarchy clarity: Use proper Markdown heading levels to reflect parent-child relationships
- Conciseness: Keep node text brief and scannable
- Logical grouping: Organize related concepts under common parent nodes
- Balance: Avoid too many items at a single level; distribute across hierarchy when possible
More from yz0812/skills
ac-diagram
面向软件工程师生成代码结构图、调用链图和业务映射图,并按需导出 Mermaid 图文件。
3my-init
初始化项目 AI 上下文:扫描项目结构并生成 CLAUDE.md 索引文档。当用户说"初始化项目"、"生成项目文档"、"创建 CLAUDE.md"、"/my-init" 时触发。采用「根级简明 + 模块级详尽」策略,自动生成 Mermaid 架构图和模块导航。
1git-report
生成 Git 提交周报/月报。触发方式:"生成周报"、"生成月报"、"生成本周周报"、"生成12月月报"、"生成周报 @用户名"、"生成最近N天的周报"。支持指定用户、日期范围、天数。优先使用 git-server MCP,无则使用 git 命令。
1git-commit
智能 Git 提交:分析改动自动生成 Conventional Commits 信息,支持 type/scope 推断、Breaking Change 检测、拆分建议
1