ecotone-aggregate
Creates DDD aggregates with #[Aggregate] and #[AggregateIdentifier]: state-stored and event-sourced variants, static factory methods for creation, command handler wiring on aggregates, and aggregate repository access. Use when creating aggregates, domain entities with command handlers, or event-sourced domain models in Ecotone.
Installation and usage
Creates DDD aggregates with #[Aggregate] and #[AggregateIdentifier]: state-stored and event-sourced variants, static factory methods for creation, command handler wiring on aggregates, and aggregate repository access. Use when creating aggregates, domain entities with command handlers, or event-sourced domain models in Ecotone.
Después de instalarlo, puedes usar este skill ejecutando el siguiente comando en tu terminal:
skills use ecotone-aggregate