projection-patterns
projection patterns
What it does
- Building CQRS read models
- Creating materialized views from events
- Optimizing query performance
- Implementing real-time dashboards
- Building search indexes from events
- Aggregating data across streams
- Make projections idempotent - Safe to replay
Requirements & configuration
- Full template library and detailed worked examples live in references/details.md. Read that file when you need the concrete templates.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
projection-patterns FAQ
What does the projection-patterns skill do?
Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems. Building CQRS read models Creating materialized views from events
What does projection-patterns require?
Full template library and detailed worked examples live in references/details.md. Read that file when you need the concrete templates.
How do I install projection-patterns?
Run: npx -y skills add https://github.com/wshobson/agents --skill projection-patterns --agent claude-code — the source lives at github.com/wshobson/agents.
Maintain projection-patterns?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/wshobson-agents-projection-patterns?ref=badge) npx agentictools info skills/wshobson-agents-projection-patterns The second line is the CLI lookup for this page — handy in READMEs and docs.