tauri-window

Installation
SKILL.md

When to use this skill

ALWAYS use this skill when the user mentions:

  • Creating or configuring Tauri windows
  • Multi-window patterns or window lifecycle
  • Custom titlebar or frameless window UI

Trigger phrases include:

  • "window", "titlebar", "frameless", "multi-window", "window lifecycle", "new window"

How to use this skill

  1. Configure windows in tauri.conf.json:
    {
      "app": {
        "windows": [
          { "label": "main", "title": "My App", "width": 1024, "height": 768, "decorations": true },
    
Related skills

More from partme-ai/full-stack-skills

Installs
7
GitHub Stars
379
First Seen
Mar 25, 2026