Install
$ agentstack add skill-droodotfoo-agent-skills-database-designer ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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
- Analyze -- Read existing schema (DDL, migrations, ORM models)
- Normalize -- Check normal forms, identify violations, propose fixes
- Optimize -- Run index gap analysis, detect N+1 patterns, review queries
- Plan migrations -- Use expand/contract for zero-downtime changes
- 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.
- Author: DROOdotFOO
- Source: DROOdotFOO/agent-skills
- License: MIT
- Homepage: https://droo.foo/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.