Supabase Local Dev Loop

Configure Supabase local development with hot reload and testing. Use when setting up a development environment, configuring test workflows, or establishing a fast iteration cycle with Supabase. Trigger with phrases like "supabase dev setup", "supabase local development", "supabase dev environment", "develop with supabase".

micsapp Updated 3 repo stars

File contents

Supabase Local Dev Loop

Prerequisites

  • Completed supabase-install-auth setup
  • Node.js 18+ with npm/pnpm
  • Code editor with TypeScript support
  • Git for version control

See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.

Output

  • Working development environment with hot reload
  • Configured test suite with mocking
  • Environment variable management
  • Fast iteration cycle for Supabase development

Error Handling

See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.

Examples

See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.

Resources

Overview

Configure Supabase local development with hot reload and testing.

Instructions

  1. Assess the current state of the testing configuration
  2. Identify the specific requirements and constraints
  3. Apply the recommended patterns from this skill
  4. Validate the changes against expected behavior
  5. Document the configuration for team reference

micsapp/micstec-skills/tree/main/claude-code/plugins-plus-skills/plugins/saas-packs/supabase-pack/skills/supabase-local-dev-loop commit 1285cb8f66

Frequently asked questions

npx skillmds@latest add micsapp/supabase-local-dev-loop