A solid implementation of event-driven CQRS and event sourcing patterns, comparable to what you'd build with Kafka or RabbitMQ but packaged as a Claude skill. Commands validate input and publish domain events through pubsub, while the read side builds multiple projections that subscribe independently to create query-optimized views. Everything appends to an event log for proper event sourcing. The architecture uses HTTP triggers for both command and query endpoints, which is clean and straightforward. With nearly 200 installs and 17.5K stars on the parent repo, it's clearly being used in production. If you're building systems that need to separate writes from reads or maintain event logs, this gives you the structure without reinventing the wheel.
npx -y skills add iii-hq/iii --skill iii-event-driven-cqrs --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills