Database

Improves SQL and NoSQL database design, management, and performance for PostgreSQL and MongoDB.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/saknarinZ/agent_skills_gemini --skill database-saknarinz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Database
Source: https://github.com/saknarinZ/agent_skills_gemini/tree/main/.agent/skills/database
Command: npx skills add https://github.com/saknarinZ/agent_skills_gemini --skill database-saknarinz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design, manage, and optimize databases across SQL and NoSQL ecosystems to improve performance, reliability, and scalability.

Core Features & Use Cases

  • Schema design best practices for PostgreSQL and MongoDB to create scalable, maintainable structures.
  • Indexing and query optimization to accelerate reads and writes in production workloads.
  • Migration strategies, backups, and monitoring to ensure data integrity and reliable operation in live systems.

Quick Start

Describe your current database workload and I will generate a scalable schema and optimization plan.

Frequently Asked Questions about Database

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

FAQPage Schema
How do I design a scalable database schema for PostgreSQL and MongoDB?

Database schema design for PostgreSQL and MongoDB requires structuring scalable, maintainable data models. This process applies best practices to ensure your schema supports production workloads reliably while maintaining data integrity across SQL and NoSQL ecosystems.

What's the best way to optimize database indexing and query performance?

Database indexing and query optimization accelerate reads and writes in production workloads. By applying proper indexing strategies and connection pooling recommendations, you can significantly improve database performance and reduce latency for heavy query operations.

How do I manage database migrations without losing data integrity?

Database migrations require structured workflows to ensure data integrity during schema changes. By applying migration strategies alongside backups and monitoring, you can safely transition database structures in live systems while maintaining reliable operation.

Can I use one workflow for both SQL and NoSQL database performance tuning?

Database performance tuning across SQL and NoSQL ecosystems is achievable through unified optimization plans. You can apply indexing, connection pooling, and ongoing monitoring techniques to both PostgreSQL and MongoDB to improve reliability and scalability.

When do I need connection pooling recommendations for my database?

Connection pooling recommendations are needed when database workloads experience high concurrent traffic or performance bottlenecks. Applying proper pooling strategies optimizes connection management, accelerating read and write operations in production environments.