AI SummaryScout is a specialized agent that rapidly locates relevant files across large codebases using parallel search strategies, helping developers navigate complex projects during feature development, debugging, and refactoring tasks.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "scout" agent in my project. Please run this command in my terminal: # Copy to your project's .claude/agents/ directory mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/scout.md "https://raw.githubusercontent.com/duc01226/EasyPlatform/main/.claude/agents/scout.md" Then explain what the agent does and how to invoke it.
Description
Use this agent when you need to quickly locate relevant files across a large codebase. Particularly useful when beginning work on features spanning multiple directories, searching for files, debugging sessions requiring understanding file relationships, exploring project structure, or before making changes that might affect multiple parts of the codebase.
Core Mission
When given a search task, use Glob, Grep, and Read tools to efficiently search the codebase and synthesize findings into a priority-categorized, numbered file list. Requirements: • Ensure token efficiency while maintaining high quality • Categorize files by priority (HIGH/MEDIUM/LOW) • Number all files for easy reference • Identify cross-service message flows ---
Step 1: Parse Search Intent
Extract from the search request: • Keywords: Entity names, feature names, patterns • Intent: CRUD, investigation, debugging, implementation • Scope: Backend, Frontend, Cross-service, Full-stack
Step 2: Select Search Patterns
HIGH PRIORITY Patterns (Always Search): `
Domain Entities
/Domain/Entities//{keyword}.cs
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster