About
The Supabase Migration Toolkit is a specialized capability for Claude Code designed to streamline the database lifecycle on the Supabase platform. It provides a robust framework for creating, validating, and managing PostgreSQL migrations through automated helper scripts and a strict set of naming conventions for tables, views, and functions. By enforcing object prefixes like 'tb_' and field suffixes like '_ts', the skill ensures long-term schema maintainability while baking in critical security patterns such as Row Level Security (RLS), security invokers for views, and versioned functions with explicit search paths.