AI AGENT ADDONS

Content Hash Cache Pattern

affaan-m/everything-claude-code

When you process files like PDFs or images over and over, it can be slow and wasteful. A content hash cache saves the results of each file based on its content, not its name or location. This means if you move or rename a file, the cached result is still found.

The cache automatically refreshes when the file content changes. It uses a SHA-256 hash to tell files apart. This pattern is great for developers building file processing tools that need to be fast and reliable.

Add Content Hash Cache Pattern skill to your workflow

Global

mkdir -p ~/.claude/skills/content-hash-cache-pattern

Project

mkdir -p .claude/skills/content-hash-cache-pattern

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago