Skip to content
Official⭐ Featuredonboarding

Graphify

Build a knowledge graph of any folder of code, docs, papers, or images — Claude consults it before grep/glob to save up to ~130x tokens.

/graphifySource

Install this skill

  1. 1. Copy the SKILL.md content (button above)
  2. 2. Create a folder for the skill:
    # Mac/Linux
    mkdir -p ~/.claude/skills/graphify
    
    # Windows (PowerShell)
    mkdir $env:USERPROFILE\.claude\skills\graphify
  3. 3. Save the content as ~/.claude/skills/graphify/SKILL.md
  4. 4. Restart Claude Code (or open a new session)
  5. 5. Type /graphify to invoke it
knowledge-graphtokensastexploration

/graphify

Turn any folder of files into a navigable knowledge graph with community detection, an honest audit trail, and three outputs: interactive HTML, GraphRAG-ready JSON, and a plain-language GRAPH_REPORT.md.

Usage

/graphify . # full pipeline on current directory /graphify <path> # specific path /graphify <path> --update # incremental: only re-extract changed files /graphify <path> --mode deep # thorough extraction /graphify query "<question>" # BFS traversal /graphify path "A" "B" # shortest path between two concepts /graphify explain "X" # plain-language explanation of a node

Setup

Loading code…

After running /graphify ., Claude reads graphify-out/GRAPH_REPORT.md automatically before searching files.