database

Connect to databases, execute queries, inspect schemas, and manage migrations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Niraven/pokee-deep-research-skill --skill database-niraven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database
Source: https://github.com/Niraven/pokee-deep-research-skill/tree/main/skills/database
Command: npx skills add https://github.com/Niraven/pokee-deep-research-skill --skill database-niraven

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies complex database operations, including connecting to various database systems, executing queries, managing schema migrations, and optimizing performance.

Core Features & Use Cases

  • Multi-Database Support: Works with PostgreSQL, SQLite, MySQL/MariaDB, Redis, and MongoDB.
  • Basic Operations: Connect, run queries, and execute SQL files.
  • Schema Management: Inspect schemas and perform database migrations.
  • Performance Tuning: Analyze slow queries and add indexes.
  • Use Case: You need to add an index to a PostgreSQL table to speed up lookups. This Skill can generate and execute the CREATE INDEX command for you.

Quick Start

Use the database skill to connect to a PostgreSQL database named 'mydatabase' as user 'admin'.

Frequently Asked Questions about database

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

FAQPage Schema
How do I manage schema migrations and inspect schemas across different database systems?

Database schema management involves inspecting and migrating schemas across PostgreSQL, SQLite, MySQL/MariaDB, Redis, and MongoDB. This Skill facilitates these operations alongside basic connection and query execution tasks. It requires understanding SQL best practices.

What's the best way to add an index to a PostgreSQL table to speed up lookups?

The best way to add an index for PostgreSQL performance tuning is to generate and execute a CREATE INDEX command. This Skill facilitates performance optimization by analyzing slow queries and adding appropriate indexes to speed up database lookups.

Can I use this database skill to connect to a Redis or MongoDB instance for administrative tasks?

Yes, you can use this database skill to connect to Redis and MongoDB instances. It supports administrative and development tasks across multiple database systems, allowing you to execute queries and manage operations beyond traditional SQL databases.

How do I execute SQL files and run queries on a MySQL database?

To execute SQL files and run queries on a MySQL database, you need to connect to the database system. This Skill facilitates basic database operations including connection management, direct query execution, and running external SQL files for MySQL/MariaDB.

Does optimizing database performance and analyzing slow queries require advanced SQL knowledge?

Yes, optimizing database performance and analyzing slow queries requires an understanding of SQL and database best practices. This Skill facilitates performance tuning by helping you add indexes and optimize operations, but foundational knowledge is needed.