1
Install the CLI
graphifyy, with two y’s. The command is graphify. You can also use pipx install graphifyy.2
Connect your assistant
3
Map a repository
Open a repository in your assistant, then enter this in its chat:In Codex, select the Graphify skill with
$graphify and ask it to map the current repository. This is an assistant instruction, not a shell command.Code is parsed locally. If the repository includes documents or media, the skill can use your assistant’s model for semantic extraction. For an explicit code-only run, use the local CLI workflow.4
Inspect the output
graph.html in your browser. Click a node to inspect its connections, or start with the report for a tour of the architecture.5
Ask a question
From a terminal at the repository root:Use names from your graph to investigate further:The names above are placeholders. A path only exists if those nodes and connecting edges exist in your project.
Take the full tutorial
Build a small example and follow a real relationship.
Give your agent MCP tools
Expose the graph as structured tools in your editor.