Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:

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