Handles frontend integration with InsForge's backend services through their JavaScript SDK. Covers the usual suspects: database CRUD operations, authentication flows, file uploads, AI API calls, real-time WebSocket subscriptions, and edge function invocations. The skill walks through environment variable setup for different frameworks (Next.js uses NEXT_PUBLIC_ prefixes, Vite uses VITE_, etc.), client initialization patterns, and includes RLS policy examples for database security. Honestly pretty comprehensive for a BaaS integration guide. You'd reach for this when building client-side features that need to talk to InsForge's managed services rather than setting up your own backend infrastructure.
npx skills add https://github.com/insforge/agent-skills --skill insforge