PluginBench
Skill
Official
Pass
Audit score 90

postgres-best-practices

neondatabase/postgres-skills

How to install postgres-best-practices

npx skills add https://github.com/neondatabase/postgres-skills --skill postgres-best-practices
Claude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)

Source of truth, from neondatabase/postgres-skills.


name: postgres-best-practices description: 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

AreaResourceWhen to Use
Schema Designreferences/schema-design.mdDesigning tables, choosing data types, normalizing