supabase

Plan and execute Supabase development and administration tasks with verification.

3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/rauell1/safaricharge --skill supabase-rauell1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/rauell1/safaricharge/tree/main/.agents/skills/supabase
Command: npx skills add https://github.com/rauell1/safaricharge --skill supabase-rauell1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you design, debug, and ship Supabase-powered features without guessing at auth, database, storage, or deployment behavior.

Core Features & Use Cases

  • Database and RLS guidance: Create safer schemas, policies, views, and migrations while avoiding common security mistakes.
  • Auth and SSR support: Troubleshoot sessions, cookies, JWTs, sign-in flows, and Supabase integrations in Next.js and similar frameworks.
  • Operational workflows: Use the Supabase CLI, MCP server, and verification steps to make changes confidently and confirm they work.
  • Use Case: A team building a SaaS app can use this Skill to add row-level security, fix a login bug, and validate the final database access pattern.

Quick Start

Ask me to help with a Supabase task in your app, such as an auth issue, RLS policy, migration, or storage permission problem.

Frequently Asked Questions about supabase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write secure row level security policies in Supabase?

To write secure row level security policies in Supabase, you design schemas and policies while applying specific security rules. This verifies database access patterns and prevents common security mistakes during migrations.

Can I use Supabase authentication with Next.js SSR?

Yes, you can use Supabase authentication with Next.js server-side rendering. This involves troubleshooting sessions, cookies, and JWTs to ensure secure Supabase integrations within Next.js and similar frameworks.

What is the best way to run Supabase migrations safely?

The best way to run Supabase migrations safely is using CLI workflows. This plans and executes database changes, verifying them against current docs and confirming results with test queries or CLI checks.

How do I debug Supabase login and session issues?

To debug Supabase login and session issues, you troubleshoot authentication flows by examining cookies, JWTs, and sign-in processes. Verification steps confirm auth changes work correctly and resolve access problems.

Does Supabase storage support custom permission configurations?

Yes, Supabase storage supports custom permission configurations. You troubleshoot and manage storage permissions by verifying changes against current documentation and applying Supabase security rules to confirm access.

Why are my Supabase Edge Functions not working as expected?

If your Supabase Edge Functions are not working, operational workflows using the CLI and MCP server can help. This executes safe administration tasks and confirms results with test queries or CLI checks.