Skip to content

Add supabase-js and supabase-cli skills to supabase-skills plugin - #145

Merged
fcakyon merged 5 commits into
mainfrom
supabase-new-skills
Apr 1, 2026
Merged

Add supabase-js and supabase-cli skills to supabase-skills plugin#145
fcakyon merged 5 commits into
mainfrom
supabase-new-skills

Conversation

@fcakyon

@fcakyon fcakyon commented Apr 1, 2026

Copy link
Copy Markdown
Owner

Adds 2 new skills to the existing supabase-skills plugin alongside the Postgres best practices skill:

  • supabase-js: JavaScript SDK skill covering auth, database queries, storage, realtime subscriptions, and edge functions. Reference READMEs from supabase/supabase-js.
  • supabase-cli: CLI skill covering local development, migrations, edge functions, secrets, inspect commands, and project management. Reference docs from supabase/cli.

Also adds optional branch parameter to clone_or_update helper (defaults to main), needed for repos using master or develop.

# Claude Code
/plugin install supabase-skills@claude-settings

# Codex CLI
codex plugin install supabase-skills@claude-settings

# Cursor
# import from marketplace

# Gemini CLI
gemini extensions install --path ./plugins/supabase-skills

Skill ZIPs:

fcakyon added 5 commits April 1, 2026 15:52
Defaults to 'main' for backward compat. Needed for repos using master or develop as default branch.
supabase-js copies package READMEs from supabase/supabase-js (master branch). supabase-cli copies command docs and examples from supabase/cli (develop branch). Both use the new branch param in clone_or_update.
supabase-js covers auth, database, storage, realtime, and edge functions SDK usage with decision trees. supabase-cli covers local dev, migrations, edge functions, and project management workflows.
Plugin description now covers all 3 skills. Added sync commands to CLAUDE.md.
Added 2 new skill rows to the supabase-skills plugin section with ZIP download links.
@fcakyon fcakyon self-assigned this Apr 1, 2026
@fcakyon
fcakyon merged commit 3df87c5 into main Apr 1, 2026
1 check passed
@fcakyon
fcakyon deleted the supabase-new-skills branch April 1, 2026 18:43
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.

1 participant