tauri
Installation
SKILL.md
When to use this skill
Use this skill as the primary entry point for any Tauri-related request. It serves as a "Total Index" (like nvm) that routes you to specific sub-skills.
Why?
- Token Efficiency: Each sub-skill contains local
examples/andtemplates/directories, providing detailed, offline-ready documentation without expensive network searches. - Tauri v2 Ready: All sub-skills are updated for Tauri v2.0+ (plugins, capabilities, permissions).
How to use this skill
- Identify Intent: Determine if the user needs setup, specific plugin functionality (FS, Dialog, SQL), or core app configuration.
- Route: Invoke the specific sub-skill listed below.
- Explore: Inside the sub-skill, use
examples/usage.mdfor step-by-step guides andtemplates/capabilities.jsonfor permission configs.
Sub-skill Map
Planning & Architecture
tauri-app-planning: START HERE. Requirement analysis, plugin selection, architecture design, and Todo list generation. Includes orchestration patterns.