ck:scout

Coordinate parallel Explore and Bash scouts to locate relevant codebase files.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/DatTran26/KienTruThiHanh --skill ck-scout-dattran26
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ck:scout
Source: https://github.com/DatTran26/KienTruThiHanh/tree/main/.agents/skills/scout
Command: npx skills add https://github.com/DatTran26/KienTruThiHanh --skill ck-scout-dattran26

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Fast codebase scouting using parallel agents to find files needed for tasks.

Core Features & Use Cases

  • Parallel internal (Explore) and external (Gemini/OpenCode) scouts to quickly discover relevant files across directories.
  • Provide task context and structure awareness to speed debugging and onboarding.
  • Easy to integrate into workflows to understand project layout and file relationships quickly.

Quick Start

Analyze a user prompt, identify search targets, and spawn parallel scouts across directories to gather results.

Frequently Asked Questions about ck:scout

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

FAQPage Schema
How do I search a large codebase to find relevant files for a specific task?▼

Parallel scout agents split the codebase into non-overlapping scopes to quickly discover and locate relevant files for your specific task context, returning a concise report of the findings.

What is the best way to automate file discovery across multiple project directories?▼

Coordinating internal Explore and external Bash scouts in parallel automates file discovery across project directories, accelerating the process while strictly honoring a 3-minute per-agent timeout.

Does parallel codebase scouting work for understanding project layout during onboarding?▼

Yes, parallel codebase scouting works for onboarding by providing task context and structure awareness, allowing new developers to quickly understand project layout and file relationships across directories.

How do I integrate parallel file search into my debugging workflow?▼

You integrate parallel file search into debugging by analyzing a prompt to identify search targets, then spawning scouts across directories to gather structural context and return a concise report of discovered files.

What are the limitations of using parallel scouts for task context gathering?▼

A key limitation is the 3-minute per-agent timeout, meaning if a scout takes longer to explore a non-overlapping scope, it will time out, potentially missing files in highly complex or deeply nested directories.