What problem does it solve?
This Skill provides essential context about a codebase by scanning its structure, identifying patterns, mapping dependencies, and detecting conventions, all without modifying any files.
Core Features & Use Cases
- Codebase Mapping: Understand project layout, identify framework, and map module dependencies.
- Targeted Search: Quickly find relevant files, patterns, and existing implementations within the codebase.
- Convention Detection: Identify coding standards, test frameworks, and configuration files.
- Use Case: Before refactoring a module, use Scout to understand its dependencies and identify all files that import it, ensuring no unintended side effects.
Quick Start
Use the scout skill to scan the project structure and identify all Node.js related files.