Agent-readable wiki

Graphify Explain Like I'm 5 Wiki

Graphify turns folders of code, docs, media, and notes into a queryable knowledge graph with reports, exports, assistant skills, and optional model backends. This structure is source-backed by repository code; graphify-out/GRAPH_REPORT.md, STRATEGY.md, and docs/solutions were not present in this checkout.

Pages

  1. Explain It SimplyWhat Graphify does in plain language: it reads a pile of project material, finds the named things and relationships, and draws a map that agents and humans can query later.
  2. First Run & Assistant SetupThe smallest useful path from installing graphifyy to running graphify, registering assistant skills, and understanding why project-scoped installs stay portable across coding agents.
  3. What Gets Put In The BoxHow Graphify decides which files count, skips sensitive or noisy inputs, converts Office and Google Workspace files, handles transcripts, and caches work for later runs.
  4. How Files Become Tiny FactsThe extraction stage: tree-sitter reads code, optional semantic extraction reads richer context, validation keeps the shape consistent, and provider-neutral backends support BYOC and BYOK choices.
  5. How Facts Become A MapHow extracted nodes and edges become a NetworkX graph, get deduplicated, clustered, analyzed, and exported as graph.json, graph.html, GRAPH_REPORT.md, wiki output, and call-flow HTML.
  6. Ask The Map, Keep It FreshThe closing page: remember Graphify as a reusable project map, then use query, path, explain, MCP, global graphs, update, and watch flows to keep that map useful after the first build.

Complete Markdown

The complete agent-readable Markdown files are published separately from this HTML page.