botdocs install @botdocs/database-schema-design-guideA methodology for specifying relational data models covering normalization, indexing, migration, and naming conventions.
Drops the skill into Claude, Cursor, Codex, or ChatGPT — auto-detects what you have installed.
A methodology for thinking about and specifying relational data models.
users, order_items)first_name, created_at)[referenced_table_singular]_id (user_id, order_id)idx_[table]_[columns] (idx_users_email)[type]_[table]_[detail] (uq_users_email, fk_orders_user_id)You're viewing a preview — sign in to see the rest of this skill and copy or install it.