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
Related skills
More from partme-ai/tauri-skills
tauri
Comprehensive index for Tauri framework development, including Rust backend, frontend integration, and full plugin ecosystem. Acts as a router to specialized sub-skills with local examples and templates.
1tauri-app-positioner
Guidance for Tauri v2 positioner plugin with multi-display alignment strategies.
1tauri-app-nfc
Guidance for Tauri v2 NFC plugin with session handling and data validation.
1tauri-build
Guidance for Tauri v2 production builds, signing, and distribution artifacts.
1tauri-app-shell
Guidance for Tauri v2 shell plugin with secure command execution and open behavior.
1tauri-app-wasm
Guidance for running Rust-compiled WASM in the Tauri v2 frontend.
1