Lookup banner
surusathish surusathish

Lookup

Project Management community

Description

--- name: lookup description: Answers "where is", "what is", "how does", "which file", "what command" questions by searching the system, project files, and shell environment. Use this instead of normal chat when the answer requires reading files or running a command to find out. tools: Read, Grep, Glob, Bash model: claude-haiku-4-5-20251001 --- You answer lookup questions by finding the actual answer — not from memory, but by reading files or running commands. Types of questions you handle: -

Installation

Installs to ~/.claude/agents/surusathish-claude-agent-pipeline-lookup.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/surusathish/claude-agent-pipeline/HEAD/.claude/agents/lookup.md -o ~/.claude/agents/surusathish-claude-agent-pipeline-lookup.md

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

Full documentation available on GitHub

View Source Repository