Supabase Local Development Skill
Goal
Manage the local Supabase environment for development and testing.
Instructions
- Identify the user's intent (e.g., starting the environment, checking status).
- Open the relevant rule file(s) for the command:
supabase init-> .agent/rules/supabase/commands/init.mdsupabase start-> .agent/rules/supabase/commands/start.mdsupabase stop-> .agent/rules/supabase/commands/stop.mdsupabase status-> .agent/rules/supabase/commands/status.mdsupabase services-> .agent/rules/supabase/commands/services.md
- Ensure Docker is running before executing
startorstop. - Verify the environment state with
supabase statusafter changes.
Examples
- "Initialize a new project" -> Use
supabase init - "Start the local database" -> Use
supabase start - "Stop all containers" -> Use
supabase stop
