graphify
Installation
SKILL.md
Graphify — Codebase Knowledge Graph
Turn the project into a queryable knowledge graph. Delegates to the Graphify CLI (graphifyy on PyPI).
Usage
/graphify # graph the current directory
/graphify <path> # graph a specific subdirectory
/graphify --callflow # also export a Mermaid call-flow HTML page
Behavior
Step 1 — Verify Graphify is installed
graphify --version 2>/dev/null || echo "NOT_INSTALLED"