mirror of
https://github.com/supabase/agent-skills.git
synced 2026-01-26 19:09:51 +08:00
28 lines
875 B
JSON
28 lines
875 B
JSON
{
|
|
"name": "supabase-agent-skills",
|
|
"owner": {
|
|
"name": "Supabase",
|
|
"email": "support@supabase.com"
|
|
},
|
|
"metadata": {
|
|
"description": "Official Supabase agent skills for Claude Code",
|
|
"version": "1.0.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "postgres-best-practices",
|
|
"description": "Postgres performance optimization and best practices. Use when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.",
|
|
"source": "./",
|
|
"strict": false,
|
|
"skills": ["./skills/postgres-best-practices"]
|
|
},
|
|
{
|
|
"name": "postgrest-best-practices",
|
|
"description": "PostgREST API usage patterns and best practices. Use when writing, reviewing, or optimizing PostgREST queries, resource embedding, filtering, mutations, or RPC calls.",
|
|
"source": "./",
|
|
"strict": false,
|
|
"skills": ["./skills/postgrest-best-practices"]
|
|
}
|
|
]
|
|
}
|