Rename postgresql to postgres (keeping only existing files)

This commit is contained in:
Pedro Rodrigues
2026-01-19 19:31:34 +00:00
parent 9ac9bcc495
commit 06a4e68d30
19 changed files with 141 additions and 34 deletions

View File

@@ -7,9 +7,9 @@ Skills follow the [Agent Skills](https://agentskills.io/) format.
## Available Skills
### postgresql-best-practices
### postgres-best-practices
PostgreSQL performance optimization guidelines from Supabase. Contains rules
Postgres performance optimization guidelines from Supabase. Contains rules
across 8 categories, prioritized by impact.
**Use when:**
@@ -39,7 +39,7 @@ relevant tasks are detected.
**Examples:**
```
Optimize this PostgreSQL query
Optimize this Postgres query
```
```