mirror of
https://github.com/supabase/agent-skills.git
synced 2026-01-26 19:09:51 +08:00
second reviewe
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user