graph-export

Installation
SKILL.md

Export Graph

Export the complete knowledge graph from .code-graph/graph.db to a readable JSON file.

Prerequisites

  • Graph must be built first: run /graph-build if .code-graph/graph.db doesn't exist
  • Requires Python 3.10+ with tree-sitter, tree-sitter-language-pack, networkx

Steps

  1. Export graph — Run via Bash:

    python .claude/scripts/code_graph export --json
    

    Default output: .code-graph/graph-export.json

Installs
7
GitHub Stars
6
First Seen
Mar 27, 2026
graph-export — duc01226/easyplatform