cqrs-implementation

cqrs implementation

wshobson ↓ 8.5k
Claude Code
View source ↗

What it does

  • Separating read and write concerns
  • Scaling reads independently from writes
  • Building event-sourced systems
  • Optimizing complex query scenarios
  • Different read/write data models needed
  • High-performance reporting requirements
  • Separate command and query models - Different needs

Requirements & configuration

  • Full template library and detailed worked examples live in references/details.md. Read that file when you need the concrete templates.
  • Separate command and query models - Different needs

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

cqrs implementation

Source

Repository: https://github.com/wshobson/agents

cqrs-implementation FAQ

What does the cqrs-implementation skill do?

Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems. Separating read and write concerns Scaling reads independently from writes

What does cqrs-implementation require?

Full template library and detailed worked examples live in references/details.md. Read that file when you need the concrete templates. Separate command and query models - Different needs

How do I install cqrs-implementation?

Run: npx -y skills add https://github.com/wshobson/agents --skill cqrs-implementation --agent claude-code — the source lives at github.com/wshobson/agents.

Maintain cqrs-implementation?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

cqrs-implementation on getagentictools
[![cqrs-implementation on getagentictools](https://getagentictools.com/badge/skills/wshobson-agents-cqrs-implementation.svg)](https://getagentictools.com/skills/wshobson-agents-cqrs-implementation?ref=badge)
npx agentictools info skills/wshobson-agents-cqrs-implementation

The second line is the CLI lookup for this page — handy in READMEs and docs.