| name | context-scout |
| description | Find and read CONTEXT.md files relevant to a path or set of paths |
Context Scout
Find and read CONTEXT.md files that apply to the paths you're working with.
Instructions
- Run the locate script with the paths you're working with:
.opencode/skills/context-scout/scripts/locate-context.sh <path1> [path2] [path3] ...
- Read each
CONTEXT.md file returned
- Return the contents with their paths
Output Format
## CONTEXT.md Files Found
### <path/to/CONTEXT.md>
<file contents>
### <another/CONTEXT.md>
<file contents>
If no CONTEXT.md files are found, report that clearly.