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

add-or-update-domain

Installation
SKILL.md

Add or Update Domain

Instructions

새로운 도메인을 추가하거나 기존 도메인을 수정할 때 다음 규칙을 따르세요:

1. model 디렉토리

├── domain/
│   ├── model/
│   │   ├── command/
│   │   └── query/

command 에는 생성/수정/삭제를 위한 조건이나 데이터를 표현하는 클래스가 위치합니다.

command 클래스는 마커 인터페이스로 정의하고, 필요한 속성들을 구현체에 정의합니다. 예를 들어:

Installs
1
First Seen
Mar 21, 2026
add-or-update-domain from smithery.ai