cometchat-theming
Ground truth: per-platform UI Kit theme system +
docs/ui-kit. Official docs: https://www.cometchat.com/docs/ui-kit/react/theme · Docs MCP:claude mcp add --transport http cometchat-docs https://www.cometchat.com/docs/mcp(or fetch the URL directly without MCP). Verify symbols against the installed package/source before relying on them.
Companion skills:
cometchat-corecovers CSS import placement and the one-import rule;cometchat-customizationcovers component-level CSS selectors for deeper overrides;cometchat-troubleshootinghandles cases where the theme doesn't apply.
Purpose
Teach Claude how to theme CometChat in a v3 (AI-written) integration.
Themes are just CSS variable overrides — you write them directly into
the project's CSS (or, for Astro, the React island file). Do not use
the cometchat apply-theme CLI command — it was a v2 tool that expects
a CLI-generated .cometchat/state.json marker that v3 integrations
don't create, and it will fail with "No integration found".