fix: readme format

This commit is contained in:
ruf-io
2026-02-23 11:58:14 -05:00
parent 7892ed27a7
commit 41f48001a4
+12 -15
View File
@@ -2,9 +2,11 @@
A collection of [Agent Skills](https://agentskills.io/) for Postgres, curated from practitioners with years of real-world experience building and scaling applications on Postgres. A collection of [Agent Skills](https://agentskills.io/) for Postgres, curated from practitioners with years of real-world experience building and scaling applications on Postgres.
## Goal ## Installation
Give every AI engineer instant access to the wisdom of a staff engineer who has seen what works and what fails in production Postgres. Once installed, these skills guide your agent toward proven patterns and away from common mistakes. ```bash
npx skills add neondatabase/postgres-skills
```
## What are Agent Skills? ## What are Agent Skills?
@@ -20,23 +22,22 @@ Each skill starts with a `SKILL.md` file that serves as the entry point, allowin
Best practices and guidelines for working with Postgres. Covers schema design, indexing, query optimization, and common pitfalls. Best practices and guidelines for working with Postgres. Covers schema design, indexing, query optimization, and common pitfalls.
## Installation
```bash
npx skills add neondatabase/postgres-skills
```
--- ---
## Guiding Principles for `postgres-skills` # About `postgres-skills`
**Vendor-agnostic.** The skills are for Postgres users, regardless of which provider or deployment they use. ## Goal
**Curated contributors.** Content comes from well-known, credible Postgres practitioners with demonstrated real-world expertise. Give every AI engineer instant access to the collected experience of a staff engineer who has seen what works and what fails in production Postgres. Once installed, these skills guide your agent toward proven patterns and away from common mistakes.
**Paid commissions.** Contributors are compensated for their time to keep the quality bar high. ## Guiding Principles
- **Vendor-agnostic.** The skills are for Postgres users, regardless of which provider or deployment they use.
- **Curated contributors.** Content comes from well-known, credible Postgres practitioners with demonstrated real-world expertise.
- **Paid commissions.** Contributors are compensated for their time to keep the quality bar high.
---
## Contributors ## Contributors
@@ -44,8 +45,6 @@ npx skills add neondatabase/postgres-skills
**Jonathan Katz** — [REVIEWER] PostgreSQL Core Team member and Principal Product Manager at AWS (Amazon RDS). Former VP of Platform Engineering at Crunchy Data. Active in the PostgreSQL community for over 15 years: co-chair of PGConf US, Secretary of the US PostgreSQL Association, and a contributor to pgvector. One of the most prolific writers and speakers on PostgreSQL fundamentals and best practices. **Jonathan Katz** — [REVIEWER] PostgreSQL Core Team member and Principal Product Manager at AWS (Amazon RDS). Former VP of Platform Engineering at Crunchy Data. Active in the PostgreSQL community for over 15 years: co-chair of PGConf US, Secretary of the US PostgreSQL Association, and a contributor to pgvector. One of the most prolific writers and speakers on PostgreSQL fundamentals and best practices.
---
## Call for Contributors ## Call for Contributors
We are looking for contributors with: We are looking for contributors with:
@@ -55,8 +54,6 @@ We are looking for contributors with:
All contributions are paid. Open an issue or reach out to start a conversation. All contributions are paid. Open an issue or reach out to start a conversation.
---
## AI Policy ## AI Policy
Skills must be written by humans. AI-generated content defeats the purpose: if the information can be generated by an AI on demand, there is no value in encoding it into a skill ahead of time. Skills must be written by humans. AI-generated content defeats the purpose: if the information can be generated by an AI on demand, there is no value in encoding it into a skill ahead of time.