ck:scout

Identify and extract relevant files and codebase context for development tasks.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/lengo0951/pms --skill ck-scout-lengo0951
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:scout
Source: https://github.com/lengo0951/pms/tree/main/.claude/skills/scout
Command: npx skills add https://github.com/lengo0951/pms --skill ck-scout-lengo0951

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The ck:scout skill solves the problem of efficiently finding files and gathering context within a codebase. It streamlines the process of locating and understanding files needed for various tasks, especially useful for feature development and debugging sessions.

Core Features & Use Cases

  • Parallel Codebase Scouting: Utilizes parallel agents to scan files and directories quickly.
  • Internal & External Scouting: Supports both internal Explore subagents and external Gemini/OpenCode CLI tools.
  • Task Management: Tracks parallel agent execution through Claude Native Tasks.
  • Use Case: For a developer who needs to locate all files related to a specific feature, such as authentication files, the skill can perform a comprehensive search and return a detailed report.

Quick Start

Run the ck:scout skill with the target directory and optional file extension: ck:scout src/

Frequently Asked Questions about ck:scout

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

FAQPage Schema
How do I find relevant files in a large codebase for feature development?

Parallel agents scan your codebase swiftly to identify and extract relevant files and context for development and debugging. This approach tracks execution through native tasks to return detailed reports for feature development and debugging sessions.

How does parallel codebase scouting work for locating files?

Parallel scouting dispatches multiple agents simultaneously to scan files and directories quickly, tracking execution through native tasks. It supports both internal subagents and external CLI tools to gather comprehensive task-specific context.

Can I use external tools like Gemini or OpenCode CLI for codebase exploration?

Yes, codebase exploration supports external Gemini and OpenCode CLI tools alongside internal subagents. This extended functionality allows you to scan files and gather context using your preferred external scouting tools.

What is the best way to search for authentication files across a codebase?

The best way to search for authentication files is running a codebase scouting command with the target directory. It performs a comprehensive search using parallel agents and returns a detailed report of all related files and context.

Do I need to specify file extensions when scouting a directory?

No, specifying file extensions is optional when scouting a directory. You can run the command with just the target directory, and the parallel agents will scan files and extract relevant codebase context for your tasks.