スキルKnowledge Work
🚀start
- プラグイン
- Zoom
- ソース
- GitHub で見る ↗
説明
Zoomの統合やアプリのアイデアについては、ここから始めてください。 次のような場合に使用: - 適切なZoomのサーフェスを選択する必要がある - アーキテクチャを設計する必要がある - Zoomドキュメントセット全体を読む前に、正しいimplementation skillへとルーティングしたい
原文を表示
Start here for any Zoom integration or app idea. Use when you need to choose the right Zoom surface, shape the architecture, or route into the correct implementation skill without reading the whole Zoom doc set first.
ユースケース
- ✓適切なZoomのサーフェスを選択するとき
- ✓アーキテクチャを設計するとき
- ✓正しいimplementation skillへルーティングしたいとき
本文
Start
Use this as the default entry skill for the plugin.
What This Skill Does
- Classifies the request by job-to-be-done, not by product name alone
- Routes into the right implementation skill
- Pulls in product-specific Zoom references only after the route is clear
- Prevents common early mistakes, especially Meeting SDK vs Video SDK and REST API vs MCP confusion
Routing Table
| If the user wants to... | Route to |
|---|---|
| Choose the right Zoom surface for a new project | plan-zoom-product |
| Set up OAuth, tokens, scopes, or app credentials | setup-zoom-oauth |
| Embed or customize a Zoom meeting flow | build-zoom-meeting-app |
| Build a bot, recorder, or real-time meeting processor | build-zoom-bot |
| Use Zoom-hosted MCP for AI workflows | setup-zoom-mcp |
| Debug a broken integration | debug-zoom |
Supporting Zoom References
Use these only after selecting the workflow:
Operating Rules
- Prefer one clear recommendation over a product catalog dump.
- Ask a short clarifier only when the route is genuinely ambiguous.
- Keep the first response architectural and actionable, then go deep.
- Pull in deeper references only when they directly help the current decision or implementation.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。