tauri

Installation
SKILL.md

Tauri

Use this skill for Tauri v2+ apps with a web frontend and Rust backend. Prefer the project's existing conventions, then steer with four leading words: owned IPC, capabilities-first, evidence ladder, and layered checks.

First Checks

  1. Inspect src-tauri/tauri.conf.json, src-tauri/Cargo.toml, src-tauri/src/lib.rs, src-tauri/src/main.rs, and src-tauri/capabilities/*.json.
  2. Identify the project's existing command runner and dev/build commands from lockfiles, package.json, scripts, and build.beforeDevCommand.
  3. Note whether the app targets desktop only or mobile too. Mobile-compatible apps need the lib.rs entry point shape and platform guards.
  4. If debugging a running app, read debugging.md before launching anything.
Installs
17
GitHub Stars
2
First Seen
Jun 1, 2026
tauri — firzus/agent-skills