database

Execute and manage PostgreSQL databases with environment isolation and read-only production access.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/YSheldon/Prompt-Log --skill database-ysheldon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database
Source: https://github.com/YSheldon/Prompt-Log/tree/main/.local/skills/database
Command: npx skills add https://github.com/YSheldon/Prompt-Log --skill database-ysheldon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PostgreSQL database provisioning, status checks, safe SQL execution, and read-only production queries are streamlined to prevent accidental changes while debugging live data.

Core Features & Use Cases

  • Provision and verify PostgreSQL databases in development or production environments with safety checks.
  • Execute parameterized queries and read-only production queries to inspect live data without risking data loss.
  • Enforce environment isolation and guardrails to prevent destructive operations.

Quick Start

Ask the AI to check the database provisioning status and run a safe SELECT query against the development database to verify connectivity.

Frequently Asked Questions about database

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

FAQPage Schema
How do I safely query a PostgreSQL database in production without risking data loss?

You can safely query a PostgreSQL production database by executing read-only SELECT queries. This enforces environment isolation and guards against destructive operations, allowing you to inspect live data without accidental changes.

What is the best way to check PostgreSQL provisioning status in development environments?

The best way to check PostgreSQL provisioning status is to request a status verification against the development database. This validates connectivity and confirms the environment is correctly configured with the required safety checks enabled.

Can I execute parameterized SQL queries against a live PostgreSQL database?

Yes, you can execute parameterized SQL queries against a live PostgreSQL database. This approach supports safe query execution by preventing accidental changes, ensuring destructive operations are blocked during live data debugging.

Does this PostgreSQL management approach block destructive operations on production databases?

Yes, this PostgreSQL management approach strictly blocks destructive operations on production databases. It enforces environment isolation and provides read-only access, returning required environment variables after setup to ensure secure queries.

How do I verify database connectivity after setting up environment variables?

To verify database connectivity after setup, execute a safe SELECT query against the development database. The system will clearly confirm the connection and return the required environment variables needed for secure access.