gdpr-compliance

Implement GDPR compliance with consent management, data subject rights, and audit logging.

2|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/telum-ai/speck --skill gdpr-compliance-telum-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gdpr-compliance
Source: https://github.com/telum-ai/speck/tree/main/.cursor/skills/gdpr-compliance
Command: npx skills add https://github.com/telum-ai/speck --skill gdpr-compliance-telum-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers implement robust General Data Protection Regulation (GDPR) compliance measures within their applications, ensuring the lawful and ethical handling of EU personal data.

Core Features & Use Cases

  • Consent Management: Implement granular consent models and banners.
  • Data Subject Rights: Provide mechanisms for data access, erasure, and rectification.
  • Data Minimization & Retention: Enforce policies for collecting only necessary data and defining retention periods.
  • Privacy by Design: Incorporate pseudonymization and encryption.
  • Audit Logging: Track all sensitive operations for accountability.
  • Use Case: When building a new feature that collects user data, use this Skill to ensure you have a clear consent mechanism, a plan for data export/deletion, and proper logging in place from the start.

Quick Start

Use the gdpr-compliance skill to generate a SQL schema for audit logs.

Frequently Asked Questions about gdpr-compliance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement GDPR data subject rights for access and erasure in my application?

To implement GDPR data subject rights, you need mechanisms for data access, erasure, and rectification. This Skill provides TypeScript examples and SQL schemas to build backend workflows for handling user data requests.

What is the best way to set up audit logging for GDPR compliance?

Audit logging for GDPR compliance requires tracking all sensitive operations. This Skill provides SQL schemas to structure your logs, ensuring accountability and traceability for personal data processing activities.

How does consent management work for data protection in backend systems?

Consent management for data protection requires implementing granular consent models. This Skill provides code examples to enforce these policies, ensuring the lawful collection and processing of user data in your backend systems.

Do I need pseudonymization and encryption for privacy by design?

Pseudonymization and encryption are essential privacy by design principles for GDPR. This Skill offers guidance and TypeScript examples to incorporate these data protection techniques directly into your application architecture.

Can I use TypeScript and SQL for GDPR compliance implementation?

TypeScript and SQL are fully supported for GDPR compliance implementation. This Skill includes SQL schemas for audit logs and TypeScript examples to build robust data protection mechanisms in your backend.