aggregate-root instructions

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

nestjs-hexagonal

01

Softtor/nestjs-hexagonal

Plugin Claude Code

Skills for building NestJS bounded contexts with Hexagonal Architecture, DDD, and CQRS patterns. Covers domain modeling, application layer, infrastructure wiring, presentation, full TDD workflow, and architecture review.

5 23d ago A tokens not measured original MIT

Softtor/nestjs-hexagonal

Instructions file

Instructions for Softtor/nestjs-hexagonal, covering nestjs hexagonal plugin — instructions, entry point, architecture rules (enforced by all skills and agents), skills and agents (each loads its corresponding skill).

5 23d ago A 1,001 tokens original MIT

Softtor/nestjs-hexagonal

Agent

Reviews a bounded context for Hexagonal Architecture + DDD + CQRS compliance. Specializes in detecting over-engineering and code smells. Produces structured reports with architecture compliance, over-engineering audit, and code smell detection. Use after implementing a bounded context, when asked to "review…

5 23d ago A 76 tokens original MIT

broadcasting-agent

04

Softtor/nestjs-hexagonal

Agent

Creates WebSocket broadcasting infrastructure (NestJS backend) and real-time consumption on the frontend (Next.js or React). Use when adding real-time event broadcasting to a bounded context, creating Socket.IO gateways, or implementing frontend event listeners. Dispatched after infrastructure layer is complete.

5 23d ago A 58 tokens original MIT

event-debug-agent

05

Softtor/nestjs-hexagonal

Agent

Debugs the full event chain from domain event dispatch through WebSocket delivery to frontend component consumption. Use when events are not reaching the frontend, WebSocket is not updating, handlers are not firing, or real-time updates are broken. Follows the Debug Rule — always trace from origin to UI.

5 23d ago A 63 tokens original MIT

application

06

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 23d ago A 66 tokens original MIT

domain

07

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 23d ago A 55 tokens original MIT

event-listeners

08

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 23d ago A 75 tokens original MIT

At most 3 mods per repository are shown here — the rest are on their repository pages: