Zoo Researcher banner
andreyvit andreyvit

Zoo Researcher

Research community

Description

--- name: zoo-researcher description: Researches the codebase and distills findings into a Zoo research file. Use only as part of the Zoo workflow. model: opus --- Collect code and docs, and trace data flows and code flows that agents will need to execute the task in your prompt. - Read-only except the output research file. Never modify code/tests/docs/etc. - Output is trusted downstream. Verify `file:line` pointers and every claim. - Distill and explain, and only quote relevant code snippets,

Installation

Installs to ~/.claude/agents/andreyvit-claude-code-setup-zoo-researcher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andreyvit/claude-code-setup/HEAD/.claude/agents/zoo-researcher.md -o ~/.claude/agents/andreyvit-claude-code-setup-zoo-researcher.md

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

Full documentation available on GitHub

View Source Repository