AgentSkillsCN

supabase-management-apis

管理 Supabase 组织、项目、分支、域名,以及自定义配置。当用户输入“列出项目”、“创建组织”、“管理分支”或“Supabase 组织”等短语时,可触发此技能。

SKILL.md
--- frontmatter
name: supabase-management-apis
description: Manage Supabase organizations, projects, branches, domains, and custom configurations. Triggered by phrases like "list projects", "create organization", "manage branches", or "supabase orgs".

Supabase Management APIs Skill

Goal

Manage administrative aspects of Supabase entities (organizations, projects, etc.).

Instructions

  1. Identify the entity being managed (org, project, branch, etc.).
  2. Open the relevant rule file:
  3. Ensure you are authenticated (supabase login) before running these commands.
  4. 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