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

event-store-design

Design and implement append-only event stores for event-sourced systems.

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 event-store-design
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, event-store-design 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/event-store-design.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Design and implement append-only event stores for event-sourced systems. Comprehensive guide to designing event stores for event-sourced applications. - Covers architecture patterns, technology comparison (EventStoreDB, PostgreSQL, Kafka, DynamoDB), and core requirements including append-only semantics, ordering, versioning, and subscriptions - Includes production-ready PostgreSQL schema with indexing strategy, snapshots table, and subscription checkpoints for managing consumer state - Provides Python event store implementation with optimistic concurrency control, stream reading, global event reading, and subscription handling with checkpoint persistence - Includes ready-to-use templates for EventStoreDB, DynamoDB, and category projections, plus best practices for stream ID design, idempotency, and event immutability - Designing event sourcing infrastructure - Choosing between event store technologies - Implementing custom event stores - Optimizing event storage and retrieval - Setting up event store schemas - Planning for event store scaling - Use stream IDs that include aggregate type - Order-{uuid} - Include correlation/causation IDs - For tracing - Version events from day one - Plan for schema evolution - Implement idempotency - Use event IDs for deduplication - Index appropriately - For your query patterns - Don't update or delete events - They're immutable facts - Don't...

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 event-store-design do?

Design and implement append-only event stores for event-sourced systems.

Is event-store-design good?

event-store-design does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support event-store-design?

event-store-design currently lists compatibility with Skills CLI.

Is event-store-design safe to install?

event-store-design 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 event-store-design?

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

How do I install event-store-design?

Run the following command to install event-store-design: npx skills add https://github.com/wshobson/agents --skill event-store-design

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering