database-schema-design
Design normalized database schemas, ERDs, and migration scripts for SQL and NoSQL databases.
Install
npx skills add https://github.com/supercent-io/skills-template --skill database-schema-designStats
| Total installs | 12,147 |
| Weekly installs | 12.1K |
| GitHub stars | 88 |
| First seen | Jan 24, 2026 |
| Source | @supercent-io/skills-template |
Summary
- Covers entity definition, relationship design (1:1, 1:N, N:M), and normalization levels (1NF–3NF) for PostgreSQL, MySQL, MongoDB, and SQLite
- Provides indexing strategies, constraint setup, and trigger implementation to ensure data integrity and query performance
- Includes migration script generation with UP/DOWN rollback capabilities for safe schema evolution
- Delivers complete schema artifacts: ERD diagrams, SQL DDL, migration files, and documentation with best practices for denormalization trade-offs
Tags
Related skills
| Skill | Installs | vs database-schema-design |
|---|---|---|
| data-analysis | 13,828 | +1,681 |
| nodejs-backend-patterns | 12,786 | +639 |
| postgresql-optimization | 8,755 | -3,392 |
| postgresql-table-design | 9,672 | -2,475 |
| fastapi-templates | 9,402 | -2,745 |
FAQ
- How many installs does database-schema-design have?
- database-schema-design has 12,147 total installs and 12.1K installs this week.
- Where is database-schema-design hosted?
- database-schema-design is published by @supercent-io/skills-template at https://github.com/supercent-io/skills-template.
- How many GitHub stars does database-schema-design have?
- database-schema-design has 88 GitHub stars.
- When was database-schema-design first indexed?
- OrangeBot.AI first indexed database-schema-design on Jan 24, 2026.
- How do I install database-schema-design?
- Run: npx skills add https://github.com/supercent-io/skills-template --skill database-schema-design