adding-tauri-splashscreen

Installation
SKILL.md

Tauri Splashscreen Implementation

This skill covers implementing splash screens in Tauri v2 applications. A splash screen displays during application startup while the main window loads and initializes.

Overview

The splash screen pattern involves:

  1. Showing a splash window immediately on launch
  2. Hiding the main window until ready
  3. Performing initialization tasks (frontend and backend)
  4. Closing splash and showing main window when complete

Configuration

Window Configuration

Configure both windows in tauri.conf.json:

Installs
74
GitHub Stars
23
First Seen
Jan 24, 2026
adding-tauri-splashscreen — dchuk/claude-code-tauri-skills