Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
ix-infrastructure
/
ix-claude-plugin
home
/
subagents
/
ix-infrastructure
/
ix-claude-plugin
ix-infrastructure/ix-claude-plugin
5 subagents
View on GitHub
Subagent
ix-architecture-auditor
Analyzes system design quality — coupling, cohesion, smells, hotspots. Produces a ranked list of improvement areas. Purely graph-based, no source reads.
ix-bug-investigator
Root cause analysis agent. Traces execution paths from a symptom to failure candidates. Use when debugging a specific failure or unexpected behavior.
ix-explorer
General-purpose codebase exploration agent. Use for open-ended questions about unfamiliar code, tracing data flows, or understanding how components connect.
ix-safe-refactor-planner
Generates a risk-ordered refactor plan with safe edit boundaries. Use before any multi-file change to understand blast radius and sequencing.
ix-system-explorer
Builds a complete architectural mental model of a codebase or subsystem. Use when you need to orient in an unfamiliar codebase before making changes.