scout

Search codebases and the internet for relevant files and documentation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rdfitted/Claude-Code-Setup --skill scout-rdfitted
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scout
Source: https://github.com/rdfitted/Claude-Code-Setup/tree/main/.codex/skills/scout
Command: npx skills add https://github.com/rdfitted/Claude-Code-Setup --skill scout-rdfitted

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find relevant files and documentation within a codebase, saving you time when you need to understand where to work or locate specific information.

Core Features & Use Cases

  • Codebase Search: Identifies files related to a given query, providing file paths and line ranges.
  • Documentation Search: Finds official documentation, tutorials, and code examples online.
  • Contextual Understanding: Gathers relevant context to aid in development tasks.
  • Use Case: When asked to "implement the user authentication feature," this Skill can locate all files related to user models, auth controllers, and relevant security documentation.

Quick Start

Use the scout skill to find files related to the 'database connection' query.

Frequently Asked Questions about scout

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

FAQPage Schema
How do I find relevant files and documentation within a codebase?

To find relevant files and documentation within a codebase, use context gathering tools to search for specific queries, which returns exact file paths and line ranges for immediate development context.

What is the best way to search for code related to a specific feature implementation?

The best way to search for code related to a specific feature implementation is querying the codebase with your feature description to instantly locate associated files, models, and controllers.

Can I use code search to gather external documentation and tutorials?

Yes, code search can gather external documentation and tutorials by simultaneously querying the internet for official documentation, code examples, and relevant technical resources.

Does context gathering provide specific file locations for codebase navigation?

Context gathering provides specific file locations for codebase navigation by analyzing your query and returning exact file paths alongside relevant line ranges to streamline development tasks.

How do I locate all files related to a database connection query?

To locate all files related to a database connection query, perform a codebase search using your connection terms to instantly identify relevant file paths and contextual line ranges.