What problem does it solve?
This skill eliminates the need for developers to manually search scattered documentation when implementing NATS-based event-driven workflows, pub/sub patterns, RPC calls, and Swiss AI Agent Protocol (SAAP) event hierarchies for AI agent systems.
Core Features & Use Cases
- NATS & JetStream Implementation Guide: Covers core vs durable messaging, subject formatting, stream configuration, and publisher/subscriber patterns for both NATS Core and JetStream.
- SAAP Event Reference: Full event classification rules, complete event hierarchy, semantic event mappings for OpenInference observability, and guidance on selecting the correct base event for different workflow use cases.
- Use Case: For example, a developer building a RAG agent can use this skill to quickly look up the correct subject format for publishing a RetrieverEvent, configure a JetStream consumer for durable control event processing, and implement RPC for fetching agent configuration without referencing internal codebases.
Quick Start
Use the nats-events skill to look up the correct NATS subject format for publishing a StartEvent to a RAG agent thread, or to find the configuration steps for a JetStream durable subscriber for control event processing.