ddd-context-generator

Community

Generate full DDD contexts with all layers.

Authormoasadi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill generates a complete bounded context following DDD and Clean Architecture, including Domain, Application, Infrastructure, and Presentation layers.

Core Features & Use Cases

  • Domain Layer: Entities, Value Objects, Domain Repositories, Domain Events, Domain Errors
  • Application Layer: Use cases and event listeners
  • Infrastructure Layer: Persistence models, repositories, mappers
  • Presentation Layer: DTOs, serializers, controllers with Swagger docs

Quick Start

Request generation for a Product context with full CRUD and inventory management.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ddd-context-generator
Download link: https://github.com/moasadi/ddd-bun-api-boilerplate/archive/main.zip#ddd-context-generator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository