Create atomic git commits following project conventions
RailsEventStore/ecommerce
SkillsMP has collected 8 skills from RailsEventStore/ecommerce. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 8
- GitHub stars
- 505
- GitHub forks
- 85
Skills in this repository
Showing 8 of 8 collected skills.
Plan a new feature end-to-end — impact analysis across all layers, start-from-the-middle slicing into deployable steps, then delegating to /domain, /read-model, /controller skills
Build a new read model following project conventions (event handlers, tests, migration, configuration)
Scaffold a new Rails app with event sourcing, following project conventions (todomvc as reference)
Upgrade Rails framework to a newer version following the smooth upgrade methodology
Upgrade RailsEventStore (RES) gems to a newer version
Create a new domain bounded context with aggregates, commands, events, and handlers
Create a controller with commands, read model queries, routes, and integration tests