
from agent-skills8
Tauri v2 guidance for building small, secure desktop and mobile apps with web frontends and Rust backends — covers IPC, plugins, packaging, signing, and distrib
The Tauri skill documents patterns and best practices for building desktop and mobile applications using web UIs and Rust backends with Tauri v2. It explains IPC/command wiring, permission and capability models, window and state management, sidecar binaries, auto-updater setup, signing, and cross-platform packaging. The skill is a reference for scaffolding apps, invoking backend commands from the frontend, and managing security-sensitive capabilities.
Use this skill when scaffolding or hardening a Tauri-based app: creating commands, wiring IPC, adding plugins (clipboard, dialog, updater), building multi-window layouts, bundling sidecars, or preparing releases with code signing and auto-updates. It's valuable during development, code review, and release engineering.
This skill is useful for coding and review agents that can reason about Rust and frontend frameworks (Copilot-style agents, code-reviewer agents, and developer assistants).
This skill has not been reviewed by our automated audit pipeline yet.
Git Workflow Practices
Provides branching strategies, commit conventions, CI/CD recommendations, and repository hygiene patterns for teams adopting trunk-based development and stacked
Design System
Guides building scalable design systems: tokens, theming, component patterns, accessibility, and governance.
Valkey (Redis-compatible)
Valkey is a Redis-compatible in-memory datastore for caching, sessions, pub/sub, streams, queues, and distributed locks—useful for low-latency caching, rate lim