Skip to content

Add edge function embeddings#52

Open
saltcod wants to merge 14 commits into
mainfrom
chore/edge-functions-embeddings
Open

Add edge function embeddings#52
saltcod wants to merge 14 commits into
mainfrom
chore/edge-functions-embeddings

Conversation

@saltcod

@saltcod saltcod commented Mar 18, 2026

Copy link
Copy Markdown

Rodriguespn and others added 14 commits February 16, 2026 15:04
Adds the supabase agent skill with comprehensive references for:
- Database: schema design, RLS policies, migrations, indexing, query optimization, security
- Realtime: channels, broadcast, presence, postgres changes, auth setup, error handling
The model cannot access the Supabase Dashboard directly, so instruct
it to ask the user to perform dashboard actions instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* rebase and house keeping

* fix: storage reference accuracy after docs review

Fix RLS permission mappings, CDN cache behavior, file management limits,
image transform descriptions, and S3 upload API signatures based on
official Supabase documentation audit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix offset

* fix move and copy instructions

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* rebase and house keeping

* fix edge functions reference files after docs review

* update agents.mdd
* rebase and house keeping

* fix supabase sdk reference files after docs review

* update agents.md
* feat: auth agent references

* Update skills/supabase/references/auth-core-sessions.md

Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>

* refactor: improve auth state management and update session handling examples

* docs: update performance note for asymmetric JWTs

* fix: correct signOut() default scope to 'global'

signOut() defaults to scope: 'global' (all sessions on all devices),
not current session only.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: improve signOut() examples to show all three scope options

Replace redundant explicit 'global' example with 'local' scope,
making all three options (global, local, others) visible.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* refactor: flatten auth references to root references directory

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* correct auth hooks

* correct auth server ssr

* fix auth reference files

* fix paths inside skill.md

* update agents.md

---------

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* rebase and house keeping

* wip: cli developement guides

* update agents.md

* fix developement workflows

* fix: update SKILL.md, dev-mcp-setup, and rebuild AGENTS.md files

Fix unclosed code block in SKILL.md Supabase Documentation section. Update
dev-mcp-setup.md to remove security rule about restricting MCP features and
add validation-compliant examples. Regenerate AGENTS.md files with new build
system structure (H1 title, Overview section).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: update SKILL.md, development references, and rebuild AGENTS.md

Restructures SKILL.md to load development guidance first, updates
dev-cli-reference, dev-cli-vs-mcp, dev-getting-started, dev-local-workflow,
and dev-mcp-tools references with corrected workflows and tool roles.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* minor changes to mcp setup guide

* update agents.md

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Rodriguespn Rodriguespn force-pushed the feature/supabase-skill branch 2 times, most recently from 2d7bc46 to 1a3bd6d Compare March 27, 2026 20:31
Base automatically changed from feature/supabase-skill to main April 5, 2026 18:12
@thetigerone888

Copy link
Copy Markdown

N

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants