What problem does it solve?
This skill prevents agents from misusing the Graphify knowledge graph by teaching when to query it, which tool to use, and how to interpret results safely and within token limits.
Core Features & Use Cases
- Graph-first structural discovery: Directs agents to use Graphify MCP tools for structural questions like dependency mapping, clusters/communities, and shortest paths between concepts.
- Tool decision guidance: Provides a practical rule-of-thumb for choosing graph queries vs grep/reading files when accuracy or freshness is required.
- Result interpretation discipline: Enforces citation of source_location and correct handling of EXTRACTED vs INFERRED vs AMBIGUOUS relationships.
Quick Start
Use the graphify-usage skill when you need to answer a structural question about the repo from the Graphify graph, such as “what connects module A to module B?” or “which community does file F belong to?”.