一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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.
| 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: