What problem does it solve?
This Skill removes the friction from setting up a Tauri 2 desktop app with Svelte 5 on Linux ARM64 by guiding you through the required system packages, project scaffolding, and verification steps.
Core Features & Use Cases
- Environment Preparation: Installs Rust and the Linux webkit2gtk dependencies needed for Tauri 2 builds.
- Project Scaffolding: Creates a fresh Tauri + Svelte TypeScript app with the expected package manager and structure.
- Verification and Workflow Tips: Validates the app with svelte-check and shares practical Git and troubleshooting guidance for desktop app development.
- Use Case: Start a new cross-platform desktop app on an ARM64 Linux machine and confirm it is ready for iterative development without getting blocked by missing system libraries or incorrect build commands.
Quick Start
Use the tauri-svelte-setup skill to scaffold a new Tauri 2 + Svelte 5 app on Linux ARM64, install the required dependencies, and verify the project with svelte-check.