Implement client-side storage patterns using localStorage, sessionStorage, or IndexedDB. Use for persisting user preferences, caching data, handling storage quota, and migrating stored data schemas.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Implement client-side storage patterns using localStorage, sessionStorage, or IndexedDB. Use for persisting user preferences, caching data, handling storage quota, and migrating stored data schemas.
Client Storage
When to Use This Skill
Use when you need to:
Persist data in the browser (preferences, cache, state)
Handle storage quota limits and errors
Migrate data between schema versions
Choose between localStorage, sessionStorage, or IndexedDB