gdpr-data-handling

Practical implementation guide for GDPR-compliant data processing, consent management, and privacy controls.

Content Preview
---
name: gdpr-data-handling
description: "Practical implementation guide for GDPR-compliant data processing, consent management, and privacy controls."
risk: unknown
source: community
date_added: "2026-02-27"
---

# GDPR Data Handling

Practical implementation guide for GDPR-compliant data processing, consent management, and privacy controls.

## Use this skill when

- Building systems that process EU personal data
- Implementing consent management
- Handling data subject requests (DSRs)
- Cond
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/gdpr-data-handling.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/gdpr-data-handling/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/gdpr-data-handling/SKILL.md

Related Skills