mindmap

Generate visual mindmaps from natural language descriptions or content using the MCP mindmap tool. Use when users request to visualize structures, workflows, knowledge hierarchies, requirements, meeting notes, or any content as a mindmap. Automatically opens in browser after generation. Supports converting processes, architectures, learning paths, or any structured information into visual diagrams.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mindmap" with this command: npx skills add yz0812/skills/yz0812-skills-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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

Repository SourceNeeds Review
94.2K83.9K
anthropics
Research

slack-gif-creator

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."

Repository Source
94.2K12K
anthropics
Research

research

No summary provided by upstream source.

Repository SourceNeeds Review