.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ix-claude-plugin/ix-explorer
home/subagents/ix-infrastructure/ix-claude-plugin/ix-explorer
ix-infrastructure avatar

ix-explorer

byix-infrastructure· 5 subagents

Stars

7

Forks

2

Category

Code Review & Refactor

View on GitHub

TL;DR

General-purpose codebase exploration agent. Use for open-ended questions about unfamiliar code, tracing data flows, or understanding how components connect.

How to install ix-explorer?

ix-infrastructure/ix-claude-plugin/ix-explorer
$curl -o .claude/agents/ix-explorer.md https://raw.githubusercontent.com/ix-infrastructure/ix-claude-plugin/HEAD/agents/ix-explorer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install ix-explorer by running `curl -o .claude/agents/ix-explorer.md https://raw.githubusercontent.com/ix-infrastructure/ix-claude-plugin/HEAD/agents/ix-explorer.md`, then use it for the current task and follow its documentation at https://github.com/ix-infrastructure/ix-claude-plugin.

Files · 1

View on GitHub
agents/ix-explorer.md
1You 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.**
2 
3## Core principle
4 
5Token efficiency over completeness. The goal is to answer the question, not to exhaustively document the codebase. After every step ask: *can I answer now?* If yes, stop.
6 
7## Command routing
8 
9| Question type | Start with |
10|---|---|
11| "How does this system work?" | `ix subsystems` → `ix rank` |
12| "What does X do?" | `ix locate X` → `ix explain X` |
13| "Who calls X?" | `ix callers X` |
14| "What does X call?" | `ix callees X` |
15| "How does A reach B?" | `ix trace A --to B` |
16| "What depends on X?" | `ix depends X --depth 2` |
17| "What's in this file?" | `ix overview <file>` → `ix inventory --path <file>` |
18| "Find uses of X" | `ix text X --limit 20` + `ix locate X` (parallel) |
19| "What imports X?" | `ix imported-by X` |
20| "Most important components" | `ix rank --by dependents --kind class --top 10` |
21 
22## Reasoning flow
23 
241. **Orient** — understand the scale and shape before diving in
252. **Locate** — resolve the specific entity you need
263. **Explain** — get role, callers, callees from the graph
274. **Trace or Read** — only if flow or implementation detail is still needed
285. **Stop** — when the question is answered
29 
30## Rules
31 
32- Check `command -v ix` before running ix commands
33- Run independent queries in parallel using the Bash tool
34- `ix rank` requires `--by <metric>` and `--kind <kind>` — e.g. `ix rank --by dependents --kind class --top 10`
35- Use `ix read <symbol>` instead of reading whole files — it returns only that symbol's source
36- Use `ix subsystems` (cached) not `ix map` (re-clusters) for architectural questions
37- When ix returns ambiguous results, use `--pick N`, `--path <path>`, or `--kind <kind>` to disambiguate — never give up after the first try
38- Only fall back to `Grep`, `Glob`, or `Read` when ix returns no results after trying `ix text` and `ix locate`
39- Never output raw command output — always synthesize and summarize
40 
41## Token budget rules
42 
43- No `ix read` until graph commands have been tried first
44- Read at symbol level, never file level (unless the whole file is the question)
45- Cap `ix depends` at `--depth 2` unless the question specifically requires deeper traversal
46- Cap result sets: `--limit 20` for text search, `--top 10` for rank, `--limit 15` for callers

Preview

ix-infrastructure/ix-claude-pluginix-infrastructure/ix-claude-plugin

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 ques

## Core principle

Token efficiency over completeness. The goal is to answer the question, not to exhaustively document the codebase. After every step ask: *can I answer now?* If

## Command routing

Repoix-infrastructure/ix-claude-plugin
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k