From tauri
Start, inspect, scaffold, migrate, or orient Tauri 2 projects. Use when a task mentions creating a Tauri app, adding Tauri to an existing frontend, src-tauri project structure, package-manager selection, framework selection, Tauri 1 to 2 migration, or "what shape is this Tauri repo in?"
How this skill is triggered — by the user, by Claude, or both
Slash command
/tauri:tauri-projectsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for the first pass on any Tauri 2 repository or for creating and
Use this skill for the first pass on any Tauri 2 repository or for creating and migrating projects.
python3 ../../scripts/tauri_project_probe.py .
Resolve the script path relative to this skill folder if the current working directory is not inside the plugin.
package.json, lockfiles, src-tauri/Cargo.toml,
src-tauri/tauri.conf.*, src-tauri/capabilities/*, and
src-tauri/src/lib.rs before editing.pnpm create tauri-app@2,
npm create tauri-app@2, or cargo create-tauri-app; choose based on the
repo/team convention.curl | sh as the default.build.devUrl, build.frontendDist, beforeDevCommand, and
beforeBuildCommand with the framework.frontendDist points to generated static assets.For Tauri 1 or Tauri 2 beta migration, check current official Tauri docs before editing. Pay close attention to:
core:* permissions;@tauri-apps/api import paths;src/lib.rs mobile entry point and desktop main.rs split;Use commands from the repo, not templates. Common checks:
cargo check --manifest-path src-tauri/Cargo.toml
cargo test --manifest-path src-tauri/Cargo.toml
pnpm tauri dev
pnpm tauri build
Use npm, yarn, bun, deno, or cargo tauri equivalents when the probe
shows those are local conventions.
npx claudepluginhub xopoko/plug-n-skills --plugin tauriProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.