affaan-m/ECC

content-hash-cache-pattern

Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.

2.4K installs 246K starsUpdated Sep 3, 2026License: MIT

Install

npx skills add affaan-m/ECC@content-hash-cache-pattern

Runs in your terminal. Adds the skill globally for Claude Code, Cursor, Codex and others; add -g -y to skip prompts.

What it does

Content-Hash File Cache Pattern 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. When to Activate - Building file processing pipelines (PDF, images, text extraction) - Processing cost is high and same files are processed repeatedly - Need a --cache/--no-cache CLI option - Want to add caching to existing pure functions without modifying them Core Pattern 1. Content-Hash-Based Cache Key Use file content…

Excerpt from the skill's own SKILL.md. Read the full file on GitHub before installing: skills run with your agent's permissions.

View source on GitHub

Before you install

Skills are plain text instructions the agent follows, sometimes with scripts. Check the source, prefer repositories with many installs and stars, and read any script it ships.

Categories

Related skills

  • backend-patterns

    affaan-m/ECC

    Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. Use when building or reviewing Node.js, Express, or Next.js API routes and their data access.

    3.3K installs 246KDesign & UIReact & Next.jsSecurity
  • frontend-patterns

    affaan-m/ECC

    Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices. Use when building or reviewing React or Next.js components, state, or render performance.

    3.3K installs 246KDesign & UIReact & Next.jsData
  • security-review

    affaan-m/ECC

    Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

    3.3K installs 246KSecurityDataCode review
  • coding-standards

    affaan-m/ECC

    Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns. Use when reviewing code quality or naming with no framework-specific skill that applies.

    3.1K installs 246KDesign & UIReact & Next.jsCode review
  • docker-patterns

    affaan-m/ECC

    >

    3.1K installs 246KSecurityDeploy & DevOpsCode review
  • frontend-slides

    affaan-m/ECC

    Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

    3.1K installs 246KDesign & UIAnimationOffice documents

Search skills

/skills/affaan-m/ECC/content-hash-cache-pattern/