tauri

Organize Tauri development patterns for desktop and mobile apps.

6|2|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/acaprino/claude-code-daodan --skill tauri-acaprino
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tauri
Source: https://github.com/acaprino/claude-code-daodan/tree/main/plugins/tauri-development/skills/tauri
Command: npx skills add https://github.com/acaprino/claude-code-daodan --skill tauri-acaprino

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provide a centralized knowledge base of Tauri development patterns for desktop and mobile.

Core Features & Use Cases

  • Core patterns for Rust backend integration, invoke, channels, events, and state management across desktop and mobile apps.
  • Reference guidance for window management, deep-link/OAuth flows, and cross-platform toolchains (setup, CI/CD, and testing).
  • Use Case: A team wants a quick reference while scaffolding a new Tauri project.

Quick Start

Explore the references in the repository to begin building cross-platform Tauri apps.

Frequently Asked Questions about tauri

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage state and events in a cross-platform Tauri app?

Tauri state management and event handling rely on Rust backend integration patterns for desktop and mobile. You can use core invoke, channels, and events to maintain synchronized application state across platforms.

What's the best way to handle window management and deep-link OAuth flows in Tauri?

Tauri provides reference guidance for window management and deep-link OAuth flows to handle cross-platform authentication. These patterns ensure consistent routing and window behavior across desktop and mobile builds.

How do I set up CI/CD and testing for a Tauri project?

Cross-platform toolchain patterns for Tauri include setup, CI/CD, and testing configurations. These references help teams validate safety and scaffold new Tauri projects with automated pipelines.

Does Tauri support both desktop and mobile environments with the same codebase?

Tauri supports cross-platform development for both desktop and mobile environments. It provides a centralized knowledge base of core patterns to integrate Rust backends across different platforms.

Why do I need a centralized knowledge base for Tauri development patterns?

A centralized knowledge base provides quick access to Tauri core patterns, best practices, and troubleshooting. It enforces a metadata schema and validates safety for teams scaffolding new cross-platform projects.