postgresql-psql
CommunityMaster PostgreSQL with psql, effortlessly.
Authormrgoonie
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Managing PostgreSQL databases can be complex and time-consuming, especially from the command line. This skill simplifies database administration, query execution, and scripting, allowing you to automate tasks and reduce manual effort.
Core Features & Use Cases
- Comprehensive psql Reference: Access detailed documentation for all psql commands, meta-commands, and options.
- Automated Database Tasks: Find examples for backups, health checks, and maintenance scripts.
- Query Optimization & Debugging: Use
EXPLAIN ANALYZEand monitoring tools to improve query performance. - Use Case: Quickly troubleshoot a slow query by getting an
EXPLAIN ANALYZEplan and identifying bottlenecks, then applying best practices for indexing.
Quick Start
Connect to a database
psql -U username -h hostname -d database_name
List tables in current schema
\dt
Show help for SQL commands
\h
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: postgresql-psql Download link: https://github.com/mrgoonie/claudekit-skills/archive/main.zip#postgresql-psql Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.