Mm outline to map
Skill MeisterLabs/meister-mcp-skills/skills/mm-outline-to-map
Agent skills for the MeisterTask and MindMeister MCP servers
npx -y skills add MeisterLabs/meister-mcp-skills --skill mm-outline-to-mapAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Convert a structured text outline or bullet list into a MindMeister mind map.
SKILL.md
1.2 KB, as published. Nobody here has run it
Outline to mind map
Use the MindMeister MCP to turn a structured outline into a MindMeister mind map.
Workflow
- Receive the outline:
- Accept a plain-text or Markdown-formatted outline (bullet list, numbered list, or indented text).
- Treat the top-level heading or first item as the central map topic.
- Parse the hierarchy:
- Map top-level items to first-level branches.
- Map nested items to sub-nodes, preserving indentation depth.
- Flag any items that are too long to work as node labels and suggest shorter versions.
- Confirm structure with the user:
- Show the proposed map structure before creating.
- For outlines under 20 nodes, proceed without confirmation if the structure is unambiguous.
- Create the map using
mm_maps_create. - Apply the full node tree using
mm_changes_apply. - Optionally apply a theme: use
mm_themes_listto find options. - Return the map URL.
Important
Node labels should be concise — ideally under 10 words. If an outline item is a full sentence, trim it to a keyword phrase before converting.