Skip to main content
Back to registry

content-hash-cache-pattern

affaan-m/everything-claude-code

Cache expensive file processing results (PDF parsing, text extraction, image analysis) using SHA-256 content hashes as cache keys. Unlike path-based caching, this approach survives file moves/renames and auto-invalidates when content changes.

Installs611
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill content-hash-cache-pattern
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Cache expensive file processing results (PDF parsing, text extraction, image analysis) using SHA-256 content hashes as cache keys. Unlike path-based caching, this approach survives file moves/renames and auto-invalidates when content changes. Use file content (not path) as the cache key: Why content hash? File rename/move = cache hit. Content change = automatic invalidation. No index file needed. Each cache entry is stored as {hash}.json — O(1) lookup by hash, no index file required. Keep the processing function pure.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does content-hash-cache-pattern do?

Cache expensive file processing results (PDF parsing, text extraction, image analysis) using SHA-256 content hashes as cache keys. Unlike path-based caching, this approach survives file moves/renames and auto-invalidates when content changes.

Is content-hash-cache-pattern good?

content-hash-cache-pattern does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does content-hash-cache-pattern work with?

content-hash-cache-pattern currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to content-hash-cache-pattern?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install content-hash-cache-pattern?

npx skills add https://github.com/affaan-m/everything-claude-code --skill content-hash-cache-pattern

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering