Skill for defining terminology and data structures.
Covers domain terminology, entities, relationships, and schema design.
Use proactively when starting a new project or when data structures are unclear.
Triggers: schema, terminology, data model, entity,
스키마, 용어, 데이터 모델,
スキーマ, 用語, データモデル,
模式, 术语, 数据模型,
esquema, terminología, modelo de datos,
schéma, terminologie, modèle de données,
Schema, Terminologie, Datenmodell,
schema, terminologia, modello dati
Do NOT use for: UI-only changes, deployment
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Skill for defining terminology and data structures.
Covers domain terminology, entities, relationships, and schema design.
Use proactively when starting a new project or when data structures are unclear.
Triggers: schema, terminology, data model, entity,
스키마, 용어, 데이터 모델,
スキーマ, 用語, データモデル,
模式, 术语, 数据模型,
esquema, terminología, modelo de datos,
schéma, terminologie, modèle de données,
Schema, Terminologie, Datenmodell,
schema, terminologia, modello dati
Do NOT use for: UI-only changes, deployment
Define the language and data structures of your project
Purpose
Create a shared vocabulary and data model before writing any code.
Deliverables
1. Terminology Glossary
## Terms
| Term | Definition | Example |
|------|------------|---------|
| User | A registered account | john@email.com |
| Order | A purchase transaction | ORD-123 |
| Product | An item for sale | Blue Widget |