graphify

Installation
SKILL.md

Graphify

Graphify turns project material into a traversable knowledge graph. Use this skill to make the agent actually read, refresh, and query that graph instead of treating Graphify as a passive background index.

Fast Paths

Use these defaults unless the user gives a narrower instruction:

  • Why is Graphify not working? Run the doctor script, fix the first concrete blocker, then re-run the check.
  • Build a graph for this project: inspect scope first, add or recommend .graphifyignore for noisy projects, then run graphify extract ..
  • Use the graph to answer this: read GRAPH_REPORT.md, run a traversal command, then inspect source files only for exact details.
  • Set this up for the team: install platform instructions/hooks, configure merge-driver support, and document which graphify-out files should be committed.
  • Make it always-on: run the platform installer, verify Codex multi_agent = true, and confirm the project instructions mention reading GRAPH_REPORT.md.

When reporting back, include the exact command run, graph freshness, whether the answer came from graph traversal or raw files, and the next useful command.

First Move

Classify the request, then check the local state before acting:

Installs
1
Repository
nyldn/skills
First Seen
Sep 4, 2026
graphify — nyldn/skills