Provides comprehensive guidance for Tauri framework including Rust backend, frontend integration, window management, and desktop app development. Use when the user asks about Tauri, needs to create Tauri applications, implement Tauri features, or build lightweight desktop apps.
View on GitHubpartme-ai/full-stack-skills
development-skills-utils
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/partme-ai/full-stack-skills/blob/main/skills/tauri/SKILL.md -a claude-code --skill tauriInstallation paths:
.claude/skills/tauri/## When to use this skill Use this skill whenever the user wants to: - Install and set up Tauri in a project - Create desktop applications with Tauri - Use Tauri CLI commands - Configure Tauri applications - Handle frontend-backend communication - Use Tauri APIs - Build and package Tauri applications - Troubleshoot Tauri issues ## How to use this skill This skill is organized to match the Tauri official documentation structure (https://v2.tauri.org.cn/, https://v2.tauri.org.cn/start/, https://v2.tauri.org.cn/reference/cli/). When working with Tauri: 1. **Identify the topic** from the user's request: - Installation/安装 → `examples/start/installation.md` - Quick Start/快速开始 → `examples/start/quick-start.md` - Guide/使用指南 → `examples/guide/` - CLI/命令行 → `examples/reference/cli.md` - API/API 文档 → `api/` 2. **Load the appropriate example file** from the `examples/` directory: **Start (快速开始)**: - `examples/start/intro.md` - Introduction to Tauri - `examples/start/installation.md` - Installation guide - `examples/start/quick-start.md` - Quick start guide - `examples/start/prerequisites.md` - Prerequisites **Guide (使用指南)**: - `examples/guide/architecture.md` - Architecture - `examples/guide/frontend.md` - Frontend setup - `examples/guide/backend.md` - Backend (Rust) - `examples/guide/commands.md` - Commands - `examples/guide/events.md` - Events - `examples/guide/window.md` - Window management - `examples/guide/filesystem.md` - File system - `examples/guide/configuration.md` - Configuration - `examples/guide/build.md` - Build and package **Reference (参考)**: - `examples/reference/cli.md` - CLI commands - `examples/reference/config.md` - Configuration reference 3. **Follow the specific instructions** in that example file for syntax, structure, and best practices **Important Notes**: - Tauri uses Web frontend and Rust backend - Frontend can be any web framework - Backend is written in Rust