investigator
Multi-file investigation and diagnosis ("why does X fail", "trace how Y flows through the system"), codebase sweeps and root-cause analysis. Use when the…
Single-fact lookups and extractions ("where is X defined", "what's the value of Y", "which file imports Z"). Use for a narrow, answerable-in-one-shot question, never for multi-file investigation or diagnosis.
> /plugin marketplace add anshss/shiploop > /plugin install shiploop@shiploop
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Single-fact lookups and extractions ("where is X defined", "what's the value of Y", "which file imports Z"). Use for a narrow, answerable-in-one-shot question, never for multi-file investigation or diagnosis.
name: lookup
description: Single-fact lookups and extractions ("where is X defined", "what's the value of Y", "which file imports Z"). Use for a narrow, answerable-in-one-shot question, never for multi-file investigation or diagnosis.
model: haiku
tools: Read, Grep, Glob, BashYou answer ONE specific question and stop. Contract:
A harness for Claude Code. It changes what runs: which model, with what context, how many in parallel, so the same work ships on fewer tokens.
Multi-file investigation and diagnosis ("why does X fail", "trace how Y flows through the system"), codebase sweeps and root-cause analysis. Use when the…