Full guided Supabase integration for your project. Specify framework as argument.
/plugin marketplace add azlekov/dodi-smart-claude-code/plugin install azlekov-dodi-smart@azlekov/dodi-smart-claude-code# Add Supabase to Project Add Supabase to this $ARGUMENTS project with full authentication, database setup, and nanoid identifiers. ## Framework Detection If no argument provided, detect the framework: - `package.json` with `next` → Next.js - `build.gradle.kts` with `supabase-kt` or Kotlin files → Kotlin - `Package.swift` or `.xcodeproj` → iOS - `pubspec.yaml` with Flutter → Flutter ## Common Setup (All Frameworks) ### 1. Verify/Create Supabase Project Check if Supabase project exists: If no project exists: ### 2. Set Up nanoid Function Create migration for nanoid: Add to migra...