database

Manage PostgreSQL databases and execute parameterized SQL queries safely.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/4tie/fortiesr --skill database-4tie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database
Source: https://github.com/4tie/fortiesr/tree/main/.local/skills/database
Command: npx skills add https://github.com/4tie/fortiesr --skill database-4tie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you provision, check, query, and safely work with PostgreSQL databases when you need reliable access to development or production data without risky manual SQL handling.

Core Features & Use Cases

  • Database Provisioning: Create or verify a PostgreSQL database and confirm the environment is ready.
  • Safe SQL Execution: Run parameterized queries with guardrails for development, read-only production access, and destructive-operation protection.
  • Production Debugging: Inspect live data, troubleshoot missing columns or tables, and understand production schema issues through the supported publish flow.
  • Warehouse Exploration: Query metadata or small samples from BigQuery, Databricks, or Snowflake when you need quick schema discovery or targeted analysis.

Quick Start

Ask the database skill to check whether the PostgreSQL database is provisioned and then run a safe read-only query against the data you want to inspect.

Frequently Asked Questions about database

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

FAQPage Schema
How do I run read-only SQL queries against a production PostgreSQL database safely?

You can run read-only SQL queries against a production PostgreSQL database safely by using enforced parameterized query handling and built-in destructive-operation protection. This approach prevents accidental data modification while inspecting live data.

What is the best way to check if a PostgreSQL database is provisioned and ready for querying?

The best way to check if a PostgreSQL database is provisioned is to request a database readiness verification. This confirms your environment setup is fully prepared before you execute any SQL queries or apply schema migrations.

Can I inspect schemas and query small samples from BigQuery, Databricks, or Snowflake?

Yes, you can inspect schemas and query small samples from BigQuery, Databricks, or Snowflake. This skill supports warehouse exploration for quick metadata discovery and targeted analysis without requiring full database migrations.

How do I handle publish-time schema migrations in PostgreSQL?

To handle publish-time schema migrations in PostgreSQL, this skill provides explicit migration guidance and Stripe schema protection. It ensures structural changes are applied safely during production debugging and deployment workflows.

Does this database tool protect against destructive SQL operations in development workflows?

Yes, this database tool protects against destructive SQL operations in development workflows by enforcing parameterized query handling and read-only production access. These guardrails prevent accidental data loss during active development and live troubleshooting.