Use when using Contact Center.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Kodik-AI/kodik --skill contact-center --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Contact Center?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/kodik-ai-contact-center)More formats (shields.io, HTML) on the badges page.
---
name: build-zoom-contact-center-app
description: Use when using Contact Center.
---
# Build Zoom Contact Center App
Use this skill when the integration targets Zoom Contact Center rather than general meetings, chat, or phone. Route to the platform-specific skill once the client surface is clear.
## Workflow
1. Identify the channel and client: web, Android, iOS, campaign embed, video engagement, chat engagement, Virtual Agent handoff, or scheduled callback.
2. Confirm the lifecycle: initialization, engagement start, context retrieval, state changes, transfer or handoff, and cleanup.
3. Choose the platform reference before coding; Contact Center SDKs differ by event names, lifecycle hooks, and wrapper requirements.
4. Treat engagement context as shared state and validate how it flows into CRM, ticketing, analytics, or AI workflows.
5. Debug version drift by checking SDK version, documented event names, app settings, campaign configuration, and browser or mobile lifecycle behavior.
## References
- Full preserved guide: [references/full-guide.md](references/full-guide.md)
- Web SDK: [web/SKILL.md](web/SKILL.md)
- Android SDK: [android/SKILL.md](android/SKILL.md)
- iOS SDK: [ios/SKILL.md](ios/SKILL.md)
- High-level scenarios: [scenarios/high-level-scenarios.md](scenarios/high-level-scenarios.md)
- Common drift and breaks: [troubleshooting/common-drift-and-breaks.md](troubleshooting/common-drift-and-breaks.md)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!