Supabase Local Development
Quickly set up and run a local Supabase development environment using Constellos' automated configuration and data seeding.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add supabase-local-development npx -- -y @trustedskills/supabase-local-development
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"supabase-local-development": {
"command": "npx",
"args": [
"-y",
"@trustedskills/supabase-local-development"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to set up and manage local Supabase development environments. It streamlines the process of creating a local database, configuring environment variables, and starting necessary services for rapid prototyping and testing. This eliminates reliance on remote Supabase instances during development.
When to use it
- Rapid Prototyping: Quickly spin up a local Supabase instance to test new features without affecting production data.
- Offline Development: Continue coding and testing even when an internet connection is unavailable.
- Local Testing: Easily run integration tests against a controlled, local database environment.
- Development Environment Setup: Automate the often complex process of setting up a Supabase development environment.
Key capabilities
- Local Supabase instance creation
- Environment variable configuration
- Service startup and management
Example prompts
- "Set up a local Supabase development environment."
- "Start my local Supabase database."
- “Configure the
POSTGRES_PASSWORDenvironment variable for my local Supabase project.”
Tips & gotchas
This skill assumes you have Docker installed and running. Ensure your system meets the prerequisites for running Docker containers before attempting to use this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.