database

Manage PostgreSQL databases and execute SQL queries with safety checks.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/tann200/CodingAgent --skill database-tann200
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database
Source: https://github.com/tann200/CodingAgent/tree/main/tui/.local/skills/database
Command: npx skills add https://github.com/tann200/CodingAgent --skill database-tann200

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, managing, and querying PostgreSQL databases, ensuring safe execution of SQL queries for both development and production environments.

Core Features & Use Cases

  • Database Management: Create, check status, and manage Replit's built-in PostgreSQL databases.
  • SQL Query Execution: Execute SQL queries with safety checks against development or production databases.
  • Use Case: When you need to check production data, debug database issues, or run SQL queries without the risk of destructive operations.

Quick Start

Check the status of your database with the 'checkDatabase' function.

Frequently Asked Questions about database

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

FAQPage Schema
How do I execute SQL queries safely on a production PostgreSQL database?

You can safely execute SQL queries on a PostgreSQL database using built-in safety checks designed for both development and production environments. This prevents destructive operations during database management and debugging.

How do I check the status of my PostgreSQL database in Replit?

You can check the status of your PostgreSQL database by invoking the 'checkDatabase' function. This allows you to quickly verify connectivity and monitor the health of Replit's built-in database environments.

Can I manage Replit's built-in PostgreSQL databases for development and production?

Yes, you can manage Replit's built-in PostgreSQL databases across both development and production environments. The Skill provides safety checks to ensure secure SQL query execution and database status monitoring.

What do I need to connect and run SQL queries against a PostgreSQL database?

To run SQL queries, you need an active connection to a PostgreSQL database and appropriate user permissions. These prerequisites ensure the database management commands can execute safely without unauthorized access.

What is the best way to debug database issues without risking destructive operations?

The best way to debug PostgreSQL database issues safely is by executing SQL queries through a system with built-in safety checks. This protects your development and production data from accidental destructive operations.