Files
antigravity-skills-reference/skills/privacy-by-design
2026-03-13 09:28:20 +01:00
..

🔒 Privacy by Design

Guides AI agents to integrate privacy protections into software from the start—data minimization, consent, encryption, retention. Applies GDPR Article 25, CCPA, and LGPD principles during design and implementation.

What It Does

  • 🛡️ Enforces data minimization and purpose limitation
  • Ensures consent before collection and third-party sharing
  • 🔐 Covers encryption, retention policies, and user rights (access, erasure, portability)
  • 💻 Provides code patterns in JavaScript, Python, and SQL
  • 📋 Includes logging safety, third-party audit, and common pitfalls

🚀 Usage

Use @privacy-by-design when designing the user registration flow
Use @privacy-by-design to review our database schema for PII

Contributor: @Abdeltoto