claudeindex
Plugin

integration-pattern-selection

Select integration pattern between services: sync request-response, async queue / pub-sub / streaming, saga orchestration vs choreography, transactional outbox, CDC, polling, webhook, async RPC. Anti-pattern checks (dual-write → outbox, 2PC → saga, sync chains, retry without idempotency, no DLQ). Idempotency + DLQ + circuit breaker mandatory for async.

Installation

1

Add the marketplace

/plugin marketplace add SSiertsema/claude-code-plugins
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.