data-storage
Installation
SKILL.md
Frontend Data Storage Skill
Implement client-side data storage using localStorage, IndexedDB, or SQLite WASM for offline-capable web applications.
When to Use
- Storing user preferences and settings
- Caching API responses
- Implementing offline-first applications
- Managing large client-side datasets
- Syncing data between sessions