window

Get detailed window information including dimensions, position, and state

Content Preview
---
name: rust:tauri:window
description: Get detailed window information including dimensions, position, and state
allowed-tools: mcp__tauri-mcp__get_window_info
author: Quintin Henry (https://github.com/qdhenry/)
---

<objective>
Retrieve detailed information about a Tauri application's window state, dimensions, and position.
</objective>

<instructions>
Get window information for the Tauri application: **$ARGUMENTS**

Arguments: `[process_id]`

## Process

1. **Query Window Information**
   Us
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/window.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/rust/tauri/window.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/window.md

Related Skills