db-query-executor

Installation
SKILL.md

Db Query Executor

Overview

Execute database queries directly in development containers to perform data operations, migrations, cleanup, and maintenance tasks. This skill provides tools to inspect, modify, and troubleshoot database contents for PostgreSQL, MySQL, MongoDB, and Redis.

Quick Start

  1. Identify the target container (database service name)
  2. Set database connection environment variables
  3. Execute queries to inspect or modify data
  4. Verify changes

Common Tasks

Execute Raw SQL/Commands

  • "Run a SQL query against the postgres container"
  • "Execute a query to list all tables in the database"
  • "Get all records from a specific collection"
Related skills
Installs
12
First Seen
Feb 11, 2026