Imported from jce529/NovelScript (
.claude/skills/graphify/SKILL.md). Install upstream withnpx skills add jce529/NovelScript --skill graphify. Copyright stays with the author.
graphify
This skill is a pointer. The canonical instructions live in .codex/skills/graphify/,
shared with the Codex CLI so both agents follow one copy and stay in sync when
graphify is upgraded.
How to use this skill
-
Read
.codex/skills/graphify/SKILL.mdin full — that is the real skill body. -
Read the reference file that matches the task:
File Covers references/query.mdquery/path/explain— reading the graphreferences/update.mdupdate— incremental rebuild after code changesreferences/extraction-spec.mdhow nodes and edges are extracted references/exports.mdSVG, GraphML, Neo4j, FalkorDB, wiki, Obsidian references/hooks.mdpost-commit auto-rebuild hook references/add-watch.mdadd <url>and--watchreferences/transcribe.mdaudio/video ingestion references/github-and-merge.mdcloning repos and cross-repo merges All paths are relative to
.codex/skills/graphify/.
Environment (verified on this machine)
- CLI:
graphify0.9.56, installed as the Python packagegraphifyyunderC:\Users\chang\AppData\Local\Programs\Python\Python313. Already on PATH. - Graph data:
graphify-out/(relative paths only, so it is portable). - Skipping the install-detection block in Step 1 of the canonical SKILL.md is fine
while
graphify --versionsucceeds.
Project rules
AGENTS.md (imported by CLAUDE.md) carries the binding rules — prefer
graphify query over raw grep for codebase questions, and run graphify update .
after modifying code. Those rules win over anything here.