library/specializations/code-migration-modernization/skills/event-sourcing-migrator/SKILL.md
Migrate to event-sourcing architecture with event extraction, store setup, and CQRS implementation
npx skillsauth add a5c-ai/babysitter event-sourcing-migratorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Migrates applications to event-sourcing architecture, handling event extraction from existing data, event store setup, and CQRS implementation.
Enable event sourcing migration for:
| Tool | Purpose | Integration Method | |------|---------|-------------------| | EventStore | Event database | CLI/API | | Axon Framework | Java event sourcing | Library | | Marten | .NET event store | Library | | EventStoreDB | Event store | CLI | | Custom stores | PostgreSQL/Kafka | Library |
{
"migrationId": "string",
"timestamp": "ISO8601",
"eventStore": {
"type": "string",
"streams": "number",
"events": "number"
},
"projections": [
{
"name": "string",
"status": "string",
"lastPosition": "number"
}
],
"snapshots": {
"enabled": "boolean",
"count": "number"
}
}
domain-model-extractor: Event discoverydata-architect-agent: Event architecturedevelopment
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.