agentsclimarketplace

Event sourcing migrator

Skill a5c-ai/babysitter/library/specializations/code-migration-modernization/skills/event-sourcing-migrator

Migrate to event-sourcing architecture with event extraction, store setup, and CQRS implementationFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill event-sourcing-migrator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.5 KB, 476 tokens by cl100k_base, as published. Nobody here has run it

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

ToolPurposeIntegration Method
EventStoreEvent databaseCLI/API
Axon FrameworkJava event sourcingLibrary
Marten.NET event storeLibrary
EventStoreDBEvent storeCLI
Custom storesPostgreSQL/KafkaLibrary

Output Schema

{
  "migrationId": "string",
  "timestamp": "ISO8601",
  "eventStore": {
    "type": "string",
    "streams": "number",
    "events": "number"
  },
  "projections": [
    {
      "name": "string",
      "status": "string",
      "lastPosition": "number"
    }
  ],
  "snapshots": {
    "enabled": "boolean",
    "count": "number"
  }
}

Integration with Migration Processes

  • monolith-to-microservices: Event-driven architecture
  • database-schema-migration: Data transformation

Related Skills

  • domain-model-extractor: Event discovery

Related Agents

  • data-architect-agent: Event architecture

What ships with it: 1 file

1.4 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.