Skip to content

supabase-community/supabase-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supabase Claude Plugin

Official Supabase plugin for Claude Code. This repository is the Claude-specific distribution surface for Supabase. It bundles:

  • skills/supabase for general Supabase product guidance
  • skills/supabase-postgres-best-practices for Postgres performance and schema guidance
  • .mcp.json for the hosted Supabase MCP server

Repository Structure

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/

Local Validation

Validate the plugin manifest:

claude plugin validate .claude-plugin/plugin.json

Validate the marketplace wrapper:

claude plugin validate .claude-plugin/marketplace.json

Run the plugin locally:

claude --plugin-dir .

Then use /reload-plugins after edits and verify the namespaced skills:

  • /supabase:supabase
  • /supabase:supabase-postgres-best-practices

Notes

  • 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-skills release assets through .github/workflows/sync-agent-skills.yml.

About

Supabase plugin for Claude Code and other AI coding assistants

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors