generate-eu-ai-act-system-card

Generates per-service EU AI Act system cards from MODULE_MANIFEST.md and BEHAVIORAL_CONTRACTS.md.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/az9713/dark-code-skills --skill generate-eu-ai-act-system-card
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-eu-ai-act-system-card
Source: https://github.com/az9713/dark-code-skills/tree/main/skills/generate-eu-ai-act-system-card
Command: npx skills add https://github.com/az9713/dark-code-skills --skill generate-eu-ai-act-system-card

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of per-service EU AI Act system cards, enabling organizations to document AI usage, risk, human oversight, and limitations for regulators and stakeholders.

Core Features & Use Cases

  • Generates a complete system card by reading MODULE_MANIFEST.md and BEHAVIORAL_CONTRACTS.md, conducting a structured interview, and outputting docs/compliance/eu-ai-act-system-card-<service>-YYYY-MM-DD.md.
  • Supports risk-level guidance and regulatory alignment before the EU AI Act deadline.
  • Useful for audits, regulator requests, enterprise compliance packages, and internal governance of AI-enabled services.

Quick Start

Invoke as /generate-eu-ai-act-system-card path/to/service or with --risk-level limited|general|high.

Frequently Asked Questions about generate-eu-ai-act-system-card

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

FAQPage Schema
How do I generate an EU AI Act system card for automated processing services?

To generate an EU AI Act system card, invoke the skill with a service path to read MODULE_MANIFEST.md and BEHAVIORAL_CONTRACTS.md, conduct a structured interview, and output a compliance markdown file documenting AI tool usage, risk classification, and human oversight.

When do I need to document AI system risk classification for EU compliance?

You need to document AI system risk classification for EU compliance before the August 2026 deadline, especially when AI tools contribute to code generation, decision support, or automated processing within your services.

Can I specify a risk level when creating AI governance documentation?

Yes, you can specify a risk level when creating AI governance documentation by invoking the skill with the --risk-level flag set to limited, general, or high to guide the risk classification output in the generated system card.

What files are required to document human oversight mechanisms for AI tools?

Documenting human oversight mechanisms requires MODULE_MANIFEST.md and BEHAVIORAL_CONTRACTS.md files in the target service directory, which the skill reads to extract service definitions and behavioral constraints for the compliance system card.

Where does the generated AI compliance system card get saved?

The generated AI compliance system card is saved as docs/compliance/eu-ai-act-system-card-<service>-YYYY-MM-DD.md, providing a dated, per-service compliance document for audits, regulator requests, and internal governance packages.

Does this compliance documentation approach work for high-risk AI system classifications?

Yes, this compliance documentation approach works for high-risk AI system classifications by accepting the --risk-level high parameter, ensuring the output system card aligns with regulatory requirements for elevated risk categories under the EU AI Act.