tauri-app-splashscreen

Installation
SKILL.md

When to use this skill

ALWAYS use this skill when the user mentions:

  • Splashscreen or loading screen at app startup
  • Avoiding white screen flash during initialization
  • Controlling when to hide the splashscreen

Trigger phrases include:

  • "splashscreen", "splash screen", "loading screen", "white screen", "startup screen"

How to use this skill

  1. Configure splashscreen window in tauri.conf.json:
    {
      "app": {
        "windows": [
          { "label": "splashscreen", "url": "splashscreen.html", "width": 400, "height": 300, "decorations": false, "center": true },
    
Related skills

More from partme-ai/full-stack-skills

Installs
6
GitHub Stars
379
First Seen
Mar 25, 2026