원클릭으로
domain-model
Template for documenting domain model entities and relationships
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Template for documenting domain model entities and relationships
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Fetch Your Application logs from Google Cloud Logging using gcloud-logs.sh CLI. Use when debugging production issues, tracing request flows, analyzing errors, or investigating service behavior.
Access SonarQube 2025.1 Developer Edition via sonar-issues.sh CLI
PostgreSQL schema access via grep lookups - provides table structures, columns, constraints, indexes, and relationships on-demand without embedding full schema
Expert knowledge on testing strategies - covers unit testing, integration testing, test data builders, async verification patterns, external API mocking, and debugging test failures. Use when writing tests, debugging test failures, understanding test infrastructure, creating test data, or setting up mocks.
SOC 직업 분류 기준
| name | domain-model |
| description | Template for documenting domain model entities and relationships |
This skill provides domain model knowledge for the project.
Document your project's domain model here to give agents context about:
Purpose: [What this entity represents]
| Field | Type | Required | Description |
|---|---|---|---|
| id | Long/UUID | Yes | Primary key |
| name | String | Yes | [Business meaning] |
| status | Enum | Yes | [Possible values and meanings] |
| createdAt | DateTime | Yes | Record creation timestamp |
Relationships:
entity_id)Business Rules:
Replace this template with your actual domain model. The more detail you provide, the better agents can: