database-schema-designer
Generates optimized SQL and NoSQL database schemas from natural language with normalization and migration guidance.
Install
npx skills add https://github.com/softaworks/agent-toolkit --skill database-schema-designerStats
| Total installs | 3,408 |
| Weekly installs | 565 |
| GitHub stars | 1.2K |
| First seen | Jan 20, 2026 |
| Source | @softaworks/agent-toolkit |
Summary
- Generates complete schemas from natural language descriptions, covering entities, relationships, constraints, and indexes tailored to SQL or NoSQL databases
- Provides normalization guidance (1NF through 3NF), foreign key strategies with ON DELETE rules, and composite index planning based on access patterns
- Includes anti-patterns reference (FLOAT for money, missing FK indexes, non-reversible migrations) and verification checklist for schema quality
- Supports zero-downtime migration patterns, denormalization for read-heavy workloads, and performance optimization via EXPLAIN analysis and query pattern matching
Tags
Related skills
| Skill | Installs | vs database-schema-designer |
|---|---|---|
| event-store-design | 3,600 | +192 |
| langgraph-persistence | 2,629 | -779 |
| similarity-search-patterns | 3,525 | +117 |
| naming-analyzer | 3,310 | -98 |
| incident-runbook-templates | 3,431 | +23 |
FAQ
- How many installs does database-schema-designer have?
- database-schema-designer has 3,408 total installs and 565 installs this week.
- Where is database-schema-designer hosted?
- database-schema-designer is published by @softaworks/agent-toolkit at https://github.com/softaworks/agent-toolkit.
- How many GitHub stars does database-schema-designer have?
- database-schema-designer has 1.2K GitHub stars.
- When was database-schema-designer first indexed?
- OrangeBot.AI first indexed database-schema-designer on Jan 20, 2026.
- How do I install database-schema-designer?
- Run: npx skills add https://github.com/softaworks/agent-toolkit --skill database-schema-designer