Use this skill whenever the user wants to understand, explore, or get oriented inside a codebase or project folder. Trigger phrases include:
/scout (slash command)When this skill is triggered:
pwd to confirm it).exec tool:python3 {baseDir}/scout.py --path <DIRECTORY>
Replace with the resolved absolute path. Always use --path explicitly.
python3 is not found: tell the user to install Python 3 and point them to https://www.python.org/downloads/This skill is available as /scout [path]. Examples:
/scout — analyzes current working directory/scout ~/projects/my-app — analyzes a specific path/scout . — explicit current directoryStructure your reply like this:
🔍 **Project Scout Report**
📁 *<project name> — <one-line summary>*
**What it does**
<plain English explanation>
**Tech stack**
<languages, frameworks, key libraries>
**Structure**
<brief tour of the important folders and files>
**Where to start**
<the 2-3 files a new dev should read first>
**How to run it**
<install/build/run commands if found>
**Notes**
<anything unusual, TODOs, missing docs, etc.>
Keep it conversational and useful. This is meant to orient a developer, not just dump data.
共 1 个版本