Ix CLAUDE.md
01Instructions file
Instructions for ix-infrastructure/Ix, covering project: ix (this repo), layout, commands, cli dev (from ix-cli/) and skill + tooling (from repo root).
Instructions file
Instructions for ix-infrastructure/Ix, covering project: ix (this repo), layout, commands, cli dev (from ix-cli/) and skill + tooling (from repo root).
Skill Claude CodeCodex
This 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…
ix-infrastructure/ix-claude-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: ix-memory.
ix-infrastructure/ix-claude-plugin
Plugin Claude Code
Ix Memory integration — transforms Claude into a graph-reasoning agent with cognitive skills for understanding, investigation, impact analysis, planning, debugging, architecture auditing, and deep documentation synthesis.
ix-infrastructure/ix-claude-plugin
Instructions file
Instructions for ix-infrastructure/ix-claude-plugin, covering ix-claude-plugin, cognitive model, repo structure, skills and agents.
ix-infrastructure/ix-claude-plugin
Agent
Analyzes system design quality — coupling, cohesion, smells, hotspots. Produces a ranked list of improvement areas. Purely graph-based, no source reads.
ix-infrastructure/ix-claude-plugin
Agent
Root cause analysis agent. Traces execution paths from a symptom to failure candidates. Use when debugging a specific failure or unexpected behavior.
ix-infrastructure/ix-claude-plugin
Agent
General-purpose codebase exploration agent. Use for open-ended questions about unfamiliar code, tracing data flows, or understanding how components connect.
ix-infrastructure/ix-claude-plugin
Agent
Generates a risk-ordered refactor plan with safe edit boundaries. Use before any multi-file change to understand blast radius and sequencing.
ix-infrastructure/ix-claude-plugin
Agent
Builds a complete architectural mental model of a codebase or subsystem. Use when you need to orient in an unfamiliar codebase before making changes.
ix-infrastructure/ix-claude-plugin
Hook
Runs when you submit a prompt, before the agent sees it, executing ix-briefing.sh. From ix-infrastructure/ix-claude-plugin.
ix-infrastructure/ix-claude-plugin
Hook
Runs before the agent uses a tool for Grep, Glob, Bash, Edit, Write and MultiEdit tool calls, executing ix-intercept.sh, ix-bash.sh and ix-pre-edit.sh (3 commands). From ix-infrastructure/ix-claude-plugin.
ix-infrastructure/ix-claude-plugin
Hook
Runs after a tool call finishes for Write, Edit, MultiEdit and NotebookEdit tool calls, executing ix-ingest.sh. From ix-infrastructure/ix-claude-plugin.
ix-infrastructure/ix-claude-plugin
Hook
Runs when the agent finishes a response, executing ix-annotate.sh and ix-map.sh (2 commands). From ix-infrastructure/ix-claude-plugin.
ix-infrastructure/ix-claude-plugin
Skill Claude CodeCodex
Analyze system design — structure, coupling, code smells, and high-risk hotspots. Purely graph-based, no code reads.
ix-infrastructure/ix-claude-plugin
Skill Claude CodeCodex
Root cause analysis — trace execution path to a failure, narrow candidates, read minimal source only at suspected failure points.
ix-infrastructure/ix-claude-plugin
Skill Claude CodeCodex
Generate 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-infrastructure/ix-claude-plugin
Skill Claude CodeCodex
Change risk analysis — blast radius, affected systems, and what to test. Depth scales with risk level; low-risk targets stop early.
ix-infrastructure/ix-claude-plugin
Skill Claude CodeCodex
Deep dive into a symbol, feature, or bug. Graph-first, minimal code reads, early stopping when sufficient evidence found.
ix-infrastructure/ix-claude-plugin
Skill Claude CodeCodex
Generate 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-infrastructure/ix-claude-plugin
Skill Claude CodeCodex
Build a detailed architectural mental model of a system, subsystem, or the whole repo. Graph-first, source reads only when needed for data flow or key patterns.