database-helper

Design database schemas, optimize queries, and manage migrations across PostgreSQL and MySQL.

2|2|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/mehdiozdemir/awesome-agent-skills --skill database-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database-helper
Source: https://github.com/mehdiozdemir/awesome-agent-skills/tree/main/skills/database-helper
Command: npx skills add https://github.com/mehdiozdemir/awesome-agent-skills --skill database-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design robust database schemas, optimize queries, and manage migrations to improve reliability and performance.

Core Features & Use Cases

  • Schema design and normalization guidance for relational databases
  • Query performance tuning, indexing patterns, and migration workflows
  • ORM integration guidance and safe, reversible migrations for production systems

Quick Start

Model a normalized users table with appropriate indexes to begin.

Frequently Asked Questions about database-helper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a normalized database schema with appropriate indexing?

Design a normalized database schema by modeling clear table definitions and applying best-practice indexing patterns to optimize query performance. This ensures robust relational data structures with appropriate indexes for reliable data retrieval.

What is the best way to optimize SQL queries and manage database migrations?

Optimize SQL queries and manage database migrations by applying query performance tuning, indexing strategies, and safe migration workflows. This yields reversible production migrations and performance-focused query optimization across supported platforms.

Does this database schema design and migration guidance work with PostgreSQL and MySQL?

Schema design, query tuning, and migration workflows apply across PostgreSQL, MySQL, and other relational databases. It provides clear schema definitions, ORM integration guidance, and safe migrations for these specific database platforms.

Why does my database query performance need indexing strategies and query tuning?

Database query performance requires indexing strategies and query tuning to improve reliability and speed. Applying performance-focused indexing patterns and query optimization resolves slow data retrieval and ensures robust schema operations.

Can I use ORM integration with safe and reversible database migrations?

ORM integration guidance supports safe, reversible database migrations for production systems. It combines ORM integrations with migration workflows to ensure clear schema definitions and best-practice patterns without risking data loss.

When do I need query optimization and indexing patterns for my database?

You need query optimization and indexing patterns when designing robust database schemas or managing migrations to improve reliability. Performance-focused indexing and query tuning resolve slow queries and ensure safe workflow operations.