batch-read
Installation
SKILL.md
Batch Read Skill
Purpose: Find files matching a pattern and read them in a single atomic operation, reducing LLM round-trips from 1+N to 2-3.
Performance: 50-70% faster for reading 3+ files during codebase exploration
When to Use This Skill
Use batch-read When:
- Exploring codebase to understand how a feature works
- Finding examples of a pattern across multiple files
- Gathering context for a code change
- Reviewing implementations of similar functionality
- Understanding usage of a particular API or method
- Reading related configuration files
- Collecting test examples from multiple test files