home/categories/domain-utilities/ecotoneframework-ecotone-dev-claude-skills-ecotone-aggregate-skill-md
domain-utilitiestools

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.

ecotoneframework
maintainer
ecotoneframework
更新于 2/12/2026
星标
52
分支
21
quick start

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.

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use ecotone-aggregate