mcpbeat

Event Store Design

dokhacgiakhoa/event-store-design

Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.

4k tokens
context cost
the whole folder, loaded on every use
9
files
instructions only
0
copies elsewhere
how many repositories repackaged it
505
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI --skill event-store-design

What comes with it

14 922 bytes besides the instruction
sub-skills/1-event-store-architecture.md
sub-skills/2-event-store-requirements.md
sub-skills/donts.md
sub-skills/dos.md
sub-skills/template-1-postgresql-event-store-schema.md
sub-skills/template-2-python-event-store-implementation.md
sub-skills/template-3-eventstoredb-usage.md
sub-skills/template-4-dynamodb-event-store.md

The instruction itself

14 sections, as written by the author

Event Store Design

Comprehensive guide to designing event stores for event-sourced applications.

Do not use this skill when

  • The task is unrelated to event store design
  • You need a different domain or tool outside this scope

Instructions

  • Clarify goals, constraints, and required inputs.
  • Apply relevant best practices and validate outcomes.
  • Provide actionable steps and verification.
  • If detailed examples are required, open resources/implementation-playbook.md.

Use this skill when

  • 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

Core Concepts

🧠 Knowledge Modules (Fractal Skills)

1. 1. Event Store Architecture

2. 2. Event Store Requirements

3. Template 1: PostgreSQL Event Store Schema

4. Template 2: Python Event Store Implementation

5. Template 3: EventStoreDB Usage

6. Template 4: DynamoDB Event Store

7. Do's

8. Don'ts

How to use it

Copy the folder

Take dokhacgiakhoa/event-store-design from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.