Architecture Patterns Use this skill when the task is larger than one function or trigger. Pick the pattern from the requirement, then implement it with Function , Trigger , Worker , state, queues, streams, and pub/sub. Pattern Map Requirement Pattern iii shape Sequential work with retries, DLQ, step tracking Durable workflow Functions chained through named queues, progress in state Keep views, metrics, cache, or clients in sync Reactive backend State triggers plus stream/pubsub side effects Specialized AI agents hand work to each other Agentic backend One function per agent, queue handoffs, shared state Commands publish events and projections update independently Event-driven CQRS Command functions, event log in state, subscribe triggers Pure, traceable composition Effect pipeline Small functions composed synchronously with trigger() Webhook/cron automation chains Low-code automation Trigger, transform, action nodes chained by enqueue Durable Workflow Show more Installs 729 Repository iii-hq/iii GitHub Stars 18.5K First Seen May 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
iii-architecture-patterns
安装
npx skills add https://github.com/iii-hq/iii --skill iii-architecture-patterns