<plugin-root>names the directory that holds this plugin's.codex-plugin/plugin.json. Resolve it once from where this file was loaded, then substitute it into every path below that starts with it. Arguments:<topic | \"text to map\" | path/to/file.md>. Wherever<arguments>appears below, substitute the text the user typed after the skill name.
Generate a MarkMind mind map for:
Execute immediately -- no plan mode. This command chains two skills:
Generate mindmap outline (skill:
learning:generate-mindmap): brainstorm internally (do not show to user), identify the central theme (2-4 words), extract branches and sub-concepts scaled to complexity level, assign emoji and colors. Save the JSON outline to a temporary file.Render to MarkMind (skill:
learning:markmind-exporter): pipe the JSON outline to<plugin-root>/skills/markmind-exporter/scripts/generate_markmind.pywith--outputflag to produce the.mdfile.Present the
.mdfile to the user, ready to drop into their Obsidian vault with the MarkMind plugin.
See learning:generate-mindmap for content principles, emoji semantic code, and color palette.
See learning:markmind-exporter for the renderer script usage and MarkMind Rich format details.