Create Dto banner
ToastyToast25 ToastyToast25

Create Dto

Development community

Description

--- description: "Generates DTOs with Freezed for API request/response serialization" globs: ["lib/**/dtos/*.dart", "lib/**/data/**/*_dto.dart", "lib/**/data/**/*_request.dart"] alwaysApply: false --- # Create DTO Skill Generate Data Transfer Objects for API communication with serialization. ## Trigger - "create dto" - "new dto" - "data transfer object" - "api model" ## Parameters - **name**: DTO name (e.g., "UserResponse", "CreateOrderRequest") - **fields**: List of fields with types - **ty

Installation

Installs to ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-dto/SKILL.md

Terminal
mkdir -p ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-dto && curl -fsSL https://raw.githubusercontent.com/ToastyToast25/claude-code-dart-flutter/HEAD/.claude/skills/create-dto.md -o ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-dto/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository