🎯

skill-creator

🎯Skill

from insforge/agent-skills

πŸ“¦

Same repository

insforge/agent-skills(6 items)

skill-creator

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add insforge/agent-skills --skill skill-creator
skills.sh Install⚠ Installs to .agents/skills/
npx skills add insforge/agent-skills --skill skill-creator
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/skill-creator/SKILL.md
36Installs
-
AddedMar 3, 2026

More from this repository5

🎯
insforge🎯Skill

An agent skill for building applications with InsForge Backend-as-a-Service, covering database setup, SDK integration, auth flows, file uploads, AI operations, and frontend deployment.

🎯
insforge-cli🎯Skill

An agent skill for managing InsForge projects via the CLI, covering authentication, database operations, edge function deployment, storage management, AI setup with OpenRouter, payments, and CI/CD workflows.

🎯
insforge-debug🎯Skill

Diagnostic skill for InsForge projects that walks agents through 9 failure scenarios β€” SDK errors, HTTP 4xx/5xx, edge function failures, slow queries, auth/RLS issues, realtime channels, backend performance, and function/frontend deploy failures β€” by running `npx @insforge/cli` diagnose and log commands to locate the problem (no fix suggestions).

🎯
insforge-integrations🎯Skill

Integrate third-party authentication providers (Clerk, Auth0, WorkOS, Kinde, Stytch) with InsForge for auth and row-level security, covering JWT configuration, client setup, RLS policies, and provider-specific gotchas. Each response walks through how provider-signed tokens flow into InsForge's `request.jwt.claims` for RLS enforcement.

🎯
insforge-backend-advisor🎯Skill

Agent skill for building full-stack applications with InsForge Backend-as-a-Service, providing guidance for database CRUD, authentication flows, file storage, serverless functions, real-time WebSockets, Stripe payments, and frontend deployments.