
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).
Comprehensive Tauri v2 skill covering IPC, plugins, security model, build/distribution, mobile targets, and testing. Well-structured with decision trees, code examples in both Rust and TypeScript, and a thorough anti-patterns section. No bundled scripts to test. Security content is strong with capability model and CSP guidance, though the auto-updater section references a placeholder pubkey and the shell/sidecar pattern could benefit from more input sanitization warnings.
Solid reference skill for Tauri 2 development. Good coverage of the security model (capabilities, CSP, least-privilege). The anti-patterns table is excellent. Missing: no scripts for scaffolding or validation, no references/ directory. The MCP Integration table at the end references tools like context7 and playwright that may not be available in all environments.
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