name: tauri-app-notification description: Guidance for Tauri v2 notification plugin with permission flow and click handling. license: Complete terms in LICENSE.txt
When to use this skill
ALWAYS use this skill when the user mentions:
- System notifications / 系统通知
- Notification permissions or callbacks / 通知权限或回调
- Deep-linking from notifications / 通知触发深链
Trigger phrases include:
- "notification", "system alerts", "permission", "callback"
- "通知", "系统提醒", "权限", "回调"
How to use this skill
- Define notification types and user flows
- Configure notification plugin capabilities
- Handle permission requests and click callbacks
- Map notification clicks to app routes safely
Outputs
- Notification flow plan / 通知流程方案
- Permission and click handling checklist / 权限与点击处理清单
Scope
- Boundary: Notification plugin usage only
- Key points: Permissions and click handling
References
Keywords
tauri notification, system alerts, permissions, callbacks