cometchat-theming

Installation
SKILL.md

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-core covers CSS import placement and the one-import rule; cometchat-customization covers component-level CSS selectors for deeper overrides; cometchat-troubleshooting handles 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".


Installs
23
GitHub Stars
71
First Seen
Apr 10, 2026
cometchat-theming — cometchat/cometchat-skills