Dto Mapping

Generate a family of DTOs and hand-written mapping methods for a .NET entity — detail/list/reference read DTOs, create/update input DTOs, and ToDto()-style mappers. Use when asked to add DTOs for an entity, build a DTO layer, expose an EF Core / domain model through an API surface, or write manual entity↔DTO mapping. Reads the model first, recommends only the variants that fit, and follows the conventions the codebase already uses instead of imposing its own.

SamuelBostic29 078886e 4 files · 18.4 KB Updated

File contents

SamuelBostic29/claude-skills/tree/main/skills/dto-mapping commit 078886e7cd

Frequently asked questions

npx skillmds@latest add samuelbostic29/dto-mapping