一键导入
supabase
Supabase database management including migrations, RLS policies, seed data, auth configuration, and local development. Database files in api/supabase/.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Supabase database management including migrations, RLS policies, seed data, auth configuration, and local development. Database files in api/supabase/.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
FastAPI Python backend in api/. Covers routes, models, Supabase integration, authentication, R2 storage, and Cloudflare Workers deployment. Port 9990 for local dev. OpenAPI docs at /docs.
Rust/WASM backend in api-rust/. High-performance alternative using workers-rs, utoipa for OpenAPI, and Supabase REST API. Port 9990 for local dev. 10-100x faster than Python.
React + Vite + TailwindCSS frontend development in web/. Covers components, pages, routing, API client, Supabase auth, and Cloudflare Pages deployment. Port 6174 for local dev.
TypeScript type generation and synchronization between backend OpenAPI and frontend. Auto-generates types from /openapi.json using openapi-typescript. Critical after any API change.
Cloudflare deployment for frontend (Pages) and backend (Workers). Covers secrets, environment variables, custom domains, and production configuration.
| name | supabase |
| description | Supabase database management including migrations, RLS policies, seed data, auth configuration, and local development. Database files in api/supabase/. |
Database and authentication management using Supabase.
Analyze the user's intent and route to the appropriate workflow:
Migrations → workflows/create-migration.md
RLS Policies → workflows/rls-policies.md
Seed Data → workflows/seed-data.md
Auth Configuration → workflows/auth-config.md
Database Operations → workflows/db-operations.md
Configuration Questions → context/config.md
workflows/create-migration.md - Create new database migrationsworkflows/rls-policies.md - Implement row-level securityworkflows/seed-data.md - Add seed/test dataworkflows/auth-config.md - Configure authenticationworkflows/db-operations.md - Common database operationscontext/config.md - Supabase configurationcontext/structure.md - Directory structurecontext/rls-patterns.md - RLS best practices