Agent skill · Design & Presentation

mind-map

Turn a topic, brainstorm, or document into a structured mind map. Use when asked to brainstorm around a theme, organize ideas, break a topic into branches, or summarize something as a mind map. Produces a ready-to-render Mermaid mindmap (renders live, exportable as PNG/SVG) plus a short note on the structure chosen.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill mind-map --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/mind-map/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Mind Map Skill A mind map turns a fuzzy topic into a branching structure you can see — central idea in the middle, themes radiating out, details hanging off each. This skill takes a topic, a brain-dump, or a document and organizes it into a clean **Mermaid mindmap** with sensible, balanced branches. ## Required Inputs Ask for these only if they aren't already provided: - **The central topic** — the thing the map is about. - **The raw material** — ideas, notes, or a document to organize (or "generate the branches" if it's a fresh brainstorm). - **Depth / breadth** — roughly how many main branches, how deep to go. - **Purpose** — exploring options, summarizing, planning — so the branching matches the use. ## Output Format ### [Topic] — mind map One line on how you structured it (the organizing principle for the main branches). ```mermaid mindmap root((Central topic)) Theme A Idea A1 Idea A2 Theme B Idea B1 Idea B2 Theme C Idea C1 ``` **Structure note** — why these main branches, and anything that didn't fit (parked items). ## Mermaid Rules (so it renders) - Start with `mindmap`. The center is `root((Text))`. - Hierarchy is expressed purely by **indentation** — each deeper level is

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Format
  3. [Topic] — mind map
  4. Mermaid Rules (so it renders)
  5. Quality Checks
  6. Anti-Patterns
  7. Based On
More from pm-claude-skills
All skills →
About this skill
What does the mind-map skill do?

Turn a topic, brainstorm, or document into a structured mind map. Use when asked to brainstorm around a theme, organize ideas, break a topic into branches, or summarize something as a mind map. Produces a ready-to-render Mermaid mindmap (renders live, exportable as PNG/SVG) plus a short note on the structure chosen.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill mind-map --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going