devtools

Get DevTools connection information for debugging a Tauri application

Content Preview
---
name: rust:tauri:devtools
description: Get DevTools connection information for debugging a Tauri application
allowed-tools: mcp__tauri-mcp__get_devtools_info
author: Quintin Henry (https://github.com/qdhenry/)
---

<objective>
Retrieve DevTools connection information for a running Tauri application, enabling browser-based debugging of the webview.
</objective>

<instructions>
Get DevTools info for the Tauri application: **$ARGUMENTS**

Arguments: `[process_id]`

## Process

1. **Query DevToo
How to Use

Recommended: Install to project (local)

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

Related Skills