graphify-setup

Install Graphify and wire its hook and slash command for Claude Code.

5|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/a2ngerer/claude_onboarding_agent --skill graphify-setup-a2ngerer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graphify-setup
Source: https://github.com/a2ngerer/claude_onboarding_agent/tree/main/skills/graphify-setup
Command: npx skills add https://github.com/a2ngerer/claude_onboarding_agent --skill graphify-setup-a2ngerer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Graphify provides a local knowledge-graph workflow for Claude Code, reducing token costs by letting Claude query a graph of your project instead of repeatedly scanning files.

Core Features & Use Cases

  • Indexes code, Markdown, PDFs, diagrams, images, and other assets into a single navigable graph.
  • Registers a /graphify slash command and a PreToolUse hook to steer file-search tool calls toward the graph, cutting token cost on large repos.
  • Optionally builds an initial graph for the current project and records a pointer block in CLAUDE.md.

Quick Start

Run /graphify-setup to begin the installation and follow the prompts.

Frequently Asked Questions about graphify-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a local knowledge-graph for Claude Code to reduce token costs?

You can create a local knowledge-graph for Claude Code by installing Graphify, which indexes project assets into a navigable graph. This allows Claude to query the graph instead of repeatedly scanning files, significantly cutting token usage on large repositories.

What file types can I index using a local knowledge-graph in Claude Code?

Graphify indexes code, Markdown, PDFs, diagrams, images, and other project assets into a single navigable knowledge-graph. This enables fast and cost-efficient queries across diverse file formats directly within your Claude Code workflow.

How does a PreToolUse hook steer file searches toward a knowledge-graph?

The PreToolUse hook intercepts and redirects file-search tool calls toward the indexed knowledge-graph. By steering queries to the graph instead of scanning raw files, the hook reduces token consumption and accelerates search results across large projects.

Do I need a specific Python environment to set up Graphify for Claude Code?

Yes, setting up Graphify requires a compatible Python environment of Python 3.10 or higher. You also need an installer like uv or pipx, along with network access to install Graphify and wire the hook and slash command.

Can I build an initial knowledge-graph and record it in CLAUDE.md?

Yes, the Graphify setup optionally builds an initial knowledge-graph for your current project. It automatically records a pointer block in your CLAUDE.md file to reference the graph for future Claude Code queries.