Function Dep Search

AST-accurate function dependency analysis using Tree-sitter. Use when tracing function call chains, finding callers/callees, analyzing blast radius of changes, detecting unused functions, or finding circular dependencies. Replaces grep-based code exploration with precise, structural matching. Supports Python, JavaScript, TypeScript, Go, Rust, C, C++, Java. Triggers on questions like "what calls X?", "what does X call?", "find unused functions", "show me the call graph", "what's the impact of changing X?", or any function dependency/relationship query.

drunkcoding Updated

File contents

drunkcoding/AgentSkillsArxiv/tree/main/skills/function-dep-search commit 94d6cafc03

Frequently asked questions

npx skillmds@latest add drunkcoding/function-dep-search