Other · Channel: Claude Code, Codex, OpenClaw, AI Agent

graphify

Turns code, database schemas, docs, papers, images, or videos into a queryable knowledge graph that AI coding agents can use.

Skillsafishamsi/graphifyVerify upstream fit
Rank signal97/100

This rank signal uses GitHub stars, measured star growth, and recent maintenance. It is not a safety score or install approval.

SKILL.md proofSKILL.mdOpen the upstream source before installing.
GitHub stars44,752Adoption baseline, not a quality guarantee.
Adoption momentum+755/wk starsMeasured star growth from the current scan window.
Recent updatetodayRecent maintenance signal: last pushed May 7, 2026.
Why we list it

Worth reviewing before you install

Worth a closer look if the use case fits. It has adoption, measured growth, and recent maintenance. Install notes are available, but you should still inspect the source.

Approved public shortlistSKILL.md evidenceAlternatives kept nearby
Best for

code intelligence teams. Channel tag: Claude Code, Codex, OpenClaw, AI Agent. Use it as a search fit signal, not compatibility proof. when you want a concrete install path. The strongest...

Review before install

Inspect graphify/skill.md and the install command before adding it to a shared agent workflow. No actionable warning was returned for this snapshot.

Compare alternatives

Compare this other pick with other skills in the Claude Code, Codex, OpenClaw, AI Agent channel when 44,752 GitHub stars, source freshness, or install notes are close. This page has a clearer install path, so alternatives can change the adoption decision.

GitHub44,752 stars4,857 forksSkill

How to install graphify

uv tool install graphifyy && graphify install
pipx install graphifyy && graphify install
pip install graphifyy && graphify install
Source evidence preview

We show selected README/SKILL.md excerpts, not a full mirror of the repo. Use the focus cards for install notes, usage, and skill rules, then open GitHub before installing.

Install evidence

Command extracted from README.md.

uv tool install graphifyy && graphify install
Usage evidence

Review README.md for usage examples and expected workflow.

Skill rules

Review graphify/skill.md for trigger rules and constraints.

README.mdSections: Install

├── wiki/ Wikipedia-style articles for agent navigation (--wiki) ├── GRAPH_REPORT.md god nodes, surprising connections, suggested questions ├── graph.json persistent graph - query weeks later without re-reading └── cache/ SHA256 cache - re-runs only process changed files

Install

Requires: Claude Code and Python 3.10+

pip install graphifyy && graphify install
The PyPI package is temporarily named graphifyy while the graphify name is being reclaimed. The CLI and skill command are still graphify.

Then open Claude Code in any directory and type:

/graphify .

<details> <summary>Manual install (curl)</summary>

mkdir -p ~/.claude/skills/graphify
curl -fsSL https://raw.githubusercontent.com/safishamsi/graphify/v1/skills/graphify/skill.md \

Need the full source? Read full README on GitHub