launch

Launch a Tauri desktop application and return its process ID for subsequent operations

Content Preview
---
name: rust:tauri:launch
description: Launch a Tauri desktop application and return its process ID for subsequent operations
allowed-tools: mcp__tauri-mcp__launch_app, mcp__tauri-mcp__get_app_logs, mcp__tauri-mcp__get_window_info, Bash, Read
author: Quintin Henry (https://github.com/qdhenry/)
---

<objective>
Launch a Tauri desktop application and prepare it for interaction. Returns the process ID needed for all subsequent tauri commands.
</objective>

<context>
Project Tauri app location: !`
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/launch.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/rust/tauri/launch.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/rust/tauri/launch.md

Related Skills