Content Preview
--- name: rust:tauri:stop description: Stop a running Tauri application by process ID allowed-tools: mcp__tauri-mcp__stop_app, mcp__tauri-mcp__get_app_logs, Bash author: Quintin Henry (https://github.com/qdhenry/) --- <objective> Gracefully stop a running Tauri application. Captures final logs before termination. </objective> <context> Running Tauri processes: !`pgrep -l -f "tauri\|monotask" 2>/dev/null || echo "No Tauri apps currently running"` </context> <instructions> Stop the Tauri applic
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/stop.md \
https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/rust/tauri/stop.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/stop.md
Related Skills
plugin-dev/hook-development
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.
skillplugin-devhook-development
by Anthropic · anthropic-official-plugins
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
linux-commands-guide
This skill provides automated assistance for linux commands guide tasks within the DevOps Basics domain.
linux-commands-guidelinuxcommandsguide
by jeremylongshore · plugins-plus-skills
ralph-loop/help
"Explain Ralph Loop plugin and available commands"
commandcommandralph-loophelp
by Anthropic · anthropic-official-plugins