postgresql-optimization
PostgreSQL database optimization workflow for query tuning, indexing strategies, performance analysis, and production database management.
npx skills add sickn33/agentic-awesome-skills --skill postgresql-optimization --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# PostgreSQL Optimization Workflow ## Overview Specialized workflow for PostgreSQL database optimization including query tuning, indexing strategies, performance analysis, vacuum management, and production database administration. ## When to Use This Workflow Use this workflow when: - Optimizing slow PostgreSQL queries - Designing indexing strategies - Analyzing database performance - Tuning PostgreSQL configuration - Managing production databases ## Workflow Phases ### Phase 1: Performance Assessment #### Skills to Invoke - `database-optimizer` - Database optimization - `postgres-best-practices` - PostgreSQL best practices #### Actions 1. Check database version 2. Review configuration 3. Analyze slow queries 4. Check resource usage 5. Identify bottlenecks #### Copy-Paste Prompts ``` Use @database-optimizer to assess PostgreSQL performance ``` ### Phase 2: Query Analysis #### Skills to Invoke - `sql-optimization-patterns` - SQL optimization - `postgres-best-practices` - PostgreSQL patterns #### Actions 1. Run EXPLAIN ANALYZE 2. Identify scan types 3. Check join strategies 4. Analyze execution time 5. Find optimization opportunities #### Copy-Paste Prompts ``` Use @sql-optimization-
- Overview
- When to Use This Workflow
- Workflow Phases
- Phase 1: Performance Assessment
- Phase 2: Query Analysis
- Phase 3: Indexing Strategy
- Phase 4: Query Optimization
- Phase 5: Configuration Tuning
- Phase 6: Maintenance
- Phase 7: Monitoring
- Optimization Checklist
- Quality Gates
- Related Workflow Bundles
- Limitations
What does the postgresql-optimization skill do?
PostgreSQL database optimization workflow for query tuning, indexing strategies, performance analysis, and production database management.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill postgresql-optimization --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.