tree-sitting
Installation
SKILL.md
tree-sitting
AST-powered code navigation using tree-sitter. Each invocation auto-scans the codebase (~700ms for 250 files), then runs queries at sub-millisecond speed.
Setup
uv pip install --system --break-system-packages tree-sitter
Grammars are loaded from bundled parsers/*.so files — no network fetch,
no tree-sitter-language-pack dependency. Install is <1s.
Usage: CLI (treesit.py)
Every call auto-scans, prints a tree overview, then runs any queries. No state to manage between calls.