一键导入
supabase-switch
Switch active Supabase project for MCP connection
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Switch active Supabase project for MCP connection
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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 parameterAutomatically 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.