Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

EU AI Act Readiness Check

Runs six Article-cited forcing questions to pressure-test an AI system's readiness for the EU market.

Security & ReviewAdvanced24,1513,405AI score 7/10Last updated: Aug 9, 2026

What it does

  • Walks an AI system through six mandatory EU AI Act questions: Article 5 prohibited practices, Article 6 + Annex III high-risk, Article 43 conformity route (Module A vs H), Article 25 role determination, Article 50 transparency, and Articles 51–55 GPAI / systemic risk.
  • Produces a standard readiness report: risk tier with citation, conformity module, Annex IV pack status, and an obligation matrix mapped to the 2025-02-02 / 2025-08-02 / 2026-08-02 / 2027-08-02 phase-in dates.
  • Ends with an explicit verdict (🟢 READY-FOR-EU, 🟡 GAPS-IDENTIFIED, 🔴 NOT-READY, 🚫 PROHIBITED), top 3 actions, and items flagged for outside counsel.
  • Highlights where ISO 42001, ISO 27001, and GDPR DPIA evidence can be reused.

Who it's for

  • Legal, compliance, and product owners shipping AI features into the EU
  • Organizations already running ISO 42001 or GDPR programs that must extend to the AI Act
  • Teams building chatbots, generative media, or hiring/assessment automation where transparency and high-risk rules bite

Examples

  1. Reviewing a new AI resume-screening feature — checks Annex III employment classification and whether the Article 6(3) carve-out survives profiling.
  2. Launching image generation in the EU — verifies Article 50(2) synthetic-content marking and 50(4) deepfake disclosure.
  3. Scaling in-house model training — tests the Article 51 10^25 FLOPs systemic-risk threshold and the added Article 53/55 duties.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/ai-act-readiness/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the .gemini/skills/ai-act-readiness folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/ai-act-readiness/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/alirezarezvani/claude-skills.git && mkdir -p ~/.claude/skills && cp -r claude-skills/.gemini/skills/ai-act-readiness ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r claude-skills/.gemini/skills/ai-act-readiness ~/.claude/skills/
  5. Restart Claude Code and ask, e.g. "Run an EU AI Act readiness check on our chatbot."
  6. The referenced python helpers (ai_system_risk_classifier.py, etc.) live elsewhere in the repo — keep the full clone available in your working directory, or proceed with manual classification if they are missing.