How to install debug-zoom
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill debug-zoomFull instructions (SKILL.md)
Source of truth, from anthropics/knowledge-work-plugins.
name: debug-zoom description: Debug a broken Zoom integration by isolating the failure point and routing into the right Zoom references. Use when auth, API, webhook, SDK, or MCP behavior is failing and you need a ranked hypothesis list plus verification steps. argument-hint: "<symptoms, error, or failing flow>"
/debug-zoom
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Debug Zoom auth, API, webhook, SDK, or MCP issues without wandering through the entire docs set.
Usage
/debug-zoom $ARGUMENTS
Workflow
- Identify the failing layer: auth, API request, webhook, SDK init, media/session behavior, or MCP transport.
- Ask for the minimum missing evidence: exact error, platform, request/response, event payload, or code path.
- Produce 2-4 plausible causes ranked by likelihood.
- Route to the most relevant deep references in
skills/. - Give a short verification plan so the user can confirm the fix.
Output
- Most likely failure layer
- Ranked hypotheses
- Targeted fix steps
- Verification checklist
- Relevant skill links
Related Skills
- debug-zoom-integration
- setup-zoom-oauth
- design-mcp-workflow
Related skills
More from anthropics/knowledge-work-plugins and the wider catalog.

debug-zoom-integration
Debug broken Zoom implementations quickly. Use when auth, webhooks, SDK joins, MCP transport, or real-time media workflows are failing and you need to isolate the layer before proposing a fix.

deploy-checklist
Pre-deployment verification checklist to catch issues before shipping to production.

design-critique
Get structured design feedback on usability, hierarchy, and consistency.

design-handoff
Generate comprehensive developer handoff specs from designs with layout, tokens, states, and accessibility details.

design-mcp-workflow
Design a Zoom MCP workflow for Claude. Use when deciding whether Zoom MCP fits a task, when planning tool-based AI workflows, or when separating MCP responsibilities from REST API responsibilities.

design-system
Audit, document, or extend your design system with consistency checks and component documentation.