Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

content-hash-cache-pattern

Cache expensive file processing results using SHA-256 content hashes instead of file paths.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill content-hash-cache-pattern
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, content-hash-cache-pattern has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/content-hash-cache-pattern.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Cache expensive file processing results using SHA-256 content hashes instead of file paths. 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.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

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 using SHA-256 content hashes instead of file paths.

Is content-hash-cache-pattern good?

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

Which AI agents support content-hash-cache-pattern?

content-hash-cache-pattern currently lists compatibility with Claude Code, Skills CLI.

Is content-hash-cache-pattern safe to install?

content-hash-cache-pattern has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

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

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

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

Run the following command to 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