Supabase Management APIs Skill
Goal
Manage administrative aspects of Supabase entities (organizations, projects, etc.).
Instructions
- Identify the entity being managed (org, project, branch, etc.).
- Open the relevant rule file:
supabase orgs-> .agent/rules/supabase/commands/orgs.mdsupabase projects-> .agent/rules/supabase/commands/projects.mdsupabase branches-> .agent/rules/supabase/commands/branches.mdsupabase domains-> .agent/rules/supabase/commands/domains.mdsupabase sso-> .agent/rules/supabase/commands/sso.md
- Ensure you are authenticated (
supabase login) before running these commands. - Check 00_global_policy.md before deleting projects or branches.
Examples
- "List all my organizations" -> Use
supabase orgs list - "Show all projects" -> Use
supabase projects list - "Create a new preview branch" -> Use
supabase branches create
