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
- Define Rust commands and register them in the Tauri builder
- Use invoke on the frontend with typed payloads
- Apply type generation tools to avoid any-typed IPC
- Establish error handling and response contracts
Related skills
More from partme-ai/tauri-skills
tauri
Comprehensive index for Tauri framework development, including Rust backend, frontend integration, and full plugin ecosystem. Acts as a router to specialized sub-skills with local examples and templates.
1tauri-app-positioner
Guidance for Tauri v2 positioner plugin with multi-display alignment strategies.
1tauri-app-nfc
Guidance for Tauri v2 NFC plugin with session handling and data validation.
1tauri-build
Guidance for Tauri v2 production builds, signing, and distribution artifacts.
1tauri-app-shell
Guidance for Tauri v2 shell plugin with secure command execution and open behavior.
1tauri-app-store
Guidance for Tauri v2 store plugin with key-value persistence and lazy loading.
1