Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

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:2026년 3월 20일 10:19
파일 탐색기
4 개 파일
SKILL.md
readonly