بنقرة واحدة
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: