skills/tauri/SKILL.md
Build lightweight, secure desktop and mobile applications with web frontends and Rust backends using Tauri v2. MANDATORY TRIGGERS: Tauri, tauri, tauri v2, tauri::command, tauri.conf.json, @tauri-apps/api, tauri-apps, WebviewWindow, IPC bridge, Tauri plugins, Tauri permissions, Tauri capabilities. Also trigger when building cross-platform desktop apps with web technologies, creating Rust-backed desktop/mobile apps, migrating from Electron to Tauri, configuring Tauri security permissions, developing Tauri plugins, or shipping apps for Windows/macOS/Linux/iOS/Android from a single codebase. When in doubt about whether to use this skill for desktop app or Tauri tasks, use it.
npx skillsauth add abhisheksharma-17/skills-graph tauriInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Cross-platform desktop & mobile apps with web frontends — v2.9.x | Docs | GitHub | Plugins
| File | Read When |
|:-----|:----------|
| references/00-overview.md | Starting with Tauri, installation, project structure, dev workflow, Electron comparison |
| references/01-architecture.md | Understanding process model, webview, Rust core, IPC bridge, trust boundaries |
| references/02-commands.md | Defining #[tauri::command] handlers, async commands, return types, error handling |
| references/03-events.md | Fire-and-forget event system, emit/listen, frontend-backend messaging, channels |
| references/04-state-management.md | Managed state, AppHandle, cross-command sharing, Store plugin, multi-window sync |
| references/05-security-model.md | Permissions, capabilities, ACL system, CSP, scopes, remote URL access |
| references/06-plugins.md | Official plugins catalog, installing plugins, developing custom plugins |
| references/07-window-management.md | Multi-window, WebviewWindow API, system tray, menus, window configuration |
| references/08-mobile-development.md | iOS/Android targets, Swift/Kotlin bindings, prerequisites, mobile dev workflow |
| references/09-configuration.md | tauri.conf.json schema, Cargo.toml, build config, environment variables |
| references/10-distribution.md | Building, bundling, code signing, auto-updater, platform-specific packaging |
| references/11-frontend-integration.md | React/Vue/Svelte setup, @tauri-apps/api, dev server, type-safe bindings |
| references/12-debugging-testing.md | DevTools, debug builds, logging, Rust backtraces, testing patterns |
# Prerequisites: Rust, Node.js, platform-specific deps
# Create a new Tauri project
npm create tauri-app@latest
# Dev mode (hot-reload frontend + Rust backend)
npm run tauri dev
# Build for production
npm run tauri build
development
AI developer platform for experiment tracking, LLM observability, hyperparameter sweeps, artifact versioning, and model registry. MANDATORY TRIGGERS: wandb, weights and biases, weights & biases, W&B, weave, wandb.init, wandb.log. Also trigger when the user wants to track ML experiments, log training metrics, tune hyperparameters with sweeps, version datasets or models, trace LLM calls, evaluate LLM applications, or monitor AI agents. When in doubt about whether to use this skill for ML experiment tracking or LLM observability tasks, use it.
tools
Data transformation with dbt (data build tool) — SQL-based modeling, testing, documentation, incremental builds, Jinja macros, snapshots, semantic layer, and deployment. MANDATORY TRIGGERS: dbt, data build tool, dbt-core, dbt Cloud, dbt run, dbt build, dbt test. Also trigger when the user wants to build SQL transformation pipelines, define data models with refs, write data quality tests, create incremental models, use Jinja macros in SQL, manage data warehouse transformations, or set up analytics engineering workflows. When in doubt about whether to use this skill for data transformation tasks, use it.
tools
Open-source AI-native vector database for semantic search, hybrid search, RAG, and agent-driven workflows with multi-tenancy and model provider integrations. MANDATORY TRIGGERS: weaviate, Weaviate, weaviate-client, near_text, near_vector, hybrid search vector database, WeaviateClient, weaviate.connect, collections.create, query.near_text, query.hybrid, query.bm25. Also trigger when user wants to build semantic search, store vector embeddings, implement RAG pipelines, combine keyword and vector search, set up multi-tenant vector storage, use named vectors, or integrate vector DB with LLM providers. When in doubt about whether to use this skill for vector database or semantic search tasks, use it.
tools
End-to-end testing and browser automation framework by Microsoft — locators, assertions, fixtures, network mocking, visual testing, tracing, codegen, API testing, and CI/CD integration. MANDATORY TRIGGERS: playwright, Playwright, @playwright/test, page.goto, page.click, page.locator, getByRole, getByText, getByTestId, expect(page), toHaveScreenshot, playwright.config, npx playwright. Also trigger when user wants to write E2E tests, automate browser interactions, test across Chromium/Firefox/WebKit, mock network requests in tests, do visual regression testing, generate tests with codegen, or set up CI test pipelines. When in doubt about whether to use this skill for browser testing or E2E automation tasks, use it.