A comprehensive GDPR implementation guide that covers the practical stuff you actually need: consent management with proper audit trails, data subject request handlers, and privacy-by-design patterns. It includes working code for consent banners, database schemas for tracking consent history, and complete DSAR processing workflows. The examples handle the tricky bits like consent versioning, proof collection, and multi-system data retrieval. Good for any EU-facing product where you need more than basic compliance checkboxes. The legal basis breakdown and data categorization tables are solid references when you're trying to figure out what protection level applies to specific data types.
npx skills add https://github.com/wshobson/agents --skill gdpr-data-handling