debug

Debug WebMCP tools that aren't working correctly

Content Preview
---
description: Debug WebMCP tools that aren't working correctly
argument-hint: [description of the issue]
allowed-tools: Skill(webmcp)
---

Invoke the webmcp skill for: debug - $ARGUMENTS
How to Use

Recommended: Install to project (local)

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

Related Skills