Skip to main content
Back to the directory
zhanghandong/rust-skillsSoftware EngineeringFrontend and Design

m09-domain

Domain-driven design patterns for modeling entities, value objects, and aggregates in Rust.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
654

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/zhanghandong/rust-skills --skill m09-domain
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, m09-domain has 654 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: zhanghandong/rust-skills. Canonical URL: https://skills.sh/zhanghandong/rust-skills/m09-domain.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Domain-driven design patterns for modeling entities, value objects, and aggregates in Rust. Layer 2: Design Choices What is this concept's role in the domain? Before modeling in code, understand: Before creating a domain type: What's the concept's identity? What invariants must hold? Who owns this data? To domain constraints (Layer 3): To implementation (Layer 1): - Distinguishes between Entities (unique identity required), Value Objects (interchangeable by value), and Aggregates (owned hierarchies), with clear Rust patterns for each - Emphasizes invariant preservation through private fields, validated constructors, and type-state patterns - Provides templates for common DDD structures: newtypes for value objects, structs with ID fields for entities, and module boundaries for aggregates - Traces design decisions upward to domain constraints and downward to ownership and type-driven implementation patterns - Is it an Entity (identity matters) or Value Object (interchangeable)? - What invariants must be maintained? - Where are the aggregate boundaries?

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does m09-domain do?

Domain-driven design patterns for modeling entities, value objects, and aggregates in Rust.

Is m09-domain good?

m09-domain does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support m09-domain?

m09-domain currently lists compatibility with Skills CLI.

Is m09-domain safe to install?

m09-domain has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to m09-domain?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install m09-domain?

Run the following command to install m09-domain: npx skills add https://github.com/zhanghandong/rust-skills --skill m09-domain

Related skills

More from zhanghandong/rust-skills

Related skills

Alternatives in Software Engineering