Toolverse
All skills

supabase-data-handling

by jeremylongshore

Implement Supabase PII handling, data retention, and GDPR/CCPA compliance patterns.\nUse when handling sensitive data, implementing data redaction, configuring retention policies,\nor ensuring compliance with privacy regulations for Supabase integrations.\nTrigger with phrases

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Backend
Views
1

About this skill

Implement Supabase PII handling, data retention, and GDPR/CCPA compliance patterns.\nUse when handling sensitive data, implementing data redaction, configuring retention policies,\nor ensuring compliance with privacy regulations for Supabase integrations.\nTrigger with phrases like \

How to use

  1. Zainstaluj skill w swoim projekcie Claude Code lub Codex, upewniając się, że masz dostęp do @supabase/supabase-js v2+ oraz service role key dla operacji administracyjnych.

  2. Przygotuj środowisko: upewnij się, że Twój projekt Supabase jest na planie Pro (wymagany do pg_cron i point-in-time recovery) i masz dostęp do SQL Editor lub psql do zmian schematu.

  3. Wyzwól skill frazami takimi jak "supabase GDPR", "supabase data handling", "supabase PII", "supabase compliance", "supabase data retention", "supabase delete user" lub "supabase data export".

  4. Implementuj Row Level Security (RLS) dla izolacji danych między dzierżawcami – skill pomoże skonfigurować polityki RLS na tabelach zawierających dane wrażliwe.

  5. Obsługuj żądania usunięcia użytkownika za pomocą supabase.auth.admin.deleteUser() – skill automatyzuje proces kasowania powiązanych danych z bazy.

  6. Konfiguruj polityki retencji danych przy użyciu pg_cron do zaplanowanego usuwania starych rekordów oraz ustaw procedury backup/restore do odzyskiwania danych w razie potrzeby.

Related skills