·message-queues
</>

message-queues

yonatangross/orchestkit

Message queue patterns with RabbitMQ, Redis Streams, and Kafka. Use when implementing async communication, pub/sub systems, event-driven microservices, or reliable message delivery.

22Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/orchestkit --skill message-queues

SKILL.md

Asynchronous communication patterns for distributed systems using RabbitMQ, Redis Streams, Kafka, and FastStream.

| Technology | Best For | Throughput | Ordering | Persistence |

| Kafka | Event streaming, logs, high-volume | 100K+ msg/s | Partition-level | Excellent | | RabbitMQ | Task queues, RPC, routing | 50K msg/s | Queue-level | Good | | Redis Streams | Real-time, simple streaming | 100K msg/s | Stream-level | Good (AOF) | | Postgres | Moderate volume, simplicity | 10K msg/s | Query-defined | Excellent |

Message queue patterns with RabbitMQ, Redis Streams, and Kafka. Use when implementing async communication, pub/sub systems, event-driven microservices, or reliable message delivery. Source: yonatangross/orchestkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/orchestkit --skill message-queues
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is message-queues?

Message queue patterns with RabbitMQ, Redis Streams, and Kafka. Use when implementing async communication, pub/sub systems, event-driven microservices, or reliable message delivery. Source: yonatangross/orchestkit.

How do I install message-queues?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill message-queues Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yonatangross/orchestkit