This wires up Express or Hono with Supabase auth and Drizzle ORM for type-safe database queries. You get middleware for JWT validation, Zod schemas for request validation, and a clean separation between Drizzle for database operations and the Supabase client for auth verification and storage. The setup includes both anon and service role clients, proper TypeScript extensions for Express request types, and a standard project structure with routes, queries, and error handling. It's medium effort but gives you a solid foundation if you're building a Node backend that needs Supabase's auth layer without fighting their client libraries for every database query.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill supabase-node