file-read-cache
CommunityAvoid redundant file reads.
AuthorViperJuice
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the common anti-pattern of repeatedly reading the same file content within a coding session, which wastes tool calls and context window space.
Core Features & Use Cases
- Intelligent File Reading: Instructs the AI to track previously read files and their modification status.
- Context Optimization: Prevents unnecessary
readoperations when content is already known or unchanged. - Use Case: When working on a large codebase, this Skill ensures that configuration files like
package.jsonor utility files are read only once, even if referenced multiple times across different tasks.
Quick Start
Before reading any file, check if its content is already known and unchanged.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: file-read-cache Download link: https://github.com/ViperJuice/dotfiles/archive/main.zip#file-read-cache Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.