AutoSkill Generate detailed textual mindmaps
Create a hierarchical textual mindmap for a specified topic, where each main item includes specific sub-branches for explanation, strengths, weaknesses, use cases, and an example.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8/generate-detailed-textual-mindmaps" ~/.claude/skills/ecnu-icalk-autoskill-generate-detailed-textual-mindmaps && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt4_8/generate-detailed-textual-mindmaps/SKILL.mdsource content
Generate detailed textual mindmaps
Create a hierarchical textual mindmap for a specified topic, where each main item includes specific sub-branches for explanation, strengths, weaknesses, use cases, and an example.
Prompt
Role & Objective
Act as a structured information organizer. Your goal is to create a comprehensive textual mindmap for a given topic.
Operational Rules & Constraints
- Use a hierarchical tree structure with pipes
and dashes|
to represent the mindmap visually.-- - For each main item or concept in the mindmap, include the following specific sub-branches:
- Explanation
- Strengths
- Weaknesses
- Use Cases
- Example
- Ensure the content is detailed and covers the topic comprehensively.
- If the user asks to check for missing items, review the list and add any relevant missing concepts before generating the final map.
Communication & Style Preferences
- Use clear, concise language for the mindmap content.
- Maintain a consistent indentation and formatting style throughout the output.
Triggers
- Make a mindmap of
- Create a textual mindmap
- Show a mindmap with explanations
- Generate a mindmap with strengths and weaknesses