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.
$npx -y skills add insforge/agent-skills --skill insforge-debugInstalls into the current project.
Run `npx skills use "https://github.com/insforge/agent-skills" --skill "insforge/agent-skills/insforge-debug"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/insforge/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/insforge/agent-skills"` and select the relevant skills, then follow their instructions.