Prompt Buddy logoPrompt Buddy

supabase · Supabase Docs

Supabase JavaScript: Initializing

Teaches how to instantiate and configure the Supabase client library in a JavaScript environment using an API key and project URL.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Supabase JavaScript: Initializing

Teaches how to instantiate and configure the Supabase client library in a JavaScript environment using an API key and project URL.

When To Use

Use when you need to establish a connection between a JavaScript application and a specific Supabase project to perform database or authentication operations.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/supabase-javascript-initializing-workflow-guide.mdA guide detailing the parameters and steps required to initialize the Supabase JavaScript client.Questions about a guide detailing the parameters and steps required to initialize the Supabase JavaScript client.

What This Skill Covers

  • JavaScript: Initializing | Supabase Docs - Introduction - Installing - Initializing - TypeScript support - Database - Fetch data - Insert data - Update data...
  • Main sections: Parameters.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://supabase.com/docs/reference/javascript/initializing