
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
@cometchat/skills-cli
Advanced tools
CLI for the CometChat skills v3 architecture — auth, provision, detect, apply, verify CometChat integrations in React/Next.js/React-Router/Astro/Expo/React-Native projects.
CLI for the CometChat Skills v2 architecture. Detect, view, apply, verify, and manage CometChat React UI Kit integrations from the command line.
npx @cometchat/skills-cli@latest detect
CometChat Skills v1 was 5500+ lines of agent-readable Markdown that walked AI assistants through React UI Kit integrations. v2 moves the logic into this CLI, leaving the skill files as ~30-line glue that just calls these commands. Result: 92% smaller skills, deterministic behavior, idempotent re-runs, transactional file writes, and shared logic across every supported AI agent.
| Command | Purpose |
|---|---|
cometchat detect [path] | Fingerprint a project: framework, version, router, env prefix, credentials, existing integration |
cometchat experiences | List the 3 chat experiences and their metadata |
cometchat view --experience N --framework F | Pure dry-run preview of apply |
cometchat apply --experience N --framework F | Perform the integration. Transactional. Idempotent. |
cometchat install | Install the deps the integration needs (auto-detects pnpm/npm/yarn/bun) |
cometchat verify | Run AST checks: css imports, init order, no auth key in source, error UI |
cometchat info | Drift detection via SHA-256 checksums |
cometchat uninstall [--force] | Remove only the files this integration owns |
All commands accept --json for machine-readable output.
# 1. Auto-detect your project
npx @cometchat/skills-cli@latest detect --json
# 2. Preview the integration without writing anything
npx @cometchat/skills-cli@latest view --experience 1 --framework reactjs
# 3. Apply + auto-install in one command
npx @cometchat/skills-cli@latest apply --experience 1 --framework reactjs --auto-install
# 4. Verify the integration
npx @cometchat/skills-cli@latest verify
# 5. Check status anytime
npx @cometchat/skills-cli@latest info
client:only="react")Each framework × experience (1-3) ships with a registry template at @cometchat/skills-registry.
--force-overwrite to override.info re-checksums every owned file and reports user edits.uninstall only removes files in .cometchat/state.json's files_owned list.MIT — © CometChat
Source + tests + roadmap live at https://github.com/cometchat-team/cometchat-skills
FAQs
CLI for the CometChat skills v3 architecture — auth, provision, detect, apply, verify CometChat integrations in React/Next.js/React-Router/Astro/Expo/React-Native/Angular/Android/iOS/Flutter projects.
The npm package @cometchat/skills-cli receives a total of 201 weekly downloads. As such, @cometchat/skills-cli popularity was classified as not popular.
We found that @cometchat/skills-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 14 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.