Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

EU AI Act Readiness Check

Pressure-tests an AI system with six Article-cited EU AI Act questions before EU market placement.

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

What it does

Acts as an EU AI Act compliance operator and interrogates any AI system through six mandatory questions, each tied to a specific Article:

  1. Article 5 — Is this a prohibited practice? (up to €35M or 7% of worldwide turnover)
  2. Article 6 + Annex III — Is it high-risk, and does the Article 6(3) carve-out apply?
  3. Article 43 — Module A (internal control) or Module H (notified body)?
  4. Article 25 — Are you provider, deployer, importer, or distributor?
  5. Article 50 — Are transparency duties met (chatbot disclosure, synthetic content marking, deepfake labelling)?
  6. Articles 51–55 — Is it GPAI, and does it cross the 10^25 FLOPs systemic-risk threshold?

Output follows a fixed markdown template: risk tier, conformity module, obligation matrix by phase-in deadline, a 🟢/🟡/🔴/🚫 verdict, top three actions, and items flagged for outside counsel.

Who it's for

  • Product and legal teams shipping AI systems into the EU market
  • GRC practitioners reusing ISO 42001 / ISO 27001 / GDPR evidence for AI Act obligations
  • Compliance owners tracking the 2025-02-02, 2025-08-02, 2026-08-02 and 2027-08-02 phase-ins

Examples

  • Resume-screening AI intake: get a high-risk verdict under the Annex III employment category, with reasoning on why profiling defeats the Article 6(3) carve-out.
  • Support chatbot before EU launch: surface a missing Article 50(1) AI-interaction disclosure and get remediation steps tied to the 2025-08-02 deadline.
  • Scaling an in-house model: flag that training compute is nearing 10^25 FLOPs, triggering systemic-risk GPAI status and Article 55 duties (model evals, adversarial testing, incident reporting).

· · · Install guide · · ·

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 /tmp/claude-skills && mkdir -p ~/.claude/skills && cp -r /tmp/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 into a temp folder: git clone https://github.com/alirezarezvani/claude-skills.git /tmp/claude-skills
  3. Create the skills folder if needed: mkdir -p ~/.claude/skills
  4. Copy the skill in: cp -r /tmp/claude-skills/.gemini/skills/ai-act-readiness ~/.claude/skills/
  5. Restart Claude Code and invoke /cs:ai-act-readiness <system> or just ask: "Run an EU AI Act readiness check on our hiring AI."
  6. (Optional) The Python helpers referenced in the workflow live elsewhere in the repo (ra-qm-team/skills/...). Keep the full clone and fix the paths if you want to run them.
  7. Treat every verdict as a draft — confirm classifications and conformity routes with qualified legal counsel.