Generate mindmaps locally/offline with native HTML/CSS/JS (no external libraries); use when you need to parse Plain Text node structures or map LLM outputs into an on-device visualization.
59
69%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Other/mindmap/SKILL.mdassets/local-mindmap/index.html.The following example is a complete, runnable workflow that renders a mindmap locally using the provided single-file template.
mindmap.txt)Mindmap Demo
Goals
Offline rendering
Zero dependencies
Inputs
Plain Text nodes
LLM streaming output
Output
Local HTML visualizationassets/local-mindmap/index.html in your browser.references/streaming-implementation.mdNote: If you add any Python scripts under
scripts/(e.g., to transform LLM output into the Plain Text format), invoke them consistently as:python scripts/<task_name>.py
assets/local-mindmap/index.htmlreferences/streaming-implementation.md for the exact format, examples, and constraints.references/streaming-implementation.mdpython scripts/<task_name>.py.mindmap_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
No local script validation step is required for this skill.Expected output format:
Result file: mindmap_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if any63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.