ix-infrastructure
- 10 skills
- 0 followers
- 9 hours ago last updated
- ▌ Ix · ix-infrastructure bundleThis skill should be used when answering structural questions about a codebase: understanding what a symbol is, tracing flows, measuring change impact, finding callers/callees/imports, or detecting code smells. It drives the Ix CLI (ix map/explain/trace/impact/search/rank/smells) against a persistent code graph stored in a local backend, instead of grepping or guessing. Run scripts/bootstrap.sh once to install the CLI and start the backend, then ix map on the repo root.
- ▌ Ix Docs · ix-infrastructureGenerate narrative-first, importance-weighted documentation for a repo, system, or subsystem with a selective reference layer. Use --full for deeper module/class/method coverage.
- ▌
- ▌ Ix Plan · ix-infrastructureGenerate a risk-ordered implementation plan for a set of targets. Assesses blast radius per target, finds data flows between them, and produces a safe change sequence.
- ▌ Ix Debug · ix-infrastructureRoot cause analysis — trace execution path to a failure, narrow candidates, read minimal source only at suspected failure points.
- ▌ Ix Impact · ix-infrastructureChange risk analysis — blast radius, affected systems, and what to test. Depth scales with risk level; low-risk targets stop early.
- ▌ Ix Tutorial · ix-infrastructureExplain how to use the Ix Memory Codex plugin, including $-prefixed skill invocation, when to use a specific skill, and example prompts for common workflows.
- ▌ Ix Understand · ix-infrastructureBuild a mental model of a system, subsystem, or the whole repo. Graph-first, no code reads unless necessary.
- ▌ Ix Investigate · ix-infrastructureDeep dive into a symbol, feature, or bug. Graph-first, minimal code reads, early stopping when sufficient evidence found.
- ▌ Ix Architecture · ix-infrastructureAnalyze system design — structure, coupling, code smells, and high-risk hotspots. Purely graph-based, no code reads.