ix-infrastructure

Ix Debug — Development skill for Claude Code

Development community

Root cause analysis — trace execution path to a failure, narrow candidates, read minimal source only at suspected failure points.

How to install Ix Debug

Installs to ~/.claude/skills/ix-infrastructure-ix-opencode-plugin-ix-debug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ix-infrastructure-ix-opencode-plugin-ix-debug && curl -fsSL https://raw.githubusercontent.com/ix-infrastructure/ix-opencode-plugin/HEAD/commands/ix-debug.md -o ~/.claude/skills/ix-infrastructure-ix-opencode-plugin-ix-debug/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ix Debug does


name: ix-debug description: Root cause analysis — trace execution path to a failure, narrow candidates, read minimal source only at suspected failure points. argument-hint:

Check `command -v ix` first. If unavailable, use Grep + Read as fallback.

Pro check (optional)

Run once at the start:

ix briefing --format llm 2>&1

If it returns JSON with a `revision` field, Pro is available. Extract `openBugs` and `recentDecisions

Alternatives in Development

  • Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
  • Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
  • Engage.Crash — Crash → root cause → reachability → empirical exploitability verdict (native bugs) 348 ★

Full documentation available on GitHub

View Source Repository