Content Preview
--- name: rust:tauri:resources description: Monitor CPU, memory, and resource usage of a running Tauri application allowed-tools: mcp__tauri-mcp__monitor_resources author: Quintin Henry (https://github.com/qdhenry/) --- <objective> Monitor the resource consumption of a running Tauri application to identify performance issues or memory leaks. </objective> <instructions> Monitor resources for the Tauri application: **$ARGUMENTS** Arguments: `[process_id]` ## Process 1. **Query Resource Metric
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/resources.md \
https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/rust/tauri/resources.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/resources.md
Related Skills
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
get-available-resources
This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic recommendations that inform computational approach decisions such as whether to use parallel processing (joblib, multiprocessing), out-of-core computing (Dask, Zarr), GPU acceleration (PyTorch, JAX), or memory-efficient strategies. Use this skill before running analyses, training models, processing large datasets, or any task where resource constraints matter.
get-available-resourcesgetavailableresources
by K-Dense-AI · claude-scientific-skills
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