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 |