Skip to main content
Back to the directory
wshobson/agentsSoftware EngineeringFrontend and Design

projection-patterns

Build read models and materialized views from event streams using projection patterns.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
5

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/wshobson/agents --skill projection-patterns
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, projection-patterns has 5 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: wshobson/agents. Canonical URL: https://skills.sh/wshobson/agents/projection-patterns.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Build read models and materialized views from event streams using projection patterns. Comprehensive guide to building projections and read models for event-sourced systems. - Covers four projection types: live (real-time subscriptions), catchup (historical processing), persistent (with checkpointing), and inline (strong consistency) - Includes five ready-to-use templates: basic projector framework, order summary projection, Elasticsearch search indexing, daily sales aggregation, and multi-table customer activity tracking - Emphasizes idempotency, transactional consistency, checkpoint management, and safe rebuilding strategies - Best practices section covers monitoring lag, error handling, event ordering, and denormalization patterns for query optimization - 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 - Use transactions - For multi-table updates - Store checkpoints - Resume after failures - Monitor lag - Alert on projection delays - Plan for rebuilds - Design for reconstruction - Don't couple projections - Each is independent - Don't skip error handling - Log and alert on failures - Don't ignore ordering - Events must be processed in order - Don't over-normalize -...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does projection-patterns do?

Build read models and materialized views from event streams using projection patterns.

Is projection-patterns good?

projection-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support projection-patterns?

projection-patterns currently lists compatibility with Skills CLI.

Is projection-patterns safe to install?

projection-patterns has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to projection-patterns?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install projection-patterns?

Run the following command to install projection-patterns: npx skills add https://github.com/wshobson/agents --skill projection-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering