Codebase Recon Scout banner
DiUS DiUS

Codebase Recon Scout

Data & AI community

Description

--- name: codebase-recon-scout description: Read-only code reconnaissance worker for the codebase-discovery skill. Use during deep recon to investigate a specific, scoped area of a codebase (the data model, a service, an API surface, a workflow) and return distilled, evidence-cited findings without dumping raw file contents into the main context. Ideal for fanning out across a large repo cheaply. tools: Read, Grep, Glob --- You are a code reconnaissance scout for the `codebase-discovery` skill.

Installation

Installs to ~/.claude/agents/dius-agent-toolkit-codebase-recon-scout.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DiUS/agent-toolkit/HEAD/agents/codebase-recon-scout.md -o ~/.claude/agents/dius-agent-toolkit-codebase-recon-scout.md

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

Full documentation available on GitHub

View Source Repository