ai-act-compliance

Route requests to the canonical AI Act compliance SKILL.md file.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others --skill ai-act-compliance
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ai-act-compliance
Source: https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others/tree/main/.cursor/skills/ai-act-compliance
Command: npx skills add https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others --skill ai-act-compliance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This wrapper ensures access to a canonical AI Act compliance skill by pointing to the central implementation in .opencode/skills/ai-act-compliance/SKILL.md, reducing duplication and drift across projects.

Core Features & Use Cases

  • Redirects requests to the central canonical SKILL.md to maintain a single source of truth for AI Act compliance.
  • Loads supporting files in the same folder (examples, templates) when present to accelerate adoption.
  • Verifies activation by confirming the loaded canonical file's first heading, ensuring correct loading.

Quick Start

Follow the wrapper to read and load the canonical SKILL.md located at .opencode/skills/ai-act-compliance/SKILL.md and any accompanying examples or templates in the same folder.

Frequently Asked Questions about ai-act-compliance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain a single source of truth for AI Act compliance across multiple projects?▼

To maintain a single source of truth for AI Act compliance, this wrapper routes requests to a canonical SKILL.md file located in the .opencode/skills directory, reducing duplication and drift across projects.

What is a canonical skill wrapper and how does it handle AI Act compliance templates?▼

A canonical skill wrapper centralizes AI Act compliance by pointing to a central implementation. It automatically loads any accompanying examples or templates present in the same folder to accelerate adoption.

How do I verify that a canonical AI Act compliance skill has loaded correctly?▼

You verify activation of the AI Act compliance skill by confirming the loaded canonical file's first heading. The wrapper checks this heading to ensure correct loading and successful routing.

Do I need any dependencies to use this AI Act compliance wrapper?▼

No dependencies are required to use this AI Act compliance wrapper. It operates independently to reference the canonical skill, load optional supporting files, and verify activation.

When should I use a wrapper for AI Act compliance instead of a direct implementation?▼

Use an AI Act compliance wrapper when you need to reduce duplication and drift across multiple projects. It ensures access to a central canonical implementation while loading supporting files when present.