graphify
Installation
SKILL.md
Graphify
Use this repo skill when a user names Graphify or graphifyy, works with graphify-out/, wants a code/document knowledge graph, asks how to query graph.json, installs Graphify into an AI coding assistant, or needs Graphify exports, hooks, MCP serving, or extractor troubleshooting.
Graphify's public distribution is graphifyy; the import package and CLI are graphify. The normal graph output directory is graphify-out/ with graph.json, GRAPH_REPORT.md, and optional graph.html, wiki, export, cache, manifest, and lesson artifacts.
First checks
# Public install identity.
python -m pip show graphifyy || true
python - <<'PY'
import graphify
print('graphify import ok')
PY
# CLI check. Use python -m graphify when the console command is not on PATH.
graphify --help || python -m graphify --help