tauri-app-single-instance

Installation
SKILL.md

When to use this skill

ALWAYS use this skill when the user mentions:

  • Preventing multiple app instances from running
  • Handling second-launch arguments or deep links
  • Focusing the existing window when re-launched

Trigger phrases include:

  • "single instance", "prevent duplicate", "second launch", "one instance only"

How to use this skill

  1. Install the single-instance plugin:
    cargo add tauri-plugin-single-instance
    
  2. Register the plugin in your Tauri builder with a callback:
Related skills

More from partme-ai/full-stack-skills

Installs
6
GitHub Stars
379
First Seen
Mar 25, 2026