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

  1. Decide between Store and LazyStore based on load timing
  2. Define the storage file location and schema
  3. Restrict access via capabilities and scope
  4. Validate persistence lifecycle and error handling
Related skills
Installs
1
GitHub Stars
1
First Seen
Mar 20, 2026