Rabbit Relay

AI Skills

Installable AI coding skills for Rabbit Relay that help generate correct, type-safe code

Rabbit Relay ships installable AI coding skills that give AI agents specialized knowledge about the framework.

Once installed, your agent can help you create typed events, configure retries, set up DLQs, and more.


Installation

npx skills add bitspacerlabs/rabbit-relay-skills

Or install a specific skill:

npx skills add bitspacerlabs/rabbit-relay-skills --skill rabbit-relay

Available skills

SkillDescriptionWhen to use
/rabbit-relayCore API, broker, publish/consume, with()Always start here
/typed-eventsEvent factories, versioning, schemasCreating event contracts
/retries-dlqRetries, DLQ, redriveProduction error handling
/topologyTopology modes, planning, validationInfrastructure-managed RabbitMQ
/rpcRequest/reply patternsWhen you need immediate replies
/observabilityLifecycle hooks, OpenTelemetry, healthProduction visibility

Example prompts

You saySkill used
"Create a typed event publisher for orders"/rabbit-relay + /typed-events
"Add retry with exponential backoff"/retries-dlq
"Configure DLQ for poison messages"/retries-dlq
"Set up topology validation for CI"/topology
"Add OpenTelemetry tracing"/observability
"Implement request/reply for payments"/rpc

Supported agents

  • Claude Code
  • Cursor
  • Windsurf
  • GitHub Copilot
  • OpenCode
  • Gemini CLI

Source

The skills are open source: bitspacerlabs/rabbit-relay-skills


Summary

  • Skills give AI agents Rabbit Relay knowledge
  • Install with npx skills add
  • Cover core API, events, retries, topology, RPC, and observability
  • Work with Claude Code, Cursor, Windsurf, Copilot, and more

On this page