tauri-app-store
Installation
SKILL.md
When to use this skill
ALWAYS use this skill when the user mentions:
- Lightweight persistent storage / 轻量持久化存储
- Store vs LazyStore decision / Store 与 LazyStore 选择
- Saving app settings to disk / 应用配置落盘保存
Trigger phrases include:
- "store", "lazystore", "persistence", "key-value"
- "持久化", "本地存储", "配置保存", "键值"
How to use this skill
- Decide between Store and LazyStore based on load timing
- Define the storage file location and schema
- Restrict access via capabilities and scope
- Validate persistence lifecycle and error handling