Install
openclaw skills install nm-archetypes-architecture-paradigm-cqrs-esApplies CQRS and Event Sourcing for read/write separation and audit trails
openclaw skills install nm-archetypes-architecture-paradigm-cqrs-esNight Market Skill — ported from claude-night-market/archetypes. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
These vocabulary items name the concrete tools and abstractions
that show up when the paradigm is implemented. They are not
required dependencies and they are not part of the skill's
tools: frontmatter (which is reserved for Claude Code tool
restrictions). Use this list to disambiguate during architecture
discussions.
event-store -- append-only log of domain events; the system of record from which projections are builtmessage-broker -- carries commands and integration events between bounded contextsprojection-builder -- rebuilds read-side views by replaying the event store