AI AGENT ADDONS

Domain Driven Design

yonatangross/orchestkit
Backend & APIs
773installs

Domain-Driven Design helps you model complex business logic with clear building blocks. You use entities for things with identity and value objects for immutable concepts. These patterns keep your code organized and your business rules easy to follow.

This skill shows you how to build rich domain models in Python and TypeScript. You will learn about aggregates, domain services, and bounded contexts. It is a handy reference for backend developers who need to separate business logic from technical details.

Use it when you want to enforce invariants and create a shared language between your team and the code. The examples are simple and ready to adapt to your own projects.

Add Domain Driven Design skill to your workflow

Global

mkdir -p ~/.claude/skills/domain-driven-design

Project

mkdir -p .claude/skills/domain-driven-design

Source Repository

Stars
193
Forks
16
Watchers
193
License
MIT
Last Push
23 days ago
Created
6 months ago