← ClaudeAtlas

create-mindmap-outlinelisted

Convert a conversation, document, notes, research, or a previous answer into a concise, paste-ready mind-map outline using literal Tab indentation. Use when the user asks for 思维导图格式, 可粘贴到思维导图/XMind/幕布/飞书思维导图, tab-indented outline, or asks to repair such an outline. Default to one fenced text block, one node per line, no blank lines, at most 4 levels and 30 nodes, and leaves no longer than 100 characters. Do not use when the user explicitly requests Mermaid, OPML, a vendor-native mind-map file, Markdown headings, or a bulleted/numbered Markdown list.
primexiao/agent-skills · ★ 1 · Data & Documents · score 75
Install: claude install-skill primexiao/agent-skills
# Create Mind Map Outline Transform source material into a compact hierarchy that can be copied directly into a mind-map tool. Treat “思维导图 Markdown” as a transport request for a Tab-indented plain-text outline unless the user explicitly names another format. ## Output Contract Unless the user overrides a constraint, apply all of these rules: 1. Return exactly one fenced code block labeled `text`, with no prose before or after it. 2. Put exactly one node on each line. Use one literal Tab character per hierarchy level; never use spaces for indentation. 3. Use no blank lines, bullets, numbering, Markdown headings, block quotes, or decorative separators. 4. Produce exactly one root node. Count the root as level 1 and allow at most 4 levels total. 5. Allow at most 30 nodes total, counting every non-empty line, including internal nodes and the root. 6. Keep every leaf at no more than 100 Unicode characters. Prefer shorter internal-node labels as well. 7. Keep each node on one source line even if the renderer visually wraps it. The payload must look like this; the indentation shown inside the block uses literal Tabs: ```text Community Garden Project Goals Grow seasonal vegetables for local residents Reduce neighborhood food waste through composting Planning Site Preparation Test the soil and install raised beds Volunteer Schedule Assign weekly watering and maintenance shifts Risks Limited water access during summer ``` ## Workflow 1. Read the user's explic