tauri-app-deep-linking
Installation
SKILL.md
When to use this skill
ALWAYS use this skill when the user mentions:
- Deep links or custom URL schemes / 深链或自定义 URL Scheme
- Routing external URLs to the app / 外部 URL 路由到应用
- Secure handling for external input / 外部输入安全处理
Trigger phrases include:
- "deep link", "url scheme", "app link", "routing"
- "深链", "URL Scheme", "应用链接", "路由"
How to use this skill
- Define supported schemes and link patterns
- Configure deep-linking plugin and OS registration
- Validate and sanitize all external link payloads
- Route parameters to frontend with single-instance support