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.
Add this skill
npx mdskills install sickn33/projection-patternsWell-scoped domain but lacks actionable implementation guidance in main instructions
1---2name: projection-patterns3description: 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.4---56# Projection Patterns78Comprehensive guide to building projections and read models for event-sourced systems.910## Use this skill when1112- Building CQRS read models13- Creating materialized views from events14- Optimizing query performance15- Implementing real-time dashboards16- Building search indexes from events17- Aggregating data across streams1819## Do not use this skill when2021- The task is unrelated to projection patterns22- You need a different domain or tool outside this scope2324## Instructions2526- Clarify goals, constraints, and required inputs.27- Apply relevant best practices and validate outcomes.28- Provide actionable steps and verification.29- If detailed examples are required, open `resources/implementation-playbook.md`.3031## Resources3233- `resources/implementation-playbook.md` for detailed patterns and examples.34
Full transparency — inspect the skill content before installing.