tauri-v2-best-practices
Installation
SKILL.md
When to use
Use this skills whenever you are dealing with Tauri v2 code to obtain the domain-specific knowledge.
How to use
Read individual rule files for detailed explanations and code examples:
Core Architecture
- rules/project-structure.md - Tauri v2 project structure and file organization
- rules/commands.md - Frontend-Backend communication (Commands and Events)
- rules/configuration.md - tauri.conf.json configuration guide
Window Management
- rules/window-management.md - Window creation, management, and control
- rules/window-customization.md - Custom window styles (transparent, frameless, rounded corners)