Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

code-graph

// Use tree-sitter to build a structural code graph of a project — extract definitions, references, imports, and module dependencies to quickly understand unfamiliar codebases. Trigger when: user asks to "understand this codebase", "map the architecture", "show me the structure", "what does this project do", "how is this organized", "code graph", "dependency graph", "call graph", or any request to get a high-level overview of a project's code. Also trigger when exploring a new/unfamiliar repo for the first time, or when the user asks about relationships between modules, files, or components. Also trigger when the user asks to refactor a module, file, or component — understanding the module's public surface, internal structure, and all dependents is a prerequisite to safe refactoring.

$ git log --oneline --stat
stars:1
forks:0
updated:20 mars 2026 à 10:19
Explorateur de fichiers
4 fichiers
SKILL.md
readonly