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.
npx skills add pitimon/8-habit-ai-dev --skill eu-ai-act-checkgit clone --depth 1 https://github.com/pitimon/8-habit-ai-devWrote 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.
[](https://agentmods.dev/skills/pitimon/8-habit-ai-dev/eu-ai-act-check)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- 11d ago First seen · 78 lines · 57 tokens per session scan A d7e30a392d82
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.
Other skills, from other repositories
brainstorm
Interactive idea maturation — explore, research, shape raw ideas into actionable plans. Use when you have a rough idea and want to think it through.
challenge
Adversarial review — Fable 5 stress-tests reasoning, Gemini checks knowledge. Use before plan or architecture decisions.
review
Business review — weekly health check, monthly close, or ad-hoc audit. Subcommands: weekly, monthly, check. Use for periodic reviews or metrics assessment.
sitrep
Situational awareness — where am I, what was I doing, what's next. Context recovery after compression, confusion, or mid-session reorientation.
fastapi
FastAPI best practices + Pydantic. Use when building or reviewing FastAPI APIs.
nextjs-patterns
Next.js App Router — Server Components, Actions, streaming, caching. Use when building or migrating Next.js apps.