SkillAgentSearch skills...

design-mcp-workflow

Design a Zoom MCP workflow for Claude

Install / Use

npx skills add anthropics/knowledge-work-plugins --skill design-mcp-workflow

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

83/100

Category

Automation

Supported Platforms

Claude Code

Our assessment of design-mcp-workflow

design-mcp-workflow scores 83/100 on our quality scale, 1066th of 1,555 Automation skills we index.

Its SKILL.md is 1.2 KB long, split into 4 sections and no code examples: moderately detailed.

With 25,526 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
8/20
Description
8/15
Adoption
19/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 2 days ago, so design-mcp-workflow is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

design-mcp-workflow compared with similar skills

All 4 of these similar skills score higher than design-mcp-workflow; compare them before choosing.

SkillScoreStarsUpdatedFormat
design-mcp-workflow (this skill)by anthropics8325.5k2d agoSKILL.md
Agent-Reachby Panniantong10085.6k11d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md
rufloby ruvnet10073.3ktodayCLAUDE.md
CowAgentby zhayujie10047.1ktodayCLAUDE.md

Frequently asked questions

How do I install design-mcp-workflow?
Run npx skills add anthropics/knowledge-work-plugins --skill design-mcp-workflow. The install tabs above show the steps for each supported agent.
Which AI agents does design-mcp-workflow work with?
It is written for Claude Code, as a SKILL.md file. Other agents that read the same format can often use it too.
Is design-mcp-workflow safe to use?
It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is design-mcp-workflow still maintained?
The repository was last updated 2 days ago, so design-mcp-workflow is actively maintained.

name: design-mcp-workflow description: 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. user-invocable: false

Design MCP Workflow

Use this skill when the user wants Claude or another MCP-capable client to interact with Zoom via tool calls instead of only deterministic API code.

Covers

  • MCP fit assessment
  • REST API vs MCP boundaries
  • Hybrid architectures
  • Connector expectations
  • Whiteboard-specific MCP routing

Workflow

  1. Decide whether the problem is agentic tooling, deterministic automation, or both.
  2. Route MCP-only tasks to zoom-mcp.
  3. Route hybrid tasks to both zoom-mcp and rest-api.
  4. If Whiteboard is central, route to zoom-mcp/whiteboard.
  5. Call out transport, auth, and client capability assumptions explicitly.

Common Mistakes

  • Using MCP for deterministic backend jobs that should stay in REST
  • Treating MCP as a replacement for all API design
  • Ignoring client transport support and auth requirements

Related Skills

View on GitHub
GitHub Stars25.5k
CategoryAutomation
Updated2d ago
Forks3.0k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions