Files
neondatabase_postgres-skills/README.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

30 lines
1.2 KiB
Markdown

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://neon.com/brand/neon-logo-dark-color.svg?new">
<source media="(prefers-color-scheme: light)" srcset="https://neon.com/brand/neon-logo-light-color.svg?new">
<img width="250px" alt="Neon Logo fallback" src="https://neon.com/brand/neon-logo-dark-color.svg?new">
</picture>
# Postgres Skills
A collection of [Agent Skills](https://agentskills.io/) 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](skills/postgres-best-practices/SKILL.md)
Best practices and guidelines for working with Postgres. Covers schema design, indexing, query optimization, and common pitfalls.
## Installation
```bash
npx add-skill neondatabase/postgres-skills
```