skill
01Skill Claude CodeCodex
Static call-path engine. Answers "what calls what?" from structure, not execution. Use before reading source files — it is faster and token-cheaper than grep-and-read.
2 2d ago A 0 tokens
Borescope is a static call-path engine. It does in you repo what profile and flamegraph tools do to a running process. It indexes any repo into a symbol/call graph via tree-sitter, enriches it with git history signals, and answers path queries rendered as weighted call trees.