graphify-map
Installation
SKILL.md
Map Graphify Feature
Trigger Command: /graphify-map
Purpose: Gathers context and builds a strict execution map for a new feature using the local .graphify/graph.json knowledge graph.
Instructions for the Agent
- Targeted Context Gathering: Ask the user what feature they are building. Do not proceed until they answer.
- Query the Graph: Once the user provides the feature details, use the read-only Graphify MCP server (if active) or direct terminal commands to map the workspace. Use commands like:
graphify query "[feature keywords]" --graph .graphify/graph.jsonto find structural connections.graphify summary --graph .graphify/graph.jsonfor a compact first-hop orientation.
- Map the Workspace: Based on the graph's output, map out the exact files, canonical entities, schemas, or existing configurations needed for that specific implementation.
- Output a Context Map: Output a concise "context map" or checklist detailing the exact files that need to be touched.
- Halt Execution: Stop immediately after providing the checklist. Do not write any code. This guarantees that when the user moves to the coding phase, the agent only holds the most relevant files in its memory, completely avoiding context bloat.