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
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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 |