Leaderboard/Knowledge/graphify
Last commit on September 18, 2026·Created on April 3, 2026

Graphify-Labs/graphify

Transforms codebases and documentation into navigable knowledge graphs for architectural analysis.
Combined rank
#6
across all skills
In Knowledge
#1
category rank
Stars
120k
+2.1% in last 7d
Forks
11.6k
+1.9% in last 7d
Watchers
398
+0.8% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

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.

WHO IT'S FOR
Technical leads / architects
analyze codebase architecture and file relationships
AI agent / automation builders
integrate GraphRAG-ready JSON into AI workflows
Backend / infrastructure engineers
map complex dependencies across multiple repositories
Platform / DevEx teams
generate visual documentation for project onboarding
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Codex project install with uv

Installs: Graphify skill installed into the current repository · Codex

Before you start
  • Python 3.10+
  • uv
  • Codex

Run from: The repository where the project-scoped skill should be installed

  1. In a terminal, install the official graphifyy package with uv.

    uv tool install graphifyy
  2. From the target repository directory, register the Graphify skill as a project-scoped Codex skill.

    graphify install --project --platform codex
graphify/skill.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

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/skill.md · Checked Sep 18, 2026