Add Tauri Command banner
Genuifx Genuifx

Add Tauri Command

Development community

Description

--- allowed-tools: Read, Grep, Glob, Edit, Write description: Guided checklist for adding a new Tauri IPC command end-to-end --- Add a new Tauri command: `$ARGUMENTS` Follow this checklist: ## 1. Rust Backend - [ ] Define the `#[tauri::command]` function in `apps/desktop/src-tauri/src/main.rs` or its dedicated module - [ ] Add appropriate input/output types with `Serialize`/`Deserialize` - [ ] Register the command in `.invoke_handler(tauri::generate_handler![...])` in `main()` - [ ] If it nee

Installation

Installs to ~/.claude/commands/genuifx-ccem-add-tauri-command.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Genuifx/ccem/HEAD/.claude/commands/add-tauri-command.md -o ~/.claude/commands/genuifx-ccem-add-tauri-command.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository