From partme-ai-full-stack-skills
Routes Tauri v2 requests to specialized sub-skills covering Rust backend, frontend integration, plugins, setup, IPC, system APIs, data handling, UI, with local examples and templates.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
Use this skill as the **primary entry point** for any Tauri-related request. It routes to specific sub-skills.
LICENSE.txtapi/commands-api.mdapi/config-api.mdapi/events-api.mdapi/filesystem-api.mdapi/tauri-api.mdapi/window-api.mdexamples/guide/architecture.mdexamples/guide/backend.mdexamples/guide/build.mdexamples/guide/commands.mdexamples/guide/configuration.mdexamples/guide/events.mdexamples/guide/filesystem.mdexamples/guide/frontend.mdexamples/guide/window.mdexamples/reference/cli.mdexamples/reference/config.mdexamples/start/installation.mdexamples/start/intro.mdCreates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Use this skill as the primary entry point for any Tauri-related request. It routes to specific sub-skills.
Use when:
examples/ and templates/ directories for offline-ready guidancePlanning & Architecture
tauri-app-planning: Requirements analysis, plugin selection, architecture designtauri-concept: Process model, IPC isolation, brownfield patternsSetup & Scaffolding
tauri-setup: Prerequisites and environment setuptauri-scaffold: Project creation with create-tauri-apptauri-app-creator: New project bootstrap and first-run verificationtauri-config: tauri.conf.json structure and CSPtauri-app-frontend-selection: Frontend framework choice and static exportDevelopment & Build
tauri-app-develop: Dev workflow, debugging, testingtauri-build: Production builds, signing, distributiontauri-mobile: Android and iOS developmenttauri-ipc: Frontend-to-Rust invoke calls and type-safe bindingstauri-app-wasm: Rust-compiled WASM in the frontendSystem Integration
tauri-app-shell: System command executiontauri-app-os-info: OS version, arch, localetauri-app-clipboard: Copy/paste operationstauri-app-dialog: File pickers and native dialogstauri-app-notification: System notificationstauri-app-global-shortcut: System-wide keyboard shortcutstauri-app-autostart: Launch on system logintauri-app-biometric: TouchID/FaceID authenticationtauri-app-opener: Open URLs/files in default appstauri-app-deep-linking: Custom URL scheme handlingtauri-app-geolocation: GPS and location accesstauri-app-haptics: Mobile tactile feedbacktauri-app-barcode-scanner: QR/barcode scanningtauri-app-nfc: NFC tag read/writeData & Networking
tauri-app-http-client: CORS-free HTTP requeststauri-app-websocket: WebSocket connectionstauri-app-upload: File upload with progresstauri-app-sql: SQLite/MySQL/PostgreSQL accesstauri-app-store: Key-value persistencetauri-app-stronghold: Encrypted secret storagetauri-app-file-system: Scoped file read/writeWindow & UI
tauri-window: Window creation and custom titlebartauri-app-window-menu: Native menus and shortcutstauri-app-system-tray: Tray icon and menutauri-app-window-state: Persist window size/positiontauri-app-positioner: Tray/window positioningtauri-app-single-instance: Prevent duplicate instancestauri-app-splashscreen: Loading screen at startupSecurity
tauri-security: Capabilities and ACL configurationtauri-framework-security: Security hardening and audittauri-app-plugin-permissions: Plugin permission authoringtauri-app-persisted-scope: Cross-session scope persistenceMigration
tauri-framework-upgrade: v1 to v2 migrationTauri, tauri v2, rust, desktop app, mobile app, plugins, capabilities, permissions