agentsclimarketplace

Mm outline to map

Skill MeisterLabs/meister-mcp-skills/skills/mm-outline-to-map

Agent skills for the MeisterTask and MindMeister MCP servers

Install
npx -y skills add MeisterLabs/meister-mcp-skills --skill mm-outline-to-map

Assembled 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

  1. 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.
  2. 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.
  3. 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.
  4. Create the map using mm_maps_create.
  5. Apply the full node tree using mm_changes_apply.
  6. Optionally apply a theme: use mm_themes_list to find options.
  7. 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.