cloudevents

Installation
SKILL.md

CloudEvents

Build, validate, and serialize events conforming to the CNCF CloudEvents v1.0.2 specification. This skill ensures agents produce spec-compliant event structures, correct HTTP/Kafka bindings, and proper JSON serialization — details that agents consistently get wrong without guidance.

When to use

  • The task explicitly involves CloudEvents v1.0 envelopes, attributes, or transport bindings.
  • The user needs to build, validate, serialize, or parse events in structured or binary mode.
  • The request mentions ce- headers, application/cloudevents+json, or CloudEvents interoperability.
  • The event contract must be CNCF CloudEvents-compliant across HTTP, Kafka, AMQP, or similar transports.

Do NOT use when:

  • The event format is proprietary or intentionally not CloudEvents.
  • The task is generic pub/sub design without a CloudEvents requirement.
  • The user only needs business-payload schema design with no event-envelope concern.
Installs
11
GitHub Stars
4
First Seen
Mar 10, 2026
cloudevents — accolver/skill-maker