Official Supabase plugin for Claude Code. This repository is the Claude-specific distribution surface for Supabase. It bundles:
skills/supabasefor general Supabase product guidanceskills/supabase-postgres-best-practicesfor Postgres performance and schema guidance.mcp.jsonfor the hosted Supabase MCP server
supabase-plugin/
βββ .claude-plugin/
β βββ plugin.json
β βββ marketplace.json
βββ .mcp.json
βββ AGENTS.md
βββ CLAUDE.md
βββ README.md
βββ .github/workflows/
β βββ sync-agent-skills.yml
βββ skills/
βββ .upstream.json
βββ supabase/
βββ supabase-postgres-best-practices/
Validate the plugin manifest:
claude plugin validate .claude-plugin/plugin.jsonValidate the marketplace wrapper:
claude plugin validate .claude-plugin/marketplace.jsonRun the plugin locally:
claude --plugin-dir .Then use /reload-plugins after edits and verify the namespaced skills:
/supabase:supabase/supabase:supabase-postgres-best-practices
- The root
skills/directory must contain real files. Do not switch it back to a symlink or submodule-backed path. - Vendored skills are synced from
supabase/agent-skillsrelease assets through.github/workflows/sync-agent-skills.yml.