graph-build

Installation
SKILL.md

Build Graph

Build or incrementally update the persistent code knowledge graph for this repository.

Prerequisites

Requires Python 3.10+ with: pip install tree-sitter tree-sitter-language-pack networkx

Steps

  1. Check availability — Run via Bash:

    python .claude/scripts/code_graph status --json
    
    • If error (Python/deps missing): show install instructions and stop
    • If last_updated is null: graph never built → proceed with full build
    • If last_updated exists: graph exists → proceed with incremental update
Related skills
Installs
5
GitHub Stars
6
First Seen
Mar 27, 2026