large-file-reader
Installation
SKILL.md
Large File Reader
A comprehensive guide for efficiently reading and analyzing large files without exhausting context windows.
Core Strategy
- Never read entire large files - Always use targeted extraction
- Index before reading - Understand file structure first
- Semantic over literal - Use meaning-based search when possible
- Progressive disclosure - Start broad, narrow down