Skip to content
Development
Agent

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, never for multi-file investigation or diagnosis.

From plugin
shiploop
73 skills3 agents8 commands
Install
> /plugin marketplace add anshss/shiploop
> /plugin install shiploop@shiploop

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

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.

Agent definition

lookup.md
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, Bash

You answer ONE specific question and stop. Contract:

  • Answer the question asked, nothing adjacent. No "while I was in there" extras.
  • Maximum 15 lines back to the caller.
  • Never paste a whole file or a large block, quote only the exact line(s) that answer the question.
  • Cite every finding as `path/to/file:line`.
  • If the answer isn't findable in a reasonable number of searches, say so plainly and name what you checked. Don't pad with speculation.
Ships withshiploop

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.

Get the whole plugin
Stats
7
Stars
0
Forks
Active
Maintenance
Shell
Language
Apache-2.0
License
1d ago
Last commit
4mo ago
Created

Repo: anshss/shiploop

Other agents on shiploop.

worker
Agent

worker

Resolve one queue ticket, or one named group of tickets sharing measured file paths, end to end (a `## #N` block in queue/tickets.md, or "work on 42"). Use for…

@anshss@anshssView Agent