Files
neondatabase_postgres-skills/skills/postgres-best-practices/SKILL.md
T
Andre LandgrafandCursor fd7e65bb93 Skeleton setup for postgres-skills repo
Mirrors the agent-skills repo structure with a placeholder
postgres-best-practices skill and one example reference file.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 11:50:54 -08:00

805 B

name, description
name description
postgres-best-practices Best practices and guidelines for working with Postgres. Covers schema design, indexing strategies, query optimization, migrations, and common pitfalls. Use when writing SQL, designing database schemas, optimizing queries, or setting up a Postgres database.

Postgres Best Practices

Guidelines and best practices for working with Postgres, covering schema design, indexing, query optimization, and common pitfalls.

References

Area Resource When to Use
Schema Design references/schema-design.md Designing tables, choosing data types, normalizing