Supabase Developer
Automates Supabase tasks like table creation, data seeding, and query optimization based on developer instructions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add supabase-developer npx -- -y @trustedskills/supabase-developer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"supabase-developer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/supabase-developer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The Supabase Developer skill enables AI agents to interact directly with your Supabase backend, allowing them to create tables, manage database schemas, and execute queries. It streamlines full-stack development by letting agents handle data persistence without manual code intervention.
When to use it
- Rapidly prototype new features that require immediate database changes.
- Automate routine maintenance tasks like schema migrations or data cleanup.
- Enable AI agents to read, update, and delete user-specific data dynamically.
- Integrate complex relational data logic into applications without writing raw SQL manually.
Key capabilities
- Create and modify database tables and schemas on demand.
- Execute custom SQL queries against the Supabase instance.
- Manage authentication users and roles within the system.
- Handle real-time subscriptions for live data updates.
Example prompts
- "Create a new table called
projectswith columns for title, description, and status." - "Run a query to find all active users who signed up in the last 30 days."
- "Update the schema to add an email column to the existing profiles table."
Tips & gotchas
Ensure your Supabase project has appropriate API keys exposed securely before allowing agents to execute write operations. Be cautious with automated schema changes, as they can impact existing data integrity if not tested thoroughly.
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.