Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This skill provides technical guidance for full-stack developers working with the Supabase ecosystem. It covers the integration of client libraries and SSR frameworks like Next.js, React, and SvelteKit, while offering structured support for managing Auth sessions, JWTs, and Row Level Security.
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Review one Postgres query for its highest-impact optimization
Uses supabase-postgres-best-practices
Postgres query to review
Relevant table definitions
Existing indexes, if any
Using the supabase-postgres-best-practices skill, review this Postgres query for a small first-pass optimization. Identify the highest-impact issue, suggest a corrected query or index, and explain how I should verify it with EXPLAIN. Query: [PASTE SQL]. Relevant table definitions and existing indexes: [PASTE DDL].
Create a first-pass Supabase Auth plan for Next.js
Uses supabase
Next.js version and router type
Current authentication code or relevant file paths
Desired login methods
Using the supabase skill, give me a first-pass setup plan for Supabase Auth in this Next.js project. Check the current Supabase changelog and documentation before recommending APIs, and flag service-role, session, and RLS risks. Inputs: [NEXT.JS VERSION AND ROUTER], [CURRENT AUTH CODE OR FILE PATHS], [DESIRED LOGIN METHODS]. Do not change files yet.