skills/rgpd-request/SKILL.md
Automatiser les demandes RGPD (suppression, accès, portabilité des données personnelles). Utiliser ce skill quand l'utilisateur souhaite exercer ses droits RGPD auprès d'une entreprise, notamment pour la suppression de données marketing, le droit à l'oubli, ou l'accès à ses données personnelles. Déclenché par des demandes comme "supprimer mes données", "RGPD", "désabonnement", "droit à l'oubli", "mes données personnelles".
npx skillsauth add nicolas-codemate/claudecodeconfig rgpd-requestInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Ce skill automatise la rédaction de demandes RGPD conformes au Règlement Général sur la Protection des Données (UE 2016/679).
Rechercher le contact DPO/données personnelles de l'entreprise dans cet ordre :
Mots-clés de recherche : [nom entreprise] DPO contact RGPD ou [nom entreprise] privacy policy data protection
| Type | Article RGPD | Description | |------|--------------|-------------| | Suppression | Art. 17 | Droit à l'effacement ("droit à l'oubli") | | Accès | Art. 15 | Obtenir copie de ses données | | Rectification | Art. 16 | Corriger des données inexactes | | Portabilité | Art. 20 | Recevoir ses données dans un format structuré | | Opposition | Art. 21 | S'opposer au traitement (notamment marketing) | | Limitation | Art. 18 | Limiter le traitement des données |
Utiliser le template approprié depuis references/templates.md selon le type de demande.
Éléments obligatoires :
Pour les templates de mails détaillés, consulter references/templates.md.
development
Method to diagnose and raise the Lighthouse performance score of a public page (landing, marketing, home). Use when asked to improve Lighthouse/PageSpeed scores, when auditing the first uncached paint of a public page, or when a landing embedded in a SPA must reach a top score. Do NOT use for in-app screen performance (data loading, rendering). For a brand-new landing, the first recommendation is static HTML with no framework runtime — most of this skill exists for when that is not an option.
tools
Audits a project's Claude Code setup against real usage — mines the project's conversations (worktrees included), confronts the project's skills/agents/CLAUDE.md with best practices, and proposes adjustments or new skills/agents/rules. Use when the user asks to audit the project config, analyze project conversations, or find automation opportunities for the current project. Do NOT use for the global ~/.claude configuration (use /audit-config instead).
development
Coaching workflow orchestrator. Guides the developer through implementation without writing code.
development
Disciplined methodology for code architecture refactoring. Use when the user asks to refactor architecture, decouple code, restructure a family of classes, redesign an interface, or rename/reorganize a set of related components. Forces a big-picture analysis before any code is written. Do NOT use for simple bug fixes, feature additions, or single-file refactoring.