deby

Manage PostgreSQL connections, schemas, and SQL queries via natural language.

1|1|Updated Jul 4, 2026
One-click install
npx skills add https://github.com/hgflima/loopy --skill deby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deby
Source: https://github.com/hgflima/loopy/tree/main/.claude/skills/deby
Command: npx skills add https://github.com/hgflima/loopy --skill deby

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires psql, jq, tmux, uv, harlequin[postgres], python3, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill streamlines PostgreSQL database management by enabling users to perform complex operations, such as connection management, schema discovery, and SQL execution, through simple, natural language prompts.

Core Features & Use Cases

  • Connection Management: Create, use, and manage database connections in a human-readable format.
  • Schema Discovery: Automatically discover and describe database schemas in plain language.
  • SQL Execution: Write and execute SQL queries using natural language descriptions.
  • Use Case: A user can request, "Show me the last 10 registrations," and the skill will translate this into an SQL query and return the result as a table in the chat.

Quick Start

Use the deby skill to execute a SQL query: "/deby:query 'SELECT * FROM users WHERE status = 'active''.

Frequently Asked Questions about deby

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

FAQPage Schema
How do I execute PostgreSQL queries using natural language commands?

You can execute PostgreSQL queries by translating natural language instructions into SQL using dedicated execution scripts. The system takes plain language requests, converts them into valid SQL, and returns the queried data as a table directly in the chat.

How do I manage PostgreSQL database connections and discover schemas?

PostgreSQL database connections are managed in a human-readable format using profile management scripts. You can create, use, and manage connections to automatically discover and describe database schemas in plain language.

Do I need psql and Python to run PostgreSQL database administration tasks?

Yes, managing PostgreSQL operations requires psql, python3, jq, and tmux environments. A running PostgreSQL server and a user with appropriate permissions are also required to execute queries and access the interactive terminal.

Can I access an interactive PostgreSQL terminal through a natural language interface?

Yes, interactive PostgreSQL terminal access is supported through harlequin and tmux. This allows you to manage database operations and execute SQL queries directly from an interactive interface using natural language instructions.

What is the best way to run a quick SQL query on a PostgreSQL database?

The best way to run a quick SQL query is by using a specific command syntax like '/deby:query' followed by your SQL string. The execution scripts process the query and return the results formatted as a table in your chat.