AI AGENT ADDONS
Backend & APIs
756installs

Domain modeling helps you turn real world business ideas into clean Rust code. You learn to decide if something is an Entity with its own identity or a Value Object that can be swapped out. This skill shows you how to keep your data safe and your code easy to change.

You get simple patterns for Aggregates, Repositories, and Domain Events. Each pattern comes with a Rust example you can use right away. The guide also points out common mistakes like using plain strings instead of newtypes.

Developers who want clear business rules and fewer bugs will find this skill very useful. It works well with other skills about ownership and type driven design.

Add M09 Domain skill to your workflow

Global

mkdir -p ~/.claude/skills/m09-domain

Project

mkdir -p .claude/skills/m09-domain

Source Repository

Stars
1,264
Forks
104
Watchers
1,264
Last Push
1 month ago
Created
6 months ago