Call Graph — Development skill for Claude Code
Trace callers, callees, or paths using the call graph.
How to install Call Graph
Installs to ~/.claude/skills/helweg-open-codebase-index-call-graph/SKILL.md
mkdir -p ~/.claude/skills/helweg-open-codebase-index-call-graph && curl -fsSL https://raw.githubusercontent.com/Helweg/open-codebase-index/HEAD/commands/call-graph.md -o ~/.claude/skills/helweg-open-codebase-index-call-graph/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Call Graph does
description: Trace callers, callees, or paths using the call graph
Trace function dependencies using the `call_graph` and `call_graph_path` tools.
User input: $ARGUMENTS
Interpret input as follows:
- If input asks for a path, connection, route, chain, or "from X to Y", use
call_graph_path. - Default to
direction="callers"unless input asks for callees/calls/makes calls. name=or plain text function name setsname.- Unique names resolve automatically for both direc
Alternatives in Development
- Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
- Engage.Pickup — Resume an engagement from the engine trace — skip completed steps, continue where you left off 348 ★
- Convert Paths Absolute — This command converts all relative paths in .claude/settings.json command scripts to absolute paths using the 200 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Ad Attack Paths
Launch the ad-attack-planner agent to reason low-privilege-to-Domain-Admin paths from the collected inventory
Graph Init
Scan this repo and write a graph-engineering profile - the stack map, skill routing table, rule paths, gates a
Trace Endpoint
Trace an endpoint URL through its handler methods and everything they transitively call
Root Cause Tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematical
Diagramsystemflow
Read-only forensic analysis of this repo — trace system flows from entry points (HTTP routes, CLI, jobs, consu
Code Graph
Query the code graph for functions, classes, files, and call relationships
Related Agents
Repo Scout
Read-only locator for the autonomous-agent-builder source repo. Use to find which file/function/owner-surface
AI Discovery
Read-only discovery in a project with .ai/ — locate an implementation, trace its execution flow, find its call
Tp Debugger
PROACTIVELY use this when the user reports a bug, stack trace, error message, failing behaviour, or asks "why