database-expert

Optimize database performance across PostgreSQL, MySQL, MongoDB, and SQLite.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/ahiendz/DuAnCuoiKhoa --skill database-expert-ahiendz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database-expert
Source: https://github.com/ahiendz/DuAnCuoiKhoa/tree/main/.agents/skills/database-expert
Command: npx skills add https://github.com/ahiendz/DuAnCuoiKhoa --skill database-expert-ahiendz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Database performance, scalability, and reliability are improved by optimizing schemas, query plans, and connection management across PostgreSQL, MySQL, MongoDB, and SQLite.

Core Features & Use Cases

  • Query performance analysis, indexing recommendations, and execution plan tuning for multiple engines.
  • Schema design guidance, normalization practices, and migration planning for robust data models.
  • Transaction management, connection pooling, and ORM integration patterns to prevent bottlenecks in production systems.

Quick Start

Identify current slow queries and missing indexes in your database and generate a prioritized optimization plan for immediate action.

Frequently Asked Questions about database-expert

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

FAQPage Schema
How do I optimize slow database queries in PostgreSQL and MySQL?

Optimize slow database queries by analyzing execution plans and adding effective indexes. This Skill provides query performance analysis and tuning recommendations to resolve bottlenecks across PostgreSQL and MySQL production systems.

What is the best way to plan zero-downtime database schema migrations?

The best way to plan zero-downtime database schema migrations is through robust schema design and normalization practices. This Skill guides you through migration planning to ensure data models remain reliable during production updates.

Does this database optimization approach work with MongoDB and SQLite?

Yes, this database optimization approach works with MongoDB and SQLite. It provides indexing recommendations and execution plan tuning across multiple engines, ensuring performance improvements for both relational and document-based databases.

How do I fix missing or ineffective indexes causing database bottlenecks?

Fix missing or ineffective indexes by generating a prioritized optimization plan for immediate action. This Skill identifies current slow queries and recommends specific indexing strategies to eliminate production bottlenecks.

Can I get guidance on connection pooling and transaction boundaries for my database?

Yes, you can get guidance on connection pooling and transaction boundaries. This Skill provides transaction management and ORM integration patterns to prevent connection bottlenecks and ensure reliable data processing.

When do I need to schedule vacuum and analyze operations for PostgreSQL performance tuning?

You need to schedule vacuum and analyze operations for PostgreSQL performance tuning when managing routine maintenance. This Skill provides guidance on vacuum and analyze scheduling to maintain query performance and database health.