eu-ai-act-check

eu-ai-act-check is a skill for Claude Code from pitimon/8-habit-ai-dev. It costs 57 tokens per session (1,454 once invoked), scanned A, original, MIT.

A redirect stub for checking compliance with the EU AI Act, the European Union law governing certain artificial-intelligence systems. The actual compliance toolkit was moved to the separate claude-governance plugin.

In plain words
What is it for?
Use it to understand the migration and find the canonical EU AI Act compliance implementation; it is not legal advice.
Why use it?
It prevents users from relying on an outdated copy and points compliance work to its current home.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the 8-habit-ai-dev plugin — 24 skills, 2 agents, 1 hook shipped together

Good fit Use it to understand the migration and find the canonical EU AI Act compliance implementation; it is not legal advice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pitimon/8-habit-ai-dev/eu-ai-act-check
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pitimon/8-habit-ai-dev --skill eu-ai-act-check
Clone the repo
git clone --depth 1 https://github.com/pitimon/8-habit-ai-dev

Made for: Claude Code.

Or install 8-habit-ai-dev, the plugin that ships this one along with the rest of its 24 skills, 2 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for eu-ai-act-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/pitimon/8-habit-ai-dev/eu-ai-act-check/github.svg)](https://agentmods.dev/skills/pitimon/8-habit-ai-dev/eu-ai-act-check)
Your own site
<a href="https://agentmods.dev/skills/pitimon/8-habit-ai-dev/eu-ai-act-check"><img src="https://agentmods.dev/badge/skills/pitimon/8-habit-ai-dev/eu-ai-act-check/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for eu-ai-act-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/pitimon/8-habit-ai-dev/eu-ai-act-check"><img src="https://agentmods.dev/badge/skills/pitimon/8-habit-ai-dev/eu-ai-act-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,454 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.01454
Opus 5 $0.00028 $0.00727
Sonnet 5 $0.00011 $0.00291
Haiku 4.5 $0.00006 $0.00145

Measured 11d ago against content hash d7e30a392d82, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

eu-ai-act-check scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/eu-ai-act-check/SKILL.md · 78 lines

How it starts

The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.

EU AI Act Compliance Check — Migrated

⚠️ NOT LEGAL ADVICE. This redirect stub is not a substitute for the canonical implementation or for legal counsel.

What happened

The EU AI Act compliance toolkit (skill + 9-obligation reference + primary-source research + Article-to-skill mapping guide) migrated to pitimon/claude-governance v3.1.0 on 2026-05-02.

Why the migration: per the plugin boundary established in memory observation #233270 (2026-04-07), the two plugins are complementary by design:

  • 8-habit-ai-dev = workflow discipline (HOW to develop well — the 7-step Covey-derived process)
  • pitimon/claude-governance = compliance enforcement + framework mappings (WHAT standards apply — DSGAI, EU AI Act, fitness functions, ADRs, Three Loops)

EU AI Act compliance is a framework mapping (Articles 9-15 → governance controls), not a workflow step. Original placement here was a boundary error; v3.1.0 of claude-governance corrects it. See docs/adr/ADR-012-eu-ai-act-migration-completion.md (this plugin) and docs/adr/ADR-003-eu-ai-act-compliance-toolkit.md (governance plugin) for full provenance.

How to use the canonical skill

# 1. Install claude-governance alongside this plugin (one-time)
claude plugin marketplace add pitimon/claude-governance
claude plugin install claude-governance@claude-governance

# 2. Invoke the canonical skill
/eu-ai-act-check --scope        # Annex III + EU deployment pre-flight
/eu-ai-act-check                # Full 9-obligation checklist (Tier 1 MUST only)
/eu-ai-act-check --full         # Tier 1 + 2 + 3 (60 items)

The canonical skill in claude-governance provides the same 9-obligation tiered checklist (25 MUST + 27 SHOULD + 8 COULD), --scope pre-flight, primary-source verified Articles 9-15 quotes, and Article-to-skill mapping — but rewritten to route to governance skills (/governance-check, /spec-driven-dev, /create-adr, governance-reviewer agent) rather than 8-habit workflow skills.

Read the full file on GitHub · 78 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 78 lines · 57 tokens per session scan A d7e30a392d82

Subscribe to this mod's changes

eu-ai-act-check is a skill published in the GitHub repository pitimon/8-habit-ai-dev (3 stars, last pushed 1mo ago), licensed MIT. It adds 57 tokens to every session and 1,454 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.