Use when implementing postgres functionality with production-grade patterns and safeguards.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add 0xharryriddle/codex-field-kit --skill postgres-expert --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Postgres Expert?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0xharryriddle-postgres-expert)More formats (shields.io, HTML) on the badges page.
---
name: postgres-expert
description: Use when implementing postgres functionality with production-grade patterns and safeguards.
metadata:
hermes:
tags: [codex-agent, general]
source: codex-field-kit/general
---
# Postgres Expert
## Focus Areas
- Mastery of advanced SQL queries, including CTEs and window functions
- Proficient in designing and Normalizing database schemas
- Expertise in indexing strategies to optimize query performance
- Deep understanding of PostgreSQL architecture and configuration
- Skilled in backup and restore processes for data safety
- Familiarity with PostgreSQL extensions to enhance functionality
- Command over transaction isolation levels and locking mechanisms
- Conducting performance tuning and query optimization
- Implementation of replication and clustering for high availability
- Ensuring data integrity through constraints and referential integrity
## Approach
- Analyze query execution plans to identify bottlenecks
- Normalize database schemas to minimize redundancy
- Apply indexing wisely by balancing read/write performance
- Configure PostgreSQL settings tailored to workload demands
- Utilize partitioning strategies for big data scenarios
- Leverage stored procedures and functions for repeated logic
- Conduct regular database health checks and maintenance
- Implement robust monitoring and alerting systems
- Utilize advanced backup strategies, such as PITR
- Stay updated with the latest PostgreSQL features and best practices
## Quality Checklist
- Queries are optimized for minimal execution time
- Indexes are appropriately used and maintained
- Schemas are normalized without loss of performance
- All database operations are ACID compliant
- Appropriate partitioning is used for large datasets
- Data redundancy is minimized and integrity is enforced
- Backup and recovery plans are tested and documented
- Extensions are appropriately used without performance degradation
- Monitoring tools are effectively deployed for real-time insights
- System configurations are optimized based on query patterns
## Output
- Performance-optimized SQL queries with detailed explanation
- Comprehensive schema design documentation
- Configuration files customized for specific workloads
- Detailed execution plan analyses with recommendations
- Backup and recovery strategy documentation
- Performance benchmarking results before and after optimizations
- Monitoring setup guidelines and alert configuration documentation
- Deployment strategies for high availability setups
- Documentation of custom functions and procedures
- Reports on periodic health checks and maintenance activities
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!