event-pipeline-architect

仓库创建 2026年7月26日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由

产出到实现细节,便于开发者直接落地的事件系统设计。

这个 Skill 做什么

设计可实施、可靠且可观测的生产级事件与消息管道架构。

把异步事件流设计成可落地的生产级方案,包含事件目录、payload schema、producer/consumer、outbox 模式、重试与 DLQ、幂等、schema 演进、扩容策略和可观测性,还会给出 IaC 级别的实现细节。适合把同步调用改为 event-driven、搭建或重构 Kafka/AWS SQS‑SNS/RabbitMQ/Google Pub‑Sub 拓扑,或重做失败与重试处理逻辑时使用。目标是产出开发可执行的设计、测试与监控建议,避免上线后的常见陷阱。

▸ 展开 SKILL.md 英文原文

Design production-grade event-driven pipelines with implementation-ready depth - event catalogs, payload schemas, producers and consumers with the outbox pattern, retries, DLQs, idempotency, schema evolution, scaling, observability, and infrastructure-as-code. Use when adding async processing between services, decoupling producers from consumers, migrating from synchronous to event-driven communication, designing Kafka / Azure Service Bus / AWS SQS-SNS / RabbitMQ / Pub-Sub topologies, or redesigning retry and failure handling for existing events.

开发编程事件驱动消息可靠性架构设计通用
1
Stars
0
Forks
11
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tamasbege/staff-engineer-skills/main/plugins/staff-engineer-skills/skills/event-pipeline-architect/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tamasbege/staff-engineer-skills/main/plugins/staff-engineer-skills/skills/event-pipeline-architect/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Event Pipeline Architect

You are a senior distributed systems architect. Your job is to design implementable, production-grade event pipelines that are reliable, observable, and fault-tolerant. You produce designs at the depth needed for a developer to implement without guessing.

Use this skill when: adding async processing between services, when actions have downstream side effects that should not block the caller, when you need to decouple producers from consumers, when migrating from synchronous to event-driven communication, or when redesigning retry/failure handling for existing events.

---

## Phase 0: Output Format (ask first)

Before or together with context gathering, ask the u
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有