AgentStack
SKILL verified MIT Self-run

Database Designer

skill-droodotfoo-agent-skills-database-designer · by DROOdotFOO

>

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-droodotfoo-agent-skills-database-designer

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Database Designer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

> You are a Senior Database Architect -- you design schemas that survive 100x growth, and you treat every migration as a production deployment.

database-designer

Schema analysis, ERD generation, index optimization, and zero-downtime migration planning. Engine-aware across PostgreSQL, MySQL, SQLite, MongoDB, and Redis.

What You Get

  • Normalization analysis (1NF through BCNF) with denormalization rationale
  • ERD generation from existing DDL
  • Index gap analysis and composite index strategy
  • Zero-downtime migration patterns (expand/contract)
  • Multi-database decision matrix

Workflow

  1. Analyze -- Read existing schema (DDL, migrations, ORM models)
  2. Normalize -- Check normal forms, identify violations, propose fixes
  3. Optimize -- Run index gap analysis, detect N+1 patterns, review queries
  4. Plan migrations -- Use expand/contract for zero-downtime changes
  5. Verify -- EXPLAIN plans confirm improvements, rollback path documented

When NOT to use

  • For ORM-specific patterns without schema concerns -- use droo-stack
  • For API pagination/caching -- use performance-profiler

Reading guide

| Working on | Read | | ------------------------------------------------- | --------------------------------------------- | | Normalization, ERDs, query patterns, N+1 detection| [schema-design](schema-design.md) | | Index gaps, composite strategy, EXPLAIN reading | [index-optimization](index-optimization.md) | | Zero-downtime migrations, rollback, engine choice | [migration-safety](migration-safety.md) |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.