What problem does it solve? Developers building cross-platform desktop and mobile apps with Tauri v2 often struggle to find the right plugin, permission configuration, or API pattern without searching scattered online documentation. This Skill acts as a central index that routes any Tauri-related request to the correct specialized sub-skill with local, offline-ready examples and templates. ## Core Features & Use Cases - Sub-skill Routing: Maps user intent to 25+ specialized sub-skills covering setup, window management, system tray, dialogs, SQL, HTTP, WebSocket, updater, deep linking, and mobile development. - Local Examples & Templates: Provides offline guides for architecture, commands, events, filesystem, configuration, and CLI usage, plus templates for tauri.conf.json, commands, events, and windows. - Tauri v2 Ready: All content targets Tauri 2.0+ including the capabilities and permissions model, with Chinese-language documentation support. - Use Case: When asked to add a system tray icon to a Tauri app, the Skill routes to tauri-app-system-tray, whose local examples and capability templates show the exact plugin setup and permission JSON. ## Quick Start Ask the assistant to help with any Tauri task, such as setting up a new Tauri v2 project or adding a specific plugin like notifications or SQL, and it will route to the right sub-skill.