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.
Related skills
More from partme-ai/tauri-skills
tauri-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-store
Guidance for Tauri v2 store plugin with key-value persistence and lazy loading.
1tauri-app-wasm
Guidance for running Rust-compiled WASM in the Tauri v2 frontend.
1