scout

Locate files and context across a codebase by coordinating parallel scout agents.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/hoanghd218/tranvanhoang.com --skill scout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scout
Source: https://github.com/hoanghd218/tranvanhoang.com/tree/main/.claude/skills/scout
Command: npx skills add https://github.com/hoanghd218/tranvanhoang.com --skill scout

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Fast, efficient discovery of files and contextual information across large codebases by coordinating parallel scouting agents.

Core Features & Use Cases

  • Parallel agent orchestration for file discovery across large codebases
  • Supports internal (Explore) and external (Gemini/OpenCode) agents
  • Quick context gathering for debugging, feature scoping, and project exploration

Quick Start

Analyze the user's prompt to identify search targets, then spawn parallel scout agents across directories and collate results.

Frequently Asked Questions about scout

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for files and context across a large codebase?

Search for files and context across a large codebase by spawning parallel scouting agents across directories. The agents coordinate to discover relevant files and aggregate results quickly for feature scoping or debugging.

What is the best way to explore project structure when working with multiple directories?

Exploring project structure across multiple directories is best handled by parallel agent orchestration. Distributed subagents scout the codebase simultaneously, aggregating contextual information to map file relationships efficiently.

Can I use external agents like Gemini or OpenCode for codebase discovery?

You can use external agents like Gemini and OpenCode for codebase discovery alongside internal Explore agents. The system coordinates these distributed subagents to perform parallel file discovery and context gathering.

Do I need specific configuration to run parallel codebase scouting?

You need a configuration file located at .claude/.ck.json to run parallel codebase scouting. The system reads this configuration to manage distributed subagents and enforce a 3-minute per-agent timeout during execution.

What are the limitations of using parallel agents for codebase search?

A limitation of using parallel agents for codebase search is the strict 3-minute per-agent timeout. If an agent exceeds this limit during file discovery, its process is terminated to maintain overall system efficiency.

When do I need parallel codebase scouting for debugging sessions?

You need parallel codebase scouting for debugging sessions when you must quickly map file relationships across multiple directories. The Scout Skill coordinates distributed agents to gather contextual information rapidly, reducing search time.