This routes you to the right Zoom integration path when you need embedded meetings. It handles the common fork between Meeting SDK (actual Zoom meetings) and Video SDK (custom video sessions), then pulls in platform-specific references and adds REST API or webhooks only when needed. The workflow is opinionated about keeping join flows clean and not over-engineering with resource management APIs upfront. Most valuable if you're tired of accidentally picking Video SDK for a standard meeting embed or bolting on unnecessary complexity before understanding platform constraints. Saves you from the usual integration decision paralysis.
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill build-zoom-meeting-app