Runs the Art. 3(1) definition test, then classifies the risk tier. 7-criteria AI system test, Art. 5 prohibited-practice screening, Annex I + Annex III high-risk routes, Art. 6(3) exception, GPAI systemic-risk check, and Art. 50 transparency triggers — breadth-first across all five tiers.
Each capability is documented separately, tested separately, and called by the workflow at the right moment. Compose them or invoke individually.
Twelve structured steps. The human stays accountable; the skill carries the structure, the citations, and the document trail.
Single-folder skill. SKILL.md is the runtime spec; references hold the knowledge corpus; evals hold the proof.
ai-act-classifier/ ├── evals # Test cases + assertions │ └── evals.json # 3 cases, 0 assertions ├── references # Reference corpus │ ├── ai-system-definition.md │ ├── art50-transparency.md │ ├── art6-exception.md │ ├── case-studies.md │ ├── compliance-deadlines.md │ ├── enforcement-framework.md │ ├── gpai-systemic-risk.md │ ├── high-risk-annexes.md │ ├── jurisdiction-requirements.md │ ├── prohibited-practices.md │ ├── scope-exclusions.md │ └── sector-guidance.md ├── CHANGELOG.md # Version history ├── README.md # Deployment guide └── SKILL.md # Main skill instructions
Two deployment surfaces. The skill auto-triggers on relevant keywords once installed.
ai-act-classifier/ foldercp -r ai-act-classifier/ \ ~/.claude/skills/user/
Every output is documented, version-pinned, and traceable to its source citation.
Every release runs against a fixed test suite. Assertions check numeric consistency, citation accuracy, and decision-tree branches.
Every legal verdict resolves to one of these instruments. No invented articles, no synthetic recitals.
The trace is the product. Nothing happens off the record — no hidden tool calls, no silent retrieval, no opaque chain-of-thought.
See CHANGELOG.md for version history.
EU AI Act System Classifier — a structured AI Act assessment skill for Claude that provides:
ai-act-classifier/
├── SKILL.md # Main skill instructions (deploy this)
├── CHANGELOG.md # Version history
├── evals/
│ └── evals.json # 3 test cases (with-skill vs. baseline)
└── references/
├── ai-system-definition.md # Art. 3(1) 7-criteria test + worked examples
├── scope-exclusions.md # Art. 2 exclusion checklists (incl. open-source)
├── prohibited-practices.md # Art. 5 prohibitions — full subject-centric analysis
├── high-risk-annexes.md # Annex I + Annex III routes
├── art6-exception.md # Art. 6(3) exception with Art. 6(4) docs
├── gpai-systemic-risk.md # Art. 51/53/55 GPAI thresholds and obligations
├── art50-transparency.md # Art. 50 transparency + Code of Practice marking
├── sector-guidance.md # Sector-specific high-risk guidance
├── jurisdiction-requirements.md # Member-state-specific implementation notes
├── compliance-deadlines.md # Deadlines by tier + role
├── enforcement-framework.md # Penalties, market surveillance, AI Office
└── case-studies.md # Worked classification examples
ai-act-classifier/ folder structureai-act-classifier/ folder to your skills directory:
bash
cp -r ai-act-classifier/ /path/to/your/skills/user/ai-act-classifier/Describe the AI technology you want to classify:
"We're building a CV-screening tool that ranks job applicants for our HR team. It uses a fine-tuned LLM to score candidates against job descriptions. Do we need to treat this as high-risk under the AI Act?"
The skill will activate and walk you through the classification.
For Q&A and article lookup without producing a classification, use the companion
ai-act-knowledgeskill instead.
| Phase | Description |
|---|---|
| Phase 1: Scope Gate | Art. 2 exclusion analysis (military, personal, R&D, pre-market, ILE) + open-source checklist (Art. 2(12) / Art. 53(2)) |
| Phase 2: AI System Test | Art. 3(1) 7-criteria definition test grounded in Commission guidelines and OECD framework |
| Phase 3: Risk Classification | Steps 1–3 in sequence (Art. 5 → Annex I → Annex III + Art. 6(3) exception); Step 4 GPAI assessment runs in parallel; Step 5 Art. 50 transparency check |
| Phase 4: Classification Dashboard | Single-page output: risk tier, legal basis, deadlines, obligations summary, next-step recommendations |
| Feature | Description |
|---|---|
| Scope Exclusion (Art. 2) | System-description-informed targeting — only relevant exclusions surfaced |
| Open-Source Checklist | Dedicated 3-step process for Art. 2(12) AI systems and Art. 53(2) GPAI models |
| AI System Definition | 7-criteria Art. 3(1) test with Commission/OECD guidance |
| Prohibited Practices | Art. 5 screening — subject-centric reading per Commission Guidelines |
| High-Risk: Annex I | Product-safety route (Art. 6(1)) |
| High-Risk: Annex III | Application-based route (Art. 6(2)) with Art. 6(3) exception |
| Art. 6(3) Exception | Documented carve-out with Art. 6(4) registration obligations |
| GPAI Assessment | Parallel track — standard GPAI (Art. 53) + systemic-risk GPAI (Art. 55) |
| Art. 50 Transparency | Interaction, synthetic content, emotion recognition, deepfake labeling |
| Sector Guidance | Targeted guidance for Annex III categories (employment, education, biometrics, etc.) |
| Jurisdiction Notes | Member-state-specific implementation requirements |
| Deadline Lookup | Compliance dates by tier (prohibited / high-risk / GPAI / Art. 50 / minimal) |
| Classification Dashboard | Single-page summary output |
| Document | Reference |
|---|---|
| EU AI Act | Regulation (EU) 2024/1689 |
| Commission Guidelines on AI System Definition | Art. 3(1) interpretation |
| Commission Guidelines on Prohibited AI Practices | Art. 5 enforcement reading |
| Commission Guidelines on High-Risk Classification | Art. 6 + Annex III |
| OECD AI Framework | Underlying technical definition |
| GPAI Code of Practice | Art. 53/55 implementation |
| Art. 50 Code of Practice (Transparency) | Multi-layered marking framework |
This skill provides structured guidance based on the EU AI Act (Regulation (EU) 2024/1689), Commission guidelines, and the OECD AI framework. It does not constitute legal advice. Final classification decisions should involve qualified legal counsel with AI Act expertise.
Licensed under AGPL-3.0 — see LICENSE at the repo root.
Created by Oliver Schmidt-Prietz — OneZero Legal