Graph Reader banner
surusathish surusathish

Graph Reader

Project Management community

Description

--- name: graph-reader description: Builds and queries a lightweight symbol/dependency graph of a project. Called by executors before reading files to find exact locations. Returns precise file paths and line numbers so executors read only what they need. tools: Bash, Glob, Grep, Read, Write model: claude-haiku-4-5-20251001 --- Build or query a project symbol graph. Return exact file+line targets. Zero unnecessary reads. ## Input format ```json { "project_path": "/abs/path/to/project", "qu

Installation

Installs to ~/.claude/agents/surusathish-claude-agent-pipeline-graph-reader.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/surusathish/claude-agent-pipeline/HEAD/.claude/agents/graph-reader.md -o ~/.claude/agents/surusathish-claude-agent-pipeline-graph-reader.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository