From tauri
Package, sign, notarize, update, release, or validate Tauri 2 desktop/mobile builds, including bundle targets, updater signatures, macOS/Windows/Linux distribution, Android/iOS setup, CI release checks, and store-readiness planning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tauri:tauri-distribution-mobileThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for release-facing Tauri 2 work: `tauri build`, installers,
Use this skill for release-facing Tauri 2 work: tauri build, installers,
updater, code signing, notarization, mobile targets, CI release workflows, and
store-readiness checks.
Do not run or mutate these without explicit user approval:
Never print or commit secrets, certificates, private keys, provisioning
profiles, .env values, or updater private keys.
Before packaging, verify:
productName, identifier, version, icons, bundle targets;build.frontendDist contains built static assets;Common local build forms:
pnpm tauri build
npm run tauri build
yarn tauri build
bun tauri build
deno task tauri build
cargo tauri build
Use project-local scripts.
Tauri updater requires signed updates. When enabling it:
Android checks:
tauri android init.iOS checks:
For release work, report exact artifact paths, signing/notarization status, updater signature status, target platforms, and which launch/build checks were actually run.
npx claudepluginhub xopoko/plug-n-skills --plugin tauriGuides test-driven development for Django applications using pytest-django, factory_boy, and Django REST Framework. Covers red-green-refactor workflow, conftest fixtures, and coverage reporting.