create-message-broker-adapter

Installation
SKILL.md

Message Broker Adapter Generator

Creates unified message broker abstraction with adapter implementations for multiple broker technologies.

When to Use

Scenario Example
Broker abstraction Switch between RabbitMQ/Kafka/SQS without code changes
Multi-broker support Different brokers for different bounded contexts
Testing isolation InMemory adapter for tests
Migration path Gradual migration from one broker to another
Vendor independence Avoid lock-in to specific message broker

Component Characteristics

MessageBrokerInterface

  • Domain layer port
  • publish(Message): void
Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026