Agent skill · Data & Analytics

gdpr-compliance

Assess GDPR compliance and build the core records (ROPA, lawful basis, DSAR, DPIA triggers). Use when asked to get GDPR-compliant, build a Record of Processing Activities, decide a lawful basis, handle data-subject requests, or check whether a DPIA is needed. Produces a GDPR assessment — a ROPA, lawful-basis mapping per activity, DSAR workflow, DPIA-trigger screen, and a prioritised gap list.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorships scriptsMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill gdpr-compliance --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: yes
Path: skills/gdpr-compliance/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# GDPR Compliance Skill GDPR compliance is mostly bookkeeping you can defend: knowing every place you process personal data, why you're allowed to, how long you keep it, and how a person can get it out or deleted. This skill builds that record (the ROPA), pins a lawful basis to each activity, and flags the high-risk processing that legally requires a DPIA — turning "are we GDPR-compliant?" into a documented, auditable answer. ## Required Inputs Ask for these only if they aren't already provided: - **Processing activities** — what personal data you collect, why, and where it flows (this is the spine; everything hangs off it). - **Role** — controller (you decide the why/how) or processor (you act on a controller's instructions); your obligations differ. - **Data subjects & data types** — whose data, and whether any is special-category (health, biometrics, etc.) or about children. - **Transfers** — any processing or storage outside the EEA (triggers transfer-mechanism requirements). ## Output Format ### GDPR Assessment: [company] ([controller/processor]) **1. ROPA** — the Record of Processing Activities (Art. 30); one row per activity: | Activity | Purpose | Data categories | Subjects

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Format
  3. GDPR Assessment: [company] ([controller/processor])
  4. Programmatic Helper
  5. Quality Checks
  6. Anti-Patterns
  7. Based On
Ships with 1 file
  • scripts/ropa_check.py
Commands it runs
python3 scripts/ropa_check.py ropa.json
python3 scripts/ropa_check.py ropa.json --json
More from pm-claude-skills
All skills →
About this skill
What does the gdpr-compliance skill do?

Assess GDPR compliance and build the core records (ROPA, lawful basis, DSAR, DPIA triggers). Use when asked to get GDPR-compliant, build a Record of Processing Activities, decide a lawful basis, handle data-subject requests, or check whether a DPIA is needed. Produces a GDPR assessment — a ROPA, lawful-basis mapping per activity, DSAR workflow, DPIA-trigger screen, and a prioritised gap list.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill gdpr-compliance --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going