index-graph-navigator
CommunityNavigate code dependencies, save tokens.
Software Engineering#software engineering#code analysis#refactoring#dependencies#token efficiency#dead code#call graph#blast radius
Authornathanvale
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Analyzing large codebases for dependencies, dead code, or impact assessment is token-heavy and slow for AI agents. This skill provides a token-efficient way to query a codebase's call graph, delivering precise JSON responses with file:line references, drastically reducing token usage and speeding up analysis.
Core Features & Use Cases
- Blast Radius Analysis: Identify all functions affected by a change, with depth information, to assess refactoring impact.
- Dead Code Detection: Find unused functions to streamline your codebase and improve maintainability.
- Call Stack Tracing: Trace execution paths to specific error locations (file:line), aiding in rapid debugging.
- Hotspot Identification: Pinpoint high-risk functions with many callers, guiding your testing and refactoring efforts.
- Use Case: Ask "What is the blast radius of the
parseDatefunction?" to instantly see all functions that depend on it, without reading thousands of lines of code.
Quick Start
What is the blast radius of the 'parseDate' function?
Dependency Matrix
Required Modules
python3jq
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: index-graph-navigator Download link: https://github.com/nathanvale/side-quest-marketplace/archive/main.zip#index-graph-navigator Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.