Agent skill

event-sourcing-migrator

Migrate to event-sourcing architecture with event extraction, store setup, and CQRS implementation

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill event-sourcing-migrator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: BashReadWriteGrepGlobEdit
Path: library/specializations/code-migration-modernization/skills/event-sourcing-migrator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Event Sourcing Migrator Skill Migrates applications to event-sourcing architecture, handling event extraction from existing data, event store setup, and CQRS implementation. ## Purpose Enable event sourcing migration for: - Event extraction from existing data - Event store setup - Projection generation - CQRS implementation - Snapshot management ## Capabilities ### 1. Event Extraction from Existing Data - Analyze current state - Derive historical events - Generate event streams - Handle data gaps ### 2. Event Store Setup - Configure event store - Set up partitioning - Define retention - Implement subscriptions ### 3. Projection Generation - Create read models - Build projections - Handle updates - Manage consistency ### 4. CQRS Implementation - Separate read/write - Implement commands - Handle queries - Manage eventual consistency ### 5. Snapshot Management - Define snapshot strategy - Generate snapshots - Handle restoration - Optimize performance ### 6. Event Replay - Replay events - Rebuild projections - Handle migrations - Test consistency ## Tool Integrations | Tool | Purpose | Integration Method | |------|---------|-------------------| | EventStore | Event database | CLI/API

What's inside
Steps it walks through
  1. Purpose
  2. Capabilities
  3. 1. Event Extraction from Existing Data
  4. 2. Event Store Setup
  5. 3. Projection Generation
  6. 4. CQRS Implementation
  7. 5. Snapshot Management
  8. 6. Event Replay
  9. Tool Integrations
  10. Output Schema
  11. Integration with Migration Processes
  12. Related Skills
  13. Related Agents
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the event-sourcing-migrator skill do?

Migrate to event-sourcing architecture with event extraction, store setup, and CQRS implementation

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill event-sourcing-migrator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going