supabase

- Never put Supabase service-role keys in client/browser code.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "supabase" with this command: npx skills add huynhsang2005/blog-tanstack/huynhsang2005-blog-tanstack-supabase

Supabase Skill

Guardrails

  • Never put Supabase service-role keys in client/browser code.

  • Prefer RLS-default-deny for writes; public read only for published content.

  • Ask before applying migrations to a real Supabase project.

Workflow checklist

  • Read the canonical schema/RLS docs first.

  • For DDL changes, prefer migrations and keep SQL deterministic/idempotent.

  • Ensure RLS policies match the intended access model (admin-only writes).

  • For server-side writes, validate inputs with Zod before DB calls.

  • Use Supabase MCP for applying migrations, inspecting tables/policies, and fetching logs.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

frontend-code-review

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

chrome-devtools-mcp

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

feature-dev

No summary provided by upstream source.

Repository SourceNeeds Review