aggregate root skills

10 tagged aggregate root, measured the same way as everything else here.

Browse within: bounded-context 10clean-architecture 10cqrs 10

application

01

Softtor/nestjs-hexagonal

Skill Claude CodeCodex

Use when creating application layer artifacts for a NestJS bounded context — use cases, CQRS command/query handlers, DTOs, ports (cross-module interfaces), application services, or read model projections. Supports three patterns: plain UseCase (A), CQRS native (B), and Handler-as-Orchestrator (C).

5 22d ago A 66 tokens original MIT

domain

02

Softtor/nestjs-hexagonal

Skill Claude CodeCodex

Use when creating domain layer artifacts for a NestJS bounded context — entities (AggregateRoot), value objects, domain events, repository interfaces, domain services, validators, or data builders. Covers Hexagonal Architecture + DDD patterns with NestJS CQRS native event support.

5 22d ago A 55 tokens original MIT

event-listeners

03

Softtor/nestjs-hexagonal

Skill Claude CodeCodex

Use when creating event listeners that react to domain events — same-BC side effects (projections, audit, cache), cross-BC reactions (another bounded context consuming events), or bridge listeners (WebSocket broadcast, RabbitMQ publish, email). Covers listener taxonomy, placement rules, Strategy+Gateway pattern for…

5 22d ago A 75 tokens original MIT