·supabase-database-ops
</>

supabase-database-ops

venture-formations/aiprodaily

Critical guardrail for Supabase database operations ensuring multi-tenant isolation with publication_id filtering, proper use of supabaseAdmin, avoiding SELECT *, error handling patterns, and secure server-side database access. Use when writing database queries, working with supabase, accessing newsletter_campaigns, articles, rss_posts, or any tenant-scoped data.

5Installs·1Trend·@venture-formations

Installation

$npx skills add https://github.com/venture-formations/aiprodaily --skill supabase-database-ops

SKILL.md

CRITICAL GUARDRAIL to prevent multi-tenant data leakage and enforce database best practices in the AIProDaily platform.

EVERY query on tenant-scoped tables MUST include publicationid filter.

Exception: When you genuinely need all columns for data operations.

Critical guardrail for Supabase database operations ensuring multi-tenant isolation with publication_id filtering, proper use of supabaseAdmin, avoiding SELECT *, error handling patterns, and secure server-side database access. Use when writing database queries, working with supabase, accessing newsletter_campaigns, articles, rss_posts, or any tenant-scoped data. Source: venture-formations/aiprodaily.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/venture-formations/aiprodaily --skill supabase-database-ops
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is supabase-database-ops?

Critical guardrail for Supabase database operations ensuring multi-tenant isolation with publication_id filtering, proper use of supabaseAdmin, avoiding SELECT *, error handling patterns, and secure server-side database access. Use when writing database queries, working with supabase, accessing newsletter_campaigns, articles, rss_posts, or any tenant-scoped data. Source: venture-formations/aiprodaily.

How do I install supabase-database-ops?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/venture-formations/aiprodaily --skill supabase-database-ops Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/venture-formations/aiprodaily

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01