supabase-migration
SolidSupabase Migration 規範。Use when running supabase migration new, editing migration SQL files, creating database functions, or modifying database schema. Always use this skill when you see CREATE FUNCTION, ALTER TABLE, CREATE INDEX, or migration-related work.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- YuDefine
- Repository
- YuDefine/nuxt-supabase-starter
- Created
- 7 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
db-migration
建立 Supabase migration,確保符合安全規範
supabase-migration
The only allowed workflow for writing AND applying a Supabase migration in any studio project. Activates on requests to add tables, alter columns, add indexes, add or modify RLS policies, add constraints, RPCs, or any other schema change — and on "push the migration", "apply the schema change". Do NOT use for seeding data, running read queries, or explaining schema. Applying SQL via MCP, the dashboard SQL editor, or a hand-named migration file is a failed task.
supabase-arch
Supabase 架構決策指南。Use when planning new features, deciding between RPC vs Edge Function, choosing tech approaches, or asking architecture questions. Always use this skill for Supabase architecture decisions and technology routing.