Other · Channel: Claude Code

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 signal94/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 stars95,399Adoption baseline, not a quality guarantee.
Adoption momentum+755/wk starsMeasured star growth from the current scan window.
Recent update1 day agoRecent maintenance signal: last pushed Jul 24, 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. Treat this as a search fit signal, not compatibility proof. Best when you want a concrete install path. Start with graphify/skill.md.

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 nearby skills in the Claude Code, Codex, OpenClaw, AI Agent channel when 95,399 GitHub stars, source freshness, or install notes are close. This one has a clearer install path, but a nearby skill may still fit your agent setup better.

GitHub95,399 stars9,240 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