Add repo-wide auditing and targeted repair scripts for skill metadata. Fix truncated descriptions automatically, keep heading normalization conservative, and remove synthetic boilerplate sections that degrade editorial quality while regenerating repo indexes and catalogs. Fixes #365
🔒 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