Files
supabase-postgres-best-prac…/.claude-plugin/marketplace.json
Pedro Rodrigues c63a5fa509 second reviewe
2026-01-21 16:32:52 +00:00

37 lines
941 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",
"source": "./skills/postgres-best-practices",
"description": "Postgres performance optimization and best practices. Use when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.",
"version": "1.0.0",
"author": {
"name": "Supabase"
},
"category": "database",
"keywords": [
"postgres",
"postgresql",
"database",
"sql",
"performance",
"optimization",
"supabase",
"rls",
"indexing"
],
"repository": "https://github.com/supabase/agent-skills",
"license": "MIT"
}
]
}