Skip to main content
Run any Skill in Manus
with one click
GitHub repository

code-mindmap

code-mindmap contains 5 collected skills from amrebada, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
5
Stars
0
updated
2026-07-10
Forks
0
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

code-mindmap
software-developers

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.

2026-07-10
code-mindmap-android-studio
software-developers

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).

2026-06-28
code-mindmap-antigravity
software-developers

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.

2026-06-28
code-mindmap-cursor
software-developers

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.

2026-06-28
code-mindmap-vscode
software-developers

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.

2026-06-28