Content Preview
--- name: rust:tauri:type description: Send keyboard input (text or key combinations) to a Tauri application allowed-tools: mcp__tauri-mcp__send_keyboard_input, mcp__tauri-mcp__take_screenshot author: Quintin Henry (https://github.com/qdhenry/) --- <objective> Send keyboard input to a Tauri application. Can type text or send special key combinations. </objective> <instructions> Send keyboard input to the Tauri application: **$ARGUMENTS** Arguments format: `[process_id] [keys_or_text]` - `proc
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/type.md \
https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/rust/tauri/type.mdSkill 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-SuiteThen reference at .claude/commands/rust/tauri/type.md
Related Skills
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
typescript-advanced
Advanced TypeScript patterns including generics, conditional types, mapped types, template literals, and type guards
typescript-advancedtypescriptadvanced
by rohitg00 · awesome-claude-toolkit
typescript-pro
Implements advanced TypeScript type systems, creates custom type guards, utility types, and branded types, and configures tRPC for end-to-end type safety. Use when building TypeScript applications requiring advanced generics, conditional or mapped types, discriminated unions, monorepo setup, or full-stack type safety with tRPC.
typescript-protypescriptpro
by Jeffallan · jeffallan-claude-skills
typescript-advanced-types
Comprehensive guidance for mastering TypeScript's advanced type system including generics, conditional types, mapped types, template literal types, and utility types for building robust, type-safe applications.
developmenttypescriptadvancedtypes
by sickn33 (Antigravity) · antigravity-awesome-skills