Database design, queries, optimization, and schema management. Use when working with databases.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill db --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Db?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-opencode-supreme-setup-opencode-supreme-setup)More formats (shields.io, HTML) on the badges page.
---
name: db
description: Database design, queries, optimization, and schema management. Use when working with databases.
---
## db
Design and optimize databases.
### Design principles
- Normalize to reduce redundancy
- Appropriate data types
- Index WHERE, JOIN, ORDER BY columns
- Foreign keys for integrity
- Migration scripts
### Query optimization
- EXPLAIN ANALYZE to check plans
- Avoid SELECT *
- LIMIT results
- JOINs over subqueries
- Batch in transactions
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!