with one click
code-mindmap
code-mindmap contains 5 collected skills from amrebada, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Decompose a codebase into a strict rule-of-7 mind map — recursively split the code into at most 7 chunks per level, each chunk into at most 7 sub-chunks, down to the smallest unit (an individual function), and render it as an interactive collapsible HTML tree opened in the browser. Use when the user wants a structural mind map / overview of an entire project or large subsystem where every function is a leaf.
Code Mind Map preconfigured for Android Studio (JetBrains) — build a rule-of-7 mind map of a codebase (≤7 children per level, every leaf a function with a what/how explanation) and render an interactive HTML tree whose functions click straight open in Android Studio. Use when the user wants a project mind map and uses Android Studio (or another JetBrains IDE).
Code Mind Map preconfigured for Antigravity IDE — build a rule-of-7 mind map of a codebase (≤7 children per level, every leaf a function with a what/how explanation) and render an interactive HTML tree whose functions click straight open in Antigravity IDE. Use when the user wants a project mind map and uses Antigravity IDE.
Code Mind Map preconfigured for Cursor — build a rule-of-7 mind map of a codebase (≤7 children per level, every leaf a function with a what/how explanation) and render an interactive HTML tree whose functions click straight open in Cursor. Use when the user wants a project mind map and uses Cursor.
Code Mind Map preconfigured for Visual Studio Code — build a rule-of-7 mind map of a codebase (≤7 children per level, every leaf a function with a what/how explanation) and render an interactive HTML tree whose functions click straight open in VS Code. Use when the user wants a project mind map and uses VS Code.