Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

postgres-patterns

PostgreSQL best practices for indexing, schema design, query optimization, and security.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
4

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill postgres-patterns
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, postgres-patterns has 4 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/postgres-patterns.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
PostgreSQL best practices for indexing, schema design, query optimization, and security. Quick reference for PostgreSQL best practices. For detailed guidance, use the database-reviewer agent. Composite Index Order: Covering Index: Partial Index: RLS Policy (Optimized): UPSERT: Cursor Pagination: Queue Processing: Based on Supabase Agent Skills (credit: Supabase team) (MIT License) - Covers six index types with specific use cases: B-tree for equality/range queries, composite for multi-column filters, GIN for JSONB and full-text search, and BRIN for time-series data - Includes data type guidance (bigint for IDs, text over varchar, timestamptz for timestamps, numeric for money) and anti-pattern detection queries for unindexed foreign keys and slow queries - Provides ready-to-use SQL patterns for covering indexes, partial indexes, cursor pagination, UPSERT, queue processing, and Row Level Security policies - Configuration template covers connection limits, timeouts, monitoring setup, and security defaults - Writing SQL queries or migrations - Designing database schemas - Troubleshooting slow queries - Implementing Row Level Security - Setting up connection pooling - Agent: database-reviewer - Full database review workflow - Skill: clickhouse-io - ClickHouse analytics patterns - Skill: backend-patterns - API and backend patterns

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does postgres-patterns do?

PostgreSQL best practices for indexing, schema design, query optimization, and security.

Is postgres-patterns good?

postgres-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support postgres-patterns?

postgres-patterns currently lists compatibility with Claude Code, Cursor, Skills CLI.

Is postgres-patterns safe to install?

postgres-patterns has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to postgres-patterns?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install postgres-patterns?

Run the following command to install postgres-patterns: npx skills add https://github.com/affaan-m/everything-claude-code --skill postgres-patterns

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering