From navgator
Use when user asks what breaks if I change X, impact of changing, what depends on, trace data flow, show connections, dependency graph, upstream/downstream, or safe to modify before refactoring.
How this skill is triggered — by the user, by Claude, or both
Slash command
/navgator:impact-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze what's affected by changes and map component connections using NavGator MCP tools. This skill covers impact analysis, connection viewing, and dataflow tracing.
Analyze what's affected by changes and map component connections using NavGator MCP tools. This skill covers impact analysis, connection viewing, and dataflow tracing.
Use the navgator impact MCP tool with the component name to analyze blast radius.
Input: Component name (e.g., "express", "prisma", "/api/users")
Returns:
If the user provides a file path instead of a component name:
Use the navgator connections MCP tool to show all connections for a component.
Input: Component name (required), direction (optional: "in", "out", or "both")
Returns:
Use the navgator trace MCP tool to follow data flow through the architecture.
Input: Component name (required), direction (optional: "forward", "backward", or "both")
Returns:
| User Intent | MCP Tool | Notes |
|---|---|---|
| "What breaks if I change X?" | navgator impact | Full blast radius |
| "Show connections for X" | navgator connections | All connections |
| "What depends on X?" | navgator connections (direction: "in") | Incoming only |
| "What does X use?" | navgator connections (direction: "out") | Outgoing only |
| "Trace data flow from X" | navgator trace | Forward/backward/both |
| "Is it safe to modify X?" | navgator impact | Check severity |
Present results clearly:
navgator — architecture tracker
npx claudepluginhub tyroneross/navgator --plugin gatorOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.