ix-infrastructure

Ix Investigate — Development skill for Claude Code

Development community

Deep dive into a symbol, feature, or bug.

How to install Ix Investigate

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

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

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

What Ix Investigate does


name: ix-investigate description: Deep dive into a symbol, feature, or bug. Graph-first, minimal code reads, early stopping when sufficient evidence found. 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 `recentDecisions` and `openBugs`

Alternatives in Development

Full documentation available on GitHub

View Source Repository