SYNG.SKILL.InsForgeCLI

Provision InsForge backend infrastructure with SQL migrations, storage buckets, and edge functions.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Icebane84/Synarche_Workshop --skill syng-skill-insforgecli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SYNG.SKILL.InsForgeCLI
Source: https://github.com/Icebane84/Synarche_Workshop/tree/main/.agent/skills/infra/insforge-cli
Command: npx skills add https://github.com/Icebane84/Synarche_Workshop --skill syng-skill-insforgecli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

InsForge backend infrastructure setup can be slow and error-prone when migrations, storage, edge functions, and deployments must be performed manually.

Core Features & Use Cases

  • Database migrations and RLS policy setup: Execute raw SQL for schema changes and access control policies.
  • Storage bucket provisioning: Create storage buckets with configurable public access for assets and data.
  • Edge function creation and deployment: Register serverless/edge functions from source code and deploy frontend builds.

Quick Start

Run the InsForge CLI to create or update your backend by executing a single command like: npx @insforge/cli get-backend-metadata to fetch the required project keys and URLs.

Frequently Asked Questions about SYNG.SKILL.InsForgeCLI

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate database migrations and RLS policy setup for my backend?

You can automate database migrations and RLS policy setup by executing raw SQL commands for schema changes and access control policies through the InsForge CLI.

What is the best way to provision storage buckets with configurable public access?

The best way to provision storage buckets with configurable public access is using the InsForge CLI, which creates and configures buckets for your assets and data.

How do I register and deploy edge functions from source code?

You register and deploy edge functions by providing the function code files and slugs to the InsForge CLI, which registers your serverless functions and integrates them into your backend.

Can I deploy a frontend build directory using the InsForge CLI?

Yes, you can deploy a frontend build directory using the InsForge CLI by specifying the deployment source directory with the appropriate command-specific flags.

Do I need npx to run the InsForge CLI for infrastructure provisioning?

Yes, you need npx to run the InsForge CLI for infrastructure provisioning. The workflow requires using npx @insforge/cli with command-specific flags for raw SQL queries, bucket settings, and function registration.

How do I fetch backend metadata and project keys for my deployment workflow?

You fetch backend metadata and project keys by running the command npx @insforge/cli get-backend-metadata, which retrieves the required project keys and URLs for your deployment workflow.