13 agent markdown files indexed from softtor/nestjs-hexagonal. Install any of them pinned to an exact hash with mdr add softtor/nestjs-hexagonal/<name>.
softtor/nestjs-hexagonal · skills/application/SKILL.md · Use when creating application layer artifacts for a NestJS bounded context — use cases, CQRS command/query handlers…
softtor/nestjs-hexagonal · skills/create-subdomain/SKILL.md · Orchestrates creation of a NestJS bounded context by dispatching specialized agents per layer (domain, application…
softtor/nestjs-hexagonal · skills/domain/SKILL.md · Use when creating domain layer artifacts for a NestJS bounded context — entities (AggregateRoot), value objects, domain…
softtor/nestjs-hexagonal · skills/event-listeners/SKILL.md · Use when creating event listeners that react to domain events — same-BC side effects (projections, audit, cache)…
softtor/nestjs-hexagonal · skills/gsd-installer/SKILL.md · Configures a NestJS project to use the nestjs-hexagonal plugin with GSD workflow. Adds skill references to CLAUDE.md…
softtor/nestjs-hexagonal · skills/infrastructure/SKILL.md · Use when creating infrastructure layer artifacts for a NestJS bounded context — Prisma repositories, in-memory…
softtor/nestjs-hexagonal · skills/jev-eval/SKILL.md · Calibrates or evaluates a semantic (Jev) rule of the nestjs-hexagonal rulebook — adds labelled golden cases, runs the…
softtor/nestjs-hexagonal · skills/onboard-project/SKILL.md · Onboards a NestJS project to the nestjs-hexagonal rulebook, CLI and hooks — creates .claude/rulebook.yaml extending the…
softtor/nestjs-hexagonal · skills/using-nestjs-hexagonal/SKILL.md · Meta-skill that routes NestJS development tasks to the correct nestjs-hexagonal skill or agent. Activates when working…
softtor/nestjs-hexagonal · skills/websocket-broadcasting/SKILL.md · Use when broadcasting domain events to the frontend via WebSocket (Socket.IO). Covers WsGatewayPort abstraction…