From acttrace
Use when the user asks whether an AI feature is EU AI Act compliant, needs an AI-system risk classification, or needs an Article 50 transparency notice / disclosure copy for a user-facing AI feature. For non-financial SaaS and technology products. Not for financial-services AI (banking, trading, investment, credit) — those are out of scope.
How this skill is triggered — by the user, by Claude, or both
Slash command
/acttrace:acttraceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
EU AI Act compliance for non-financial SaaS. Two jobs: classify an AI feature's
EU AI Act compliance for non-financial SaaS. Two jobs: classify an AI feature's risk category, and draft an Article 50 transparency notice. Backed by the local ActTrace MCP server — a deterministic rules engine, offline, no API key.
"Is my chatbot EU AI Act compliant?" / "Classify this AI feature" / "What risk category is our CV-screening tool?" / "Write an Article 50 disclosure for our support assistant" / "Do we need an AI transparency notice?"
acttrace_classify — deterministic risk classification. Returns one of
prohibited, possible_high_risk, limited_risk_transparency,
minimal_risk, unknown, out_of_scope_financial_services, plus
confidence, rationale, the obligations list, and source references.acttrace_generate_transparency_notice — an Article 50 notice: body text,
suggested placement, caveats, by notice_type and tone.acttrace_classify with those facts. Do not invent missing facts —
omit them; the engine reports what is missing and returns unknown if it
cannot classify.possible_high_risk, prohibited, needs_legal_review
or out_of_scope_financial_services, surface the escalation_warning
prominently.limited_risk_transparency, offer to
generate a notice with acttrace_generate_transparency_notice.out_of_scope_financial_services — relay that; do not improvise a
financial-services compliance opinion.unknown, ask the
user for the missing facts rather than guessing.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub goww7/acttrace --plugin acttrace