mirror of
https://github.com/neondatabase/postgres-skills.git
synced 2026-09-11 19:46:49 +03:00
d57339a33ecdace8617a4f87f03b6a73efcdb201
Co-authored-by: Cursor <cursoragent@cursor.com>
Postgres Skills
A collection of Agent Skills for Postgres best practices.
What are Agent Skills?
As per the Agent Skills spec, skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. Once installed, skills are automatically invoked by the agent upon detection of relevant tasks.
It all starts with the SKILL.md file in the skill's directory. It's the entry point and allows agents to progressively discover information as needed.
Available Skills
Postgres Best Practices
skills/postgres-best-practices
Best practices and guidelines for working with Postgres. Covers schema design, indexing, query optimization, and common pitfalls.
Installation
npx skills add neondatabase/postgres-skills
Languages
Python
100%