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
- Identify the target container (database service name)
- Set database connection environment variables
- Execute queries to inspect or modify data
- 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"