Dto Conventions

Sets standards for Data Transfer Objects (DTOs), typically records, including parameter validation in compact canonical constructors.

oimiragieo Updated 0 repo stars

File contents

Dto Conventions Skill

  • Must be of type record, unless specified in a prompt otherwise.
  • Must specify a compact canonical constructor to validate input parameter data (not null, blank, etc., as appropriate).

Memory Protocol (MANDATORY)

Before starting:

cat .claude/context/memory/learnings.md

After completing: Record any new patterns or exceptions discovered.

ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.

oimiragieo/agent-studio/tree/main/.claude/skills/dto-conventions commit ddbc5380a5

Frequently asked questions

npx skillmds@latest add oimiragieo/dto-conventions