This is a tactical DDD reference for backend architects that covers entities, value objects, aggregates, repositories, and bounded contexts with Python dataclass implementations. The skill includes a blunt "when NOT to use" section that calls out DDD's 40% code overhead and recommends skipping it entirely for projects under 5 entities. You get quick reference code snippets, rules on aggregate boundaries and invariants, and forbidden anti-patterns like anemic domain models. It's built as a read-only reference (no model invocation) with deeper content loaded on demand from separate markdown files. Best for teams actually wrestling with complex domain logic who need concrete patterns, not for CRUD apps where this would be ceremony theater.
npx skills add https://github.com/yonatangross/orchestkit --skill domain-driven-design