Skip to main content
Back to the directory
sickn33/antigravity-awesome-skillsSoftware EngineeringFrontend and Design

database-design

Structured guidance for database selection, schema design, and query optimization decisions.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill database-design
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, database-design has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: sickn33/antigravity-awesome-skills. Canonical URL: https://skills.sh/sickn33/antigravity-awesome-skills/database-design.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Structured guidance for database selection, schema design, and query optimization decisions. Learn to THINK, not copy SQL patterns. Read ONLY files relevant to the request! Check the content map, find what you need. Before designing schema: ❌ Default to PostgreSQL for simple apps (SQLite may suffice) ❌ Skip indexing ❌ Use SELECT * in production ❌ Store JSON when structured data is better ❌ Ignore N+1 queries This skill is applicable to execute the workflow or actions described in the overview. - Covers six core areas: database selection (PostgreSQL, Neon, Turso, SQLite), ORM choice (Drizzle, Prisma, Kysely), schema normalization, indexing strategy, query optimization, and safe migrations - Emphasizes context-driven decision-making rather than defaulting to PostgreSQL; includes a checklist for schema design prerequisites - Highlights common anti-patterns: unnecessary PostgreSQL adoption, missing indexes, SELECT * in production, JSON overuse, and N+1 queries - Organized as a modular reference with a content map directing you to relevant files based on your specific task - ASK user for database preferences when unclear - Choose database/ORM based on CONTEXT - Don't default to PostgreSQL for everything - Use this skill only when the task clearly matches the scope described above. - Do not treat the output as a substitute for environment-specific validation, testing, or expert...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does database-design do?

Structured guidance for database selection, schema design, and query optimization decisions.

Is database-design good?

database-design does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support database-design?

database-design currently lists compatibility with Skills CLI.

Is database-design safe to install?

database-design has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to database-design?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install database-design?

Run the following command to install database-design: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill database-design

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering