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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/supabase-javascript-initializing-workflow-guide.md | A 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
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://supabase.com/docs/reference/javascript/initializing