com um clique
supabase-switch
Switch active Supabase project for MCP connection
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Switch active Supabase project for MCP connection
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Automatically detect and save person-related information (names, roles, contact info, relationships, organizations) to Core Memory (Caduceus). Triggers when user mentions people with descriptive details like job titles, phone numbers, emails, responsibilities, or relationships to other people or organizations.
Send professional client updates with deliverables via email and WhatsApp notification. Use when user wants to share work, send assets, or give a client an update on progress.
Distill Claude Code session operations into reusable tinctures (Skills, Commands, Agents). Uses category theory for structural preservation, information theory for potency analysis, and the Golden Ratio for classification. Use when you want to capture effective workflows, or when the user says "distill", "extract this", "make a tincture", "capture this workflow", or "turn this into a skill/command".
Fuse two things into one unified creation. Use when user says fuse, fusion, combine, merge, or wants to unite documents, projects, concepts, ideas, frameworks, or any two entities into something greater than either alone.
Pattern for building interactive CLI tutors in Go with standardized colors, progress tracking, and pedagogical elements
Brutal enforcer of production-grade coding practices. The bane of vibe-coded slop and spaghetti code. Mars audits codebases for the hidden sins that separate "it works on my machine" from battle-tested production systems.
| name | supabase-switch |
| description | Switch active Supabase project for MCP connection |
| version | 2.0.0 |
| author | Claude |
| user_invocable | true |
| arguments | [project-name] - Name of project to switch to (e.g., biogenesis, docti) |
Switch between configured Supabase projects for MCP database operations.
/supabase-switch # List available projects
/supabase-switch biogenesis # Switch to BioGenesis project
/supabase-switch docti # Switch to Docti project
~/.claude/supabase-projects.json for available projectsWhen invoked, perform these steps:
Read: ~/.claude/supabase-projects.json
Read: ~/.claude/mcp.json (to find current project_ref in URL)
Display:
activeProject in supabase-projects.jsonurl field in ~/.claude/mcp.json under supabase server:
https://mcp.supabase.com/mcp?project_ref=OLD_REFhttps://mcp.supabase.com/mcp?project_ref=NEW_REF"supabase": {
"comment": "Supabase MCP - ProjectName (ref). Use /supabase-switch to change.",
"type": "http",
"url": "https://mcp.supabase.com/mcp?project_ref=PROJECT_REF_HERE",
"headers": {
"Authorization": "Bearer ACCESS_TOKEN_HERE"
}
}
To add a new project, edit ~/.claude/supabase-projects.json:
{
"activeProject": "biogenesis",
"projects": {
"new-project": {
"name": "Human Readable Name",
"ref": "supabase-project-ref-here",
"description": "What this project is for"
}
}
}
~/.claude/supabase-projects.json
~/.claude/mcp.json (supabase server entry - HTTP type with URL containing project_ref)
project_ref URL parameter