Map a folder into a knowledge graph
Uses graphify
- Replace <path> with the path of the codebase, documents, or other folder you want Graphify to process.
/graphify <path>

Graphify converts repositories, documents, and media into persistent knowledge graphs. By implementing community detection and god nodes, it allows technical leads and architects to query complex file relationships and project structures with precision.
The tool generates interactive HTML visualizations, plain-language reports, and GraphRAG-ready JSON, making it easier to map codebase architecture and integrate structural insights into AI workflows.
Follow the documented setup, then try a first task.
Installs: Graphify skill installed into the current repository · Codex
Run from: The repository where the project-scoped skill should be installed
In a terminal, install the official graphifyy package with uv.
uv tool install graphifyy
From the target repository directory, register the Graphify skill as a project-scoped Codex skill.
graphify install --project --platform codex
Installs: Graphify skill installed in the user profile · Claude Code
Platform: Linux or macOS
In a terminal, install the official graphifyy package with uv.
uv tool install graphifyy
In a terminal, register the Graphify skill for Claude Code on Linux or macOS.
graphify install
Installs: Graphify skill installed in the user profile · OpenCode
In a terminal, install the official graphifyy package with uv.
uv tool install graphifyy
In a terminal, register the Graphify skill for OpenCode.
graphify install --platform opencode
Installs: Graphify skill installed in the user profile · GitHub Copilot CLI
In a terminal, install the official graphifyy package with uv.
uv tool install graphifyy
In a terminal, register the Graphify skill for GitHub Copilot CLI.
graphify install --platform copilot
Installs: Graphify skill installed in the user profile · VS Code Copilot Chat
In a terminal, install the official graphifyy package with uv.
uv tool install graphifyy
In a terminal, register Graphify for VS Code Copilot Chat.
graphify vscode install
Installs: Graphify skill installed in the user profile · Aider
In a terminal, install the official graphifyy package with uv.
uv tool install graphifyy
In a terminal, register the Graphify skill for Aider.
graphify install --platform aider
Installs: Graphify skill installed in the user profile · Gemini CLI
In a terminal, install the official graphifyy package with uv.
uv tool install graphifyy
In a terminal, register the Graphify skill for Gemini CLI.
graphify install --platform gemini
Installs: Graphify skill installed in the user profile · Kiro IDE/CLI
In a terminal, install the official graphifyy package with uv.
uv tool install graphifyy
In a terminal, register Graphify for Kiro IDE/CLI.
graphify kiro install
Uses graphify
/graphify <path>