skills/smithery.ai/add-or-update-presentation

add-or-update-presentation

Installation
SKILL.md

Add or Update Presentation

Instructions

새로운 프레젠테이션 레이어를 추가하거나 기존 프레젠테이션 레이어를 수정할 때 다음 규칙을 따르세요:

1. presentation 디렉토리

└── presentation/
│   ├── rest/
│   │   ├── request/
│   │   └── response/
│   │   └── controller/

내부 코드에는 도메인 레이어의 VO(Value Object) 클래스를 직접 사용하지 않고, presentation 레이어에 맞는 DTO(Data Transfer Object) 클래스를 정의하여 사용합니다. 별도의 전용 VO 클래스는 사용하지 않고 Premitve Type (String, Int, Long 등) 또는 데이터 클래스 형태의 DTO를 사용합니다.

Installs
1
First Seen
Mar 30, 2026
add-or-update-presentation from smithery.ai