mobile-local-storage
Installation
SKILL.md
Mobile Local Storage
Trigger
Use this skill when the user:
- Needs to persist data locally on the device
- Asks about offline storage or caching
- Wants to store auth tokens securely
- Needs a local database (SQLite)
- Mentions "storage", "AsyncStorage", "SQLite", "SecureStore", "MMKV", "offline", or "cache"
Required Inputs
- Data type: key-value settings, structured/relational data, sensitive tokens, or large binary blobs
- Access pattern: async is fine vs needs synchronous reads
- Security level: public data, private data, or sensitive (tokens, keys)