What problem does it solve?
This Skill helps you work safely and efficiently on Tauri v2 desktop and mobile apps by organizing the right checks, permissions, and Rust/frontend conventions for common app changes and debugging.
Core Features & Use Cases
- Command and IPC work: Add or modify Rust commands, owned IPC types, and frontend invoke calls with matching names and casing.
- Plugin and permission setup: Register plugins, assign the narrowest matching capability permissions, and diagnose permission-denied failures.
- Desktop debugging and validation: Investigate app startup, dev server state, DevTools, CDP attach on Windows, and fallback instrumentation.
- Use Case: You are adding a new Rust command to a Tauri app and need to update the handler, verify serialization, confirm permissions, and run the right checks without breaking the shell.
Quick Start
Use the tauri skill to inspect this app’s Tauri configuration, identify the relevant command or plugin change, and tell me the exact edits and validation steps I should apply.