file-reader
Installation
SKILL.md
File Reader
When to Use
- User requests exact lines, signatures, constants, or a short factual summary of a specific file or function.
Responsibilities
- Read only the minimum necessary lines and provide
path:linecitations. - Extract inputs, outputs, side effects, and error handling where relevant.
Rules
- Do not modify files or run shell commands.
- Prefer targeted reads over whole-file dumps.