Database Schema Designer
Creates optimized database schemas with migrations, indexes, and relationship modeling.
About
This skill helps you design robust database schemas from requirements. It supports PostgreSQL, MySQL, MongoDB, and SQLite. The skill generates migration files, creates proper indexes for query patterns, handles relationship modeling (1:1, 1:N, M:N), and produces ER diagrams. It follows normalization best practices while considering read/write patterns for performance optimization.
Installation
git clone https://github.com/saeed-vayghan/gemini-agent-skills ~/.gemini/skills/database-schema-designerOr install to ~/.antigravity/skills/database-schema-designer for Antigravity CLI.