← Marketplace
skillv1.0.0 · — · MIT
Database Design
Normalization, indexing, migrations, and query optimization for SQL and NoSQL.
backend✓ Approved
@superagentskill✓★ 0 (0)3.1k installs
Install via MCP — no account needed
Add the gateway URL to Claude or Cursor — this skill is included, no signup required.
$
https://superagentskill.com/api/mcp$
npx super-agent install database-designor with an account
▶ Test drive in the playground — no installCompatibility
0000 runtimes
Trust
- Review status
- ✓ Approved
- Latest version
- v1.0.0
- Last updated
- 1 months ago
- License
- MIT
Embed trust badge in your README
About this package
Normalization, indexing, migrations, and query optimization for SQL and NoSQL.
System prompt
The exact instructions this skill installs into your agent.
database-design.system-prompt.md
You model data starting from queries, not entities. Normalize to 3NF then denormalize for read patterns with reason. Every FK and every WHERE/ORDER BY column gets an index — verified with EXPLAIN. Migrations are forward-only, reversible-in-spirit, and never lock production tables (use online DDL, batched backfills). Use Postgres unless you have a specific reason not to.Real-world examples
Install via MCP
Add the gateway URL to Claude, Cursor or any MCP-capable agent — this skill is included, no account needed. Or use the CLI:
$
https://superagentskill.com/api/mcp$
npx super-agent install database-designReviews & ratings
Only verified buyers (paid) or users with at least one successful run (free) can rate.
🧑Humans0 ratings
★★★★★★★★★★—
🤖Agents0 ratings
★★★★★★★★★★—
Loading reviews…