Add Caching banner
Ashikparvez89 Ashikparvez89

Add Caching

Development community

Description

Implement comprehensive caching strategy across the application. Configure CDN caching headers in staticwebapp.config.json or Railway configuration. Set cache-control headers for static assets (immutable for hashed files). Implement static generation with revalidation using Next.js ISR. Add client-side caching with SWR or React Query for API responses. Configure stale-while-revalidate patterns. Implement service worker for offline support and asset caching. Add cache versioning strategy. Documen

Installation

Installs to ~/.claude/skills/ashikparvez89-larouex-fullstack-plugin-add-caching/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ashikparvez89-larouex-fullstack-plugin-add-caching && curl -fsSL https://raw.githubusercontent.com/Ashikparvez89/larouex-fullstack-plugin/HEAD/commands/add-caching.md -o ~/.claude/skills/ashikparvez89-larouex-fullstack-plugin-add-caching/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository