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

cqrs-implementation

Separate read and write models with command and query buses for scalable, event-driven architectures.

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 cqrs-implementation
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, cqrs-implementation 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/cqrs-implementation.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Separate read and write models with command and query buses for scalable, event-driven architectures. Comprehensive guide to implementing CQRS (Command Query Responsibility Segregation) patterns. - Provides command and query handler infrastructure with bus patterns for dispatching operations to appropriate handlers - Includes templates for command validation, event persistence, read model projections, and FastAPI integration - Supports eventual consistency patterns with checkpoint-based synchronization and read-your-writes consistency helpers - Covers event sourcing fundamentals, aggregate design, and projection rebuilding for maintaining denormalized read models - 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 - Use eventual consistency - Accept propagation delay - Validate in command handlers - Before state change - Denormalize read models - Optimize for queries - Version your events - For schema evolution - Don't query in commands - Use only for writes - Don't couple read/write schemas - Independent evolution - Don't over-engineer - Start simple - Don't ignore consistency SLAs - Define acceptable lag

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 cqrs-implementation do?

Separate read and write models with command and query buses for scalable, event-driven architectures.

Is cqrs-implementation good?

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

Which AI agents support cqrs-implementation?

cqrs-implementation currently lists compatibility with Skills CLI.

Is cqrs-implementation safe to install?

cqrs-implementation 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 cqrs-implementation?

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

How do I install cqrs-implementation?

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

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering