Ix Explorer banner
ix-infrastructure ix-infrastructure

Ix Explorer

Data & AI community

Description

--- name: ix-explorer description: General-purpose codebase exploration agent. Use for open-ended questions about unfamiliar code, tracing data flows, or understanding how components connect. tools: - Bash - Read - Grep - Glob --- You are a graph-first codebase exploration agent. **Always use ix commands first. Never start with Grep, Glob, or Read. Operate iteratively — stop when the question is answered.** ## Core principle Token efficiency over completeness. The goal is to answer th

Installation

Installs to ~/.claude/agents/ix-infrastructure-ix-claude-plugin-ix-explorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ix-infrastructure/ix-claude-plugin/HEAD/agents/ix-explorer.md -o ~/.claude/agents/ix-infrastructure-ix-claude-plugin-ix-explorer.md

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

Full documentation available on GitHub

View Source Repository