postgres-optimization

Community

Optimize PostgreSQL with AI-driven insights, effortlessly.

Authorvm-wylbur
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually optimizing PostgreSQL databases is complex, time-consuming, and often requires deep expertise. Slow queries and inefficient indexing can severely impact application performance and user experience. This skill automates the process, combining past learnings with live analysis.

Core Features & Use Cases

  • Memory-Augmented Research: Leverages past optimization successes and failures from institutional memory to inform current strategies, preventing repeated mistakes.
  • Live Database Analysis: Uses postgres-mcp tools to perform comprehensive health checks, identify slow queries, analyze execution plans, and recommend optimal indexes.
  • Intelligent Synthesis & Recommendation: Combines historical knowledge with real-time database data to propose actionable, verified optimization strategies, complete with expected performance impacts.
  • Use Case: When a user reports "My query to find users by email is very slow", the skill will search past optimizations, analyze the current database health and query plan, recommend a specific index, test its impact hypothetically, and, upon approval, execute and document the change.

Quick Start

Optimize my PostgreSQL database for slow queries. The skill will analyze your database, suggest improvements, and ask for approval before making changes.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: postgres-optimization
Download link: https://github.com/vm-wylbur/pb-dotfiles/archive/main.zip#postgres-optimization

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository