·message_queues

Async communication patterns using message brokers and task queues. Use when building event-driven systems, background job processing, or service decoupling. Covers Kafka (event streaming), RabbitMQ (complex routing), NATS (cloud-native), Redis Streams, Celery (Python), BullMQ (TypeScript), Temporal (workflows), and event sourcing patterns.

7Installs·0Trend·@vuralserhat86

Installation

$npx skills add https://github.com/vuralserhat86/antigravity-agentic-skills --skill message_queues

SKILL.md

Implement asynchronous communication patterns for event-driven architectures, background job processing, and service decoupling.

| Broker | Throughput | Latency (p99) | Best For |

| Kafka | 500K-1M msg/s | 10-50ms | Event streaming | | NATS JetStream | 200K-400K msg/s | Sub-ms to 5ms | Cloud-native microservices | | RabbitMQ | 50K-100K msg/s | 5-20ms | Task queues, complex routing | | Redis Streams | 100K+ msg/s | Sub-ms | Simple queues, caching |

Async communication patterns using message brokers and task queues. Use when building event-driven systems, background job processing, or service decoupling. Covers Kafka (event streaming), RabbitMQ (complex routing), NATS (cloud-native), Redis Streams, Celery (Python), BullMQ (TypeScript), Temporal (workflows), and event sourcing patterns. Source: vuralserhat86/antigravity-agentic-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/vuralserhat86/antigravity-agentic-skills --skill message_queues
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is message_queues?

Async communication patterns using message brokers and task queues. Use when building event-driven systems, background job processing, or service decoupling. Covers Kafka (event streaming), RabbitMQ (complex routing), NATS (cloud-native), Redis Streams, Celery (Python), BullMQ (TypeScript), Temporal (workflows), and event sourcing patterns. Source: vuralserhat86/antigravity-agentic-skills.

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/vuralserhat86/antigravity-agentic-skills --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/vuralserhat86/antigravity-agentic-skills