cache-strategy
Installation
SKILL.md
Cache Strategy Implementation
I'll analyze your application and implement appropriate caching strategies to improve performance and reduce server load.
Arguments: $ARGUMENTS - cache type focus (e.g., "http", "service-worker", "redis", "browser")
Strategic Planning Process
- Application Analysis
- What type of application? (SPA, MPA, API, static site)
- What data changes frequently vs. rarely?
- What's cached currently, if anything?
- Client-side, server-side, or both?
- CDN usage and configuration