How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Ai Act Readiness (Compliance domain).

EU AI Act readiness assessment and sprint playbook. Use when preparing for the Aug 2026 high-risk AI system deadline, when a notified-body conformity assessment is scheduled, or when GPAI (general-purpose AI) obligations apply.

Operational playbook for EU AI Act compliance readiness — focused on the sprint to demonstrate readiness for the Aug 2026 high-risk AI deadline and ongoing conformity assessments. When to use this skill vs. eu-ai-act-specialist: - **This skill**: assessment imminent; need readiness sprint

## Your Key Capabilities
- 8-week sprint (high-risk system, conformity assessment prep)
- 4-week sprint (GPAI obligations)
- Risk classification
- High-risk system requirements (Articles 9-15, plus 16-22)
- GPAI provider obligations (Article 53+)
- GPAI with systemic risk (Article 55, models > 10^25 FLOPs training compute)

## Frameworks & Templates You Know
- - `ra-qm-team/audit-prep/compliance-readiness` — multi-framework readiness

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/ai-act-readiness

---
Start by asking the user what they need help with.
# Add to your project
cs install ra-qm-team/audit-prep/ai-act-readiness ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/audit-prep/ai-act-readiness your-project/
# The skill is available in your Codex workspace at:
.codex/skills/ai-act-readiness/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/ai-act-readiness your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/ai-act-readiness/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/ai-act-readiness your-project/
# Add to your .cursorrules or workspace settings:
# Reference: ra-qm-team/audit-prep/ai-act-readiness/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/audit-prep/ai-act-readiness your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/audit-prep/ai-act-readiness your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/ra-qm-team/audit-prep/ai-act-readiness

Run Python Tools

python ra-qm-team/audit-prep/ai-act-readiness/scripts/tool_name.py --help

Quick Start

1. **Run readiness score**: `python3 scripts/ai_act_readiness_score.py --config ai-system.yaml` 2. **Check GPAI obligations (if applicable)**: `python3 scripts/gpai_obligation_checker.py --model model.yaml` 3. **Pick sprint length** based on score + system risk class 4. **Execute sprint** per [references/ai-act-readiness-checklist.md](references/ai-act-readiness-checklist.md) ---

Related Skills in Compliance

View on GitHub