Graphify: A Claude Code Skill That Built a Knowledge Graph of Your Repo — 450k Downloads, 40k Stars in 26 Days

✍️ OpenClawRadar📅 Published: May 2, 2026🔗 Source
Graphify: A Claude Code Skill That Built a Knowledge Graph of Your Repo — 450k Downloads, 40k Stars in 26 Days
Ad

On April 5th, a developer shipped graphify — a Claude Code skill that indexes your entire codebase into a persistent knowledge graph. Type /graphify . and it reads every file, detects communities via the Leiden algorithm, and gives Claude long-term memory of the repo. The key metric: 71x fewer tokens per query vs. reading raw files.

Explosive Adoption

  • 26 days after launch: 450k+ PyPI downloads, ~40k GitHub stars
  • Peaked at GitHub global rank #2 in its first week
  • Spawning Medium articles, YouTube tutorials, and third-party build-ons
Ad

Unexpected Use Cases

The creator reports people aren't just using it for code. They're feeding graphify:

  • SQL schemas
  • Obsidian vaults
  • Research paper corpora
  • Transcribed meeting recordings
  • Whiteboard photos

And querying across all of them with /graphify query "..." — which became the primary command.

What's Missing?

The author is now asking the community: what's broken or missing in your workflow? The repo is actively evolving based on feedback.

Who It's For

Developers using Claude Code who want persistent, low-token-cost context for large codebases or mixed datasets.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Real-time stock analysis added to Claude Desktop via MCP server
Tools

Real-time stock analysis added to Claude Desktop via MCP server

A developer built an MCP server called agent-toolbelt that adds real-time stock analysis capabilities to Claude Desktop and Claude Code. The tool provides five specific analysis functions and works with a single command installation.

OpenClawRadar
MAGELLAN: A 15-Agent Autonomous Scientific Discovery System Built on Claude Code
Tools

MAGELLAN: A 15-Agent Autonomous Scientific Discovery System Built on Claude Code

MAGELLAN is a 15-agent autonomous scientific discovery system built entirely on Claude Code. It uses Opus for deep reasoning and Sonnet for structured tasks, generating cross-disciplinary hypotheses without human direction, with 260 hypotheses proposed and 60% killed by adversarial validation in 19 sessions.

OpenClawRadar
Wrangle: A Native macOS Editor for Managing Claude Code Sessions
Tools

Wrangle: A Native macOS Editor for Managing Claude Code Sessions

Wrangle is a native macOS markdown editor built specifically for managing multiple Claude Code sessions, featuring embedded terminals and smart notifications. The developer created it after VS Code couldn't keep up with their daily workflow of running many Claude Code sessions.

OpenClawRadar
Brain-MCP Developer Documents Tools for Claude AI Instead of Humans
Tools

Brain-MCP Developer Documents Tools for Claude AI Instead of Humans

A developer maintaining the Brain-MCP server added a 'For AI Assistants' section to documentation with behavioral instructions, resulting in Claude using tools more intelligently and proactively injecting context when topics change.

OpenClawRadar