resources

Monitor CPU, memory, and resource usage of a running Tauri application

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.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/resources.md

Related Skills