gdpr-dpa

Installation
SKILL.md

GDPR DPA Generator

Generate a minimal, accurate DPA by scanning the project rather than interviewing the user.

Workflow

Step 1: Discover Sub-processors

Scan the project for service fingerprints. Check ALL of the following (not just package.json — this must work for any language):

Dependency files (read whichever exist):

  • Node.js: package.json, package-lock.json, yarn.lock, pnpm-lock.yaml
  • Python: requirements.txt, pyproject.toml, Pipfile, setup.py
  • Ruby: Gemfile
  • Go: go.mod
  • Rust: Cargo.toml
  • PHP: composer.json
  • Dart/Flutter: pubspec.yaml
Installs
11
GitHub Stars
6
First Seen
May 23, 2026
gdpr-dpa — mikkelkrogsholm/dev-skills