neondatabase/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.
npx skills add https://github.com/neondatabase/postgres-skills --skill postgres-best-practices
Guidelines and best practices for working with Postgres, covering schema design, indexing, query optimization, and common pitfalls.
| Area | Resource | When to Use |
| -------------- | --------------------------------- | ------------------------------------------------ |
| Schema Design | references/schema-design.md | Designing tables, choosing data types, normalizing |
Take neondatabase/postgres-best-practices from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.