whatisgithub

What is lgpd-skills?

goul4rt/lgpd-skills — explained in plain English

Analysis updated 2026-05-18

23ShellAudience · developerComplexity · 2/5LicenseSetup · easy

In one sentence

A set of 19 Claude skills that walks a software team through full compliance with Brazil's data protection and minors online safety laws.

Mindmap

mindmap
  root((lgpd-skills))
    What it does
      Guides LGPD compliance
      Guides ECA Digital compliance
      Generates audit documents
    Tech stack
      Shell
      Claude Code
      Claude skills
    Use cases
      Run a compliance gap analysis
      Generate a ROPA document
      Handle a data breach notification
    Audience
      Software teams
      Compliance officers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run a full LGPD compliance audit on an existing codebase

USE CASE 2

Generate a ROPA and RIPD impact assessment for a project

USE CASE 3

Get step by step guidance on notifying the ANPD after a data leak

USE CASE 4

Verify age and parental consent handling under the minors online safety law

What is it built with?

ShellClaude CodeMarkdown

How does it compare?

goul4rt/lgpd-skills5p00kyy/club-5060ticeliobjunior/clean-android-tv
Stars232323
LanguageShellShellShell
Setup difficultyeasyhardmoderate
Complexity2/53/52/5
Audiencedeveloperdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

README is primarily in Portuguese with an English summary at the top.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

This repository is a modular collection of 19 skills for Claude, the AI assistant, that guides a software team through end-to-end compliance with Brazil's data protection law, the LGPD (Lei 13.709/2018), and the newer ECA Digital law (Lei 15.211/2025) covering online safety for minors. The skills work inside Claude Code, the Claude web app, and the Claude desktop app. The collection is structured as one orchestrator skill called lgpd-audit and 18 specialized sub-skills. The orchestrator runs a conversation with you to figure out what kind of project you have, then chains the sub-skills in the right order: gap analysis on legacy code, data inventory, establishing the legal basis for each data processing activity, writing a ROPA (the register of processing activities required under Article 37), a RIPD impact assessment, consent ledger design, data subject request endpoints, a privacy policy, incident response runbooks, vendor contracts, international transfer clauses, audit logging, encryption setup, anonymization, retention schedules, and a dedicated skill for verifying age and parental consent under the minors law. Each sub-skill can also be called directly, which is useful for focused tasks. Saying something like "we had an email leak, I need to notify the ANPD" will activate the incident response skill alone and walk you through the Resolucao 15/2024 notification timeline, which requires notifying the authority and affected individuals within three business days. Everything the skills produce is written as versioned Markdown files under a .lgpd/ folder in your repository: STATUS.md with the current audit state, data maps, legal basis records, ROPA, RIPD reports, consent schema files, incident logs, a versioned privacy policy, and vendor and international transfer documentation. The files are meant to live in Git and be reviewed through pull requests, so audits and changes have a traceable history. Installation is either through the Claude Code plugin marketplace with two commands, or by copying the skill files manually into a project or global .claude/skills/ directory. The project is MIT licensed and written primarily in Portuguese with an English summary at the top of the README.

Copy-paste prompts

Prompt 1
Run the lgpd-audit orchestrator skill on my project and tell me what compliance gaps exist
Prompt 2
We had an email leak, walk me through the ANPD incident notification process
Prompt 3
Generate a ROPA and privacy policy draft for my application using these skills
Prompt 4
Explain what files this toolkit writes under the .lgpd folder and what each one is for

Frequently asked questions

What is lgpd-skills?

A set of 19 Claude skills that walks a software team through full compliance with Brazil's data protection and minors online safety laws.

What language is lgpd-skills written in?

Mainly Shell. The stack also includes Shell, Claude Code, Markdown.

What license does lgpd-skills use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is lgpd-skills to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is lgpd-skills for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.