AI AGENT ADDONS

Grepai Trace Graph

yoanbernabeu/grepai-skills
Debugging
680installs

Developers often need to see how functions connect in their code. GrepAI trace graph helps you build a complete call graph for any function. It shows all the dependencies in a clear tree structure. You can see which functions call which other functions, down to many levels deep.

This tool is great for impact analysis before a big refactor. It also helps you understand complex code flows and visualize your application's architecture. Just run a simple command and get a text or JSON output.

You control the depth of the analysis. Choose a shallow view or drill deep into nested calls. The output can be in plain text, JSON, or a compact token-efficient format. It works with any programming language that has function definitions.

Add Grepai Trace Graph skill to your workflow

Global

mkdir -p ~/.claude/skills/grepai-trace-graph

Project

mkdir -p .claude/skills/grepai-trace-graph

Source Repository

Stars
17
Forks
2
Watchers
17
License
MIT
Last Push
5 months ago
Created
5 months ago