Back to Marketplace

Run this helper free

Answer 3 questions. Get a result in 2 minutes. Preview free.

Start free →
FREE
Verified
Grow Business

graphify — Code Navigation Layer

Navigate any codebase structure instantly before searching

Developers waste time navigating unfamiliar codebases without understanding structure, dependencies, and relationships between components.

Users gain instant structural visibility into classes, functions, imports, and call graphs across 12 languages via AST indexing.

  • AST-powered structural indexing across 12 languages via tree-sitter
  • Automatic call graph and dependency mapping for all code elements
  • Auto-updating index with post-session hook integration for continuous accuracy
  • Instant context before search, grep, or code modifications

👁 8 views · 📦 0 installs

Install in one line

mfkvault install howell5-graphify-ts

Requires the MFKVault CLI. Prefer MCP?

No reviews yet
🤖 Claude Code
FREE

Free to install — no account needed

Copy the command below and paste into your agent.

Instant access • No coding needed • No account needed

What you get in 5 minutes

  • Full skill code ready to install
  • Works with 1 AI agent
  • Lifetime updates included
VerifiedSecureBe the first
Ready to run

Run this helper

Answer a few questions and let this helper do the work.

Advanced: use with your AI agent

Description

--- name: graphify description: "Use when exploring unfamiliar codebases, before searching for code, or after editing files. Builds a structural AST index (classes, functions, imports, call graph) from 12 languages via tree-sitter. Trigger: /graphify" allowed-tools: Bash(graphify:*) --- > **Note:** This is a reference copy. The production skill is at [Howell5/willhong-skills](https://github.com/Howell5/willhong-skills/tree/main/skills/graphify). # graphify — Code Navigation Layer Structural index of the codebase. Know what exists, where, and how it connects — before you grep. **Requires CLI:** `npm i -g graphify-ts` **Auto-update recommended:** Run `graphify hook install` once. After that, the graph updates automatically at the end of every Claude Code session via a Stop hook. ## First-time setup ```bash npm i -g graphify-ts # install CLI graphify hook install # install Stop hook for auto-update ``` Then per project: ```bash graphify build . ``` ## Commands ### `/graphify build` — Build index (first time only) ```bash graphify build . ``` ### `/graphify query <name>` — Search for symbols ```bash graphify query graphify-out/graph.json <name> ``` ### `/graphify update <files...>` — Manual incremental update Usually not needed — the Stop hook handles updates automatically. ### `/graphify hook install | uninstall | status` Manage the Claude Code Stop hook. Writes to `~/.claude/settings.json`. ## When to Use **Before searching code:** Query the graph before Glob or Grep. **You do NOT need to manually update after editing.** The Stop hook handles it. ## Supported Languages Python, JavaScript, TypeScript (JSX/TSX), Go, Rust, Java, C, C++, Ruby, C#, Kotlin, Scala, PHP

Preview in:

Security Status

Verified

Manually verified by security team

Time saved
How much time did this skill save you?

Related AI Tools

More Grow Business tools you might like

codex-collab

Free

Use when the user asks to invoke, delegate to, or collaborate with Codex on any task. Also use PROACTIVELY when an independent, non-Claude perspective from Codex would add value — second opinions on code, plans, architecture, or design decisions.

Rails Upgrade Analyzer

Free

Analyze Rails application upgrade path. Checks current version, finds latest release, fetches upgrade notes and diffs, then performs selective upgrade preserving local customizations.

Asta MCP — Academic Paper Search

Free

Domain expertise for Ai2 Asta MCP tools (Semantic Scholar corpus). Intent-to-tool routing, safe defaults, workflow patterns, and pitfall warnings for academic paper search, citation traversal, and author discovery.

Hand Drawn Diagrams

Free

Create hand-drawn Excalidraw diagrams, flows, explainers, wireframes, and page mockups. Default to monochrome sketch output; allow restrained color only for page mockups when the user explicitly wants webpage-like fidelity.

Move Code Quality Checker

Free

Analyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working

Claude Memory Kit

Free

"Persistent memory system for Claude Code. Your agent remembers everything across sessions and projects. Two-layer architecture: hot cache (MEMORY.md) + knowledge wiki. Safety hooks prevent context loss. /close-day captures your day in one command. Z