
insforge/agent-skills
4 skills86.5k installs132 starsGitHub
Install
npx skills add https://github.com/insforge/agent-skillsSkills in this repo
1InsforgeInsForge app SDK integration for building with database operations, user authentication, file storage uploads, edge functions, OpenRouter AI, real-time events, and Stripe or Razorpay payments. Use when writing client or server code against InsForge backends.23.7kinstalls2Insforge CliInsForge CLI for managing backend infrastructure and cloud configuration - database migrations, RLS policies, edge functions, storage, payments, deployments, secrets, and diagnostics. Use when managing InsForge backend projects through the command line.23.6kinstalls3Insforge Debug>- --- name: insforge-debug description: >- Use when diagnosing problems in an InsForge project - reactive failures (SDK error object, HTTP 4xx/5xx, gateway timeout 502/503/504, edge function failure or timeout, login/OAuth/auth errors, RLS denial, realtime channel issues, slow query on one endpoint, edge function or Vercel deploy failure), proactive audits (security/RLS review, performance/index review, system health check, pre-launch readiness), or when the user has an error but doesn't know where to start. license: MIT metadata: author: insforge version: "2.0.0" organization: InsForge date: May 2026 --- # InsForge Debug Diagnose problems in InsForge projects by combining the backend's observability primitives - logs, metrics, db-health, advisor, policies, metadata, error objects, deploy state, and AI assist. A reference per **debug primitive** (one observability surface each - under `references/`) 2. **Symptom Recipes** (below) that name the primitive sequence for known reactive symptoms and proactive audits **Always use `npx @insforge/cli`** - never install the CLI globally.20kinstalls4Insforge Integrationsname insforge-integrations description Use when wiring an external auth provider Clerk Auth0 WorkOS Kinde Stytch Better Auth into InsForge for JWT-based RLS or when adding the OKX x402 payment facilitator for onchain pay-per-use billing license MIT metadata author insforge version 1 2 0 organization InsForge date April 2026 InsForge Integrations This skill covers integrating third-party providers with InsForge Currently two categories are supported auth providers RLS via JWT claims and payment facilitators x402 HTTP payment protocol Each provider has its own guide under this directory Auth Providers Provider Guide When to use Clerk references clerk md Clerk JWT Templates InsForge RLS Clerk signs tokens directly via JWT Template no server-side signing needed Auth0 references auth0 md Auth0 Actions InsForge RLS Auth0 uses a post-login Action to embed claims into the access token WorkOS references workos md WorkOS AuthKit InsForge RLS WorkOS AuthKit middleware server-side JWT signing with jsonwebtoken Kinde references kinde md Kinde InsForge RLS Kinde token customization for InsForge integration Stytch references stytch md Stytch InsForge RLS Stytch session19.3kinstalls