A lightweight file-mapping standard that lets any AI tool navigate large codebases without reading every file. One index, two rules, any AI. No more wasted tokens, no more wasted time.
-
Updated
Jun 23, 2026 - JavaScript
A lightweight file-mapping standard that lets any AI tool navigate large codebases without reading every file. One index, two rules, any AI. No more wasted tokens, no more wasted time.
AST-powered codebase indexer skill for coding agents. Spelunk parses repositories with Tree-sitter into a local SQLite index so agents trace dependency trees and locate symbols in under 100ms instead of scanning raw files. Reduces token consumption by up to 90% with instant symbol resolution.
CodeGraphX (CGX) — a local, token-efficient codebase graph engine & MCP server for AI coding agents. Tree-sitter parsing, a bi-temporal SQLite semantic graph, O(1) symbol lookup, and impact/blast-radius tracing so agents answer 'what breaks if I change this?' in a few hundred tokens.
Add a description, image, and links to the codebase-navigation topic page so that developers can more easily learn about it.
To associate your repository with the codebase-navigation topic, visit your repo's landing page and select "manage topics."