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"
Installs
1
GitHub Stars
1
First Seen
Jun 20, 2026
graphify — manastalukdar/ai-devstudio