list-commands

List all registered Tauri IPC commands (invoke handlers) in a running app

Content Preview
---
name: rust:tauri:list-commands
description: List all registered Tauri IPC commands (invoke handlers) in a running app
allowed-tools: mcp__tauri-mcp__list_ipc_handlers
author: Quintin Henry (https://github.com/qdhenry/)
---

<objective>
Discover all available Tauri IPC commands registered in the running application. These are the `#[tauri::command]` functions callable via `invoke()` from the frontend.
</objective>

<instructions>
List IPC commands for the Tauri application: **$ARGUMENTS**

Ar
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/list-commands.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/rust/tauri/list-commands.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/rust/tauri/list-commands.md

Related Skills