From c63a5fa50914dccdcbf799f69e20631fa675085f Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues Date: Wed, 21 Jan 2026 16:30:53 +0000 Subject: [PATCH] second reviewe --- .claude-plugin/marketplace.json | 9 +++++---- README.md | 7 ++----- package.json | 6 ++++-- .../package.json | 4 +++- .../.claude-plugin/plugin.json | 20 ++++++++++++++++++- 5 files changed, 33 insertions(+), 13 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 322e510..65dad0a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,7 +1,8 @@ { "name": "supabase-agent-skills", "owner": { - "name": "Supabase" + "name": "Supabase", + "email": "support@supabase.com" }, "metadata": { "description": "Official Supabase agent skills for Claude Code", @@ -16,8 +17,7 @@ "author": { "name": "Supabase" }, - "repository": "https://github.com/supabase/agent-skills", - "license": "MIT", + "category": "database", "keywords": [ "postgres", "postgresql", @@ -29,7 +29,8 @@ "rls", "indexing" ], - "category": "database" + "repository": "https://github.com/supabase/agent-skills", + "license": "MIT" } ] } diff --git a/README.md b/README.md index 1e38085..a5c7302 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@ # Supabase Agent Skills -Agents skills to help you develope with Supabase. These skills provide AI coding -agents like Claude Code, Cursor, Github Copilot, etc... with specialized -instructions for building and optimizing production Postgres and Supabase -applications. +Agent Skills to help developers using AI agents with Supabase. Agent Skills are folders of instructions, scripts, and resources that agents like Claude Code, Cursor, Github Copilot, etc... can discover and use to do things more accurately and efficiently. -Skills follow the [Agent Skills](https://agentskills.io/) format. +The skills in this repo follow the [Agent Skills](https://agentskills.io/) format. ## Installation diff --git a/package.json b/package.json index 38c3207..03c99e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { - "name": "postgres-best-practices", + "name": "supabase-agent-skills", "version": "1.0.0", - "private": true, + "author": "Supabase", + "license": "MIT", + "description": "Official Supabase agent skills", "scripts": { "build": "npm --prefix packages/postgres-best-practices-build run build", "validate": "npm --prefix packages/postgres-best-practices-build run validate" diff --git a/packages/postgres-best-practices-build/package.json b/packages/postgres-best-practices-build/package.json index bf4e1dd..52fadad 100644 --- a/packages/postgres-best-practices-build/package.json +++ b/packages/postgres-best-practices-build/package.json @@ -1,8 +1,10 @@ { "name": "postgres-best-practices-build", "version": "1.0.0", - "private": true, "type": "module", + "author": "Supabase", + "license": "MIT", + "description": "Build system for Supabase agent skills", "scripts": { "build": "tsx src/build.ts", "build-agents": "tsx src/build.ts --agents-only", diff --git a/skills/postgres-best-practices/.claude-plugin/plugin.json b/skills/postgres-best-practices/.claude-plugin/plugin.json index bdaf8b4..897f2e4 100644 --- a/skills/postgres-best-practices/.claude-plugin/plugin.json +++ b/skills/postgres-best-practices/.claude-plugin/plugin.json @@ -1,5 +1,23 @@ { "name": "postgres-best-practices", "description": "Postgres performance optimization and best practices from Supabase. Use when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.", - "version": "1.0.0" + "version": "1.0.0", + "author": { + "name": "Supabase", + "email": "support@supabase.com" + }, + "category": "database", + "keywords": [ + "postgres", + "postgresql", + "database", + "sql", + "performance", + "optimization", + "supabase", + "rls", + "indexing" + ], + "repository": "https://github.com/supabase/agent-skills", + "license": "MIT" }