implement-caching-strategy

Design and implement caching solutions

Content Preview
# Implement Caching Strategy

Design and implement caching solutions

## Instructions

1. **Caching Strategy Analysis**
   - Analyze application architecture and identify caching opportunities
   - Assess current performance bottlenecks and data access patterns
   - Define caching requirements (TTL, invalidation, consistency)
   - Plan multi-layer caching architecture (browser, CDN, application, database)
   - Evaluate caching technologies and storage solutions

2. **Browser and Client-Side Cach
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/implement-caching-strategy.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/performance/implement-caching-strategy.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/performance/implement-caching-strategy.md

Related Skills