Domain Entity Uuidv4 Ids

Require UUIDv4 identifiers for domain entities. Use when an agent needs to create, modify, review, or interpret domain entity ID fields, ID types, constructors, persistence mappings, serialization, or API contracts tied to domain entity identity. Prefer the programming language's built-in UUID type when it exists. If the language has no built-in UUID type, use `string` while preserving explicit UUIDv4 generation and validation semantics.

code-sherpas 714a437 5.4 KB Updated

File contents

code-sherpas/agent-skills/tree/main/skills/domain-entity-uuidv4-ids commit 714a437fd7

Frequently asked questions

npx skillmds@latest add code-sherpas/domain-entity-uuidv4-ids