Manage Supabase projects including database migrations, type generation, and edge functions.
git clone https://github.com/kmh0301/clawdbot-supabase-skill.git
Executes supabase CLI commands via shell scripts. CLI must be installed separately and authenticated.
Generates TypeScript types from live database schema. Requires valid project reference and authenticated access.
Current implementation focuses on safe read-only operations (type generation). No direct SQL execution or schema modifications.
Very focused implementation. Single script for type generation with required project-id parameter.
Generates TypeScript types from Supabase database schema. Outputs to stdout for redirecting to file.