A Claude Agent Skill that helps code meet the EU AI Act, the GDPR, the NIS2 Directive (EU 2022/2555), and secure-development (SSDLC) best practice — in three modes: Review — audit an existing repo and get a structured, evidence-based gap analysis: one table
FAQ
compliance-review-skill is a Claude Code plugin with 1 hand-picked skill for security work, indexed on Flowy. Install it with the command on its page. It includes compliance-review. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add leodisa/compliance-review-skill> /plugin install compliance-review@compliance-review-skill
A Claude Agent Skill that helps code meet the EU AI Act, the GDPR, the NIS2 Directive (EU 2022/2555), and secure-development (SSDLC) best practice — in three modes:
Just ask in plain language — "do a compliance review of this repo against NIS2 and GDPR" or "build this service GDPR-compliant and secure by design".
[!warning] This is an advisory aid, not a certification or legal opinion, and not legal advice. It never reads, prints, or hardcodes secret values — it only checks how secrets are handled. Not affiliated with or endorsed by the EU or any regulatory authority.
The EU frameworks are public legal texts, so the skill cites articles directly.
The skill can run a small scanner script in review mode, so enable Code execution in Settings -> Capabilities (review still works without it — the script is optional).
compliance-review.skill (or install via the marketplace below).compliance-review.skill file.
A .skill file is just a ZIP; if the uploader insists on .zip, rename it.Use the same Settings -> Capabilities -> Skills -> Upload a skill flow, or copy
the compliance-review skill folder into your Cowork skills folder (each skill in
its own subdirectory). Cowork picks it up on the next start.
/plugin marketplace add leodisa/compliance-review-skill
/plugin install compliance-review@compliance-review-skill
/plugin marketplace add also accepts a full Git URL.
Review an existing repo:
Do a compliance review of ./my-service against NIS2 and GDPR.
Is this codebase AI Act compliant? Save the report to a compliance/ folder.
Mask a dataset before analysing it:
Here's customers.csv — infer the structure and anonymise it before we work on it.
Build something new, compliant and secure by design:
Build a FastAPI service to store customer contacts, GDPR-compliant by design.
Add a login feature to this app with NIS2 and secure-coding measures baked in.
You can name one area or all four; if you name none, it uses all four (AI Act, GDPR, NIS2, secure development). Review mode saves the report where you ask; design mode delivers the code plus a short "what was built in" summary.
NIS2 and GDPR are mostly organisational regimes — policies, training, and
reporting to authorities live outside any codebase, and the skill honestly marks
those Out-of-scope (org). Whether NIS2 applies to your organisation is a legal
question (sector/size), stated as a premise rather than judged from code. AI Act
risk classification is ultimately the provider's responsibility — the skill
reasons and flags, it does not rule. Treat the output as a prioritised worklist
for a human reviewer, not a verdict.
MIT — see LICENSE.
.claude-plugin/
marketplace.json
.gitignore
CHANGELOG.md
LICENSE
plugins/
compliance-review/
.claude-plugin/
plugin.json
skills/
compliance-review/
assets/
review-template.md
LICENSE
references/
data-masking.md
eu-ai-act.md
gdpr-quickcheck.md
nis2.md
secure-development.md
scripts/
data_masking.py
repo_inventory.py
SKILL.md
README.md© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic