generate-dto

Installation
SKILL.md

Generate DTO for entity: $ARGUMENTS

Instructions

  1. Parse arguments:

    • Entity name (required): e.g., Employee, TextSnippetText
    • Options: --with-mapping (include MapToEntity), --minimal (core props only)
  2. Find the entity:

    • Search in *.Domain/Entities/ folders
    • Read the entity class to understand its properties
  3. Generate DTO following platform patterns:

    Location: *.Application/EntityDtos/<EntityName>Dto.cs

    Template:

Related skills
Installs
8
GitHub Stars
6
First Seen
Feb 10, 2026