Files
supabase-postgres-best-prac…/.claude-plugin/marketplace.json
Pedro Rodrigues 6c42207a93 docs: add Claude Code plugin installation instructions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 15:59:54 +00:00

36 lines
904 B
JSON

{
"name": "supabase-agent-skills",
"owner": {
"name": "Supabase"
},
"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"
},
"repository": "https://github.com/supabase/agent-skills",
"license": "MIT",
"keywords": [
"postgres",
"postgresql",
"database",
"sql",
"performance",
"optimization",
"supabase",
"rls",
"indexing"
],
"category": "database"
}
]
}