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
  • Defining Tauri commands
  • Type-safe IPC bindings (tauri-specta)

Trigger phrases include:

  • "IPC", "invoke", "tauri command", "type-safe", "tauri-specta", "calling rust"

How to use this skill

  1. Define a Rust command:
    #[tauri::command]
    fn greet(name: &str) -> String {
        format!("Hello, {}!", name)
    }
    
Related skills

More from partme-ai/full-stack-skills

Installs
7
GitHub Stars
379
First Seen
Mar 25, 2026