tauri-ipc

Installation
SKILL.md

When to use this skill

ALWAYS use this skill when the user mentions:

  • Frontend-to-Rust IPC or invoke calls / 前端到 Rust 的 IPC 或 invoke 调用
  • Tauri commands or type-safe bindings / Tauri 命令或类型安全绑定
  • Bidirectional messaging or event-based IPC / 双向消息或事件驱动 IPC

Trigger phrases include:

  • "IPC", "invoke", "command", "tauri-specta", "type safety"
  • "IPC", "调用命令", "类型安全", "tauri-specta"

How to use this skill

  1. Define Rust commands and register them in the Tauri builder
  2. Use invoke on the frontend with typed payloads
  3. Apply type generation tools to avoid any-typed IPC
  4. Establish error handling and response contracts
Related skills
Installs
1
GitHub Stars
1
First Seen
Mar 20, 2026