Files
supabase-postgres-best-prac…/.claude-plugin/marketplace.json
2026-01-21 19:35:24 +00:00

23 lines
599 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"
]
}
]
}