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.md - •
supabase start-> .agent/rules/supabase/commands/start.md - •
supabase stop-> .agent/rules/supabase/commands/stop.md - •
supabase status-> .agent/rules/supabase/commands/status.md - •
supabase 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