Query the local Graphify-Labs AST knowledge graph for ThumbGate architecture questions (what connects X to Y, explain a symbol, PreToolUse/gates/adapters). Slash: /graphify.
Resources
2Install
npx skillscat add igorganapolsky/thumbgate/graphify Install via the SkillsCat registry.
SKILL.md
Graphify — ThumbGate rail (Graphify-Labs)
Upstream package: graphifyy (Graphify-Labs/graphify).
This repo wires it locally. We do not clone Graphify into a ThumbGate SKU.
Setup / readiness
npm run graphify:setup
npm run graphify:ready -- --require-graph
npm run graphify:staleBinary: .graphify-venv/bin/graphify
Graph: graphify-out/graph.json (gitignored runtime)
Query first
When the graph exists, prefer these over raw grep for architecture:
.graphify-venv/bin/graphify query "<question>"
.graphify-venv/bin/graphify path "<A>" "<B>"
.graphify-venv/bin/graphify explain "<concept>"
.graphify-venv/bin/graphify god-nodes --top 10Refresh after large pulls: .graphify-venv/bin/graphify update . --no-cluster
Never
- Treat
graph.htmlas retrieval - Claim a vector store
- Dual-edit DIRTY lesson-store graph PR #3650
- Ship Graphify as a paid ThumbGate feature without counsel clearance
Detail
docs/agents/code-search.md- Upstream skill references (if present):
.agents/skills/graphify/references/