commet-webhooks
Installation
SKILL.md
Commet webhooks
Use the installed SDK as the webhook contract. This skill defines the handling workflow, not the current event inventory.
Resolve the contract
- Detect the language, framework, installed Commet SDK, integration packages, and any explicit webhook API-version pin.
- Locate the installed SDK's
docs/manifest.jsonusing its package manager. Read the manifest entrypoint, generated webhook reference, and only the exact event entries needed for the task. - Read the generated webhook types and the installed framework package README before choosing a handler helper or payload shape.
- In Node projects, run
commet doctor --output agentand resolve failed documentation, compatibility, API-version, or project-context checks.
Do not copy event unions, payload envelopes, headers, retry schedules, or callback names from this skill. If they are absent from the installed docs and types, report the missing contract instead of guessing.