diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..833d685 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,35 @@ +{ + "name": "supabase-plugins", + "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" + } + ] +} diff --git a/skills/postgres-best-practices/.claude-plugin/plugin.json b/skills/postgres-best-practices/.claude-plugin/plugin.json new file mode 100644 index 0000000..bdaf8b4 --- /dev/null +++ b/skills/postgres-best-practices/.claude-plugin/plugin.json @@ -0,0 +1,5 @@ +{ + "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" +}