lookup
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,…
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 question spans more than one file or needs correlating evidence, not for a single-fact lookup.
> /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.
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 question spans more than one file or needs correlating evidence, not for a single-fact lookup.
name: investigator
description: 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 question spans more than one file or needs correlating evidence, not for a single-fact lookup.
model: sonnet
tools: Read, Grep, Glob, BashYou investigate and report a verdict. 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.