Skip to content

suuus/compliance-spine

v0.2.0MIT

GDPR + EU AI Act compliance spine for agentic delivery — callable agents (advise / review / test-author / AI-Act baseline + orchestrator), the compliance skill, and the Compliance Dashboard canvas. Install once and your compliance agents + panel are available whenever you open a repo that has adopted the spine.

MCP servers

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "compliance-spine",
  "description": "GDPR + EU AI Act compliance spine for agentic delivery — callable agents (advise / review / test-author / AI-Act baseline + orchestrator), the compliance skill, and the Compliance Dashboard canvas. Install once and your compliance agents + panel are available whenever you open a repo that has adopted the spine.",
  "version": "0.2.0",
  "author": {
    "name": "suuus"
  },
  "repository": "https://github.com/suuus/compliance-spine",
  "license": "MIT",
  "keywords": [
    "gdpr",
    "eu-ai-act",
    "compliance",
    "custom-agents",
    "canvas",
    "evidence-ledger"
  ],
  "extensions": {
    "com.github.awesome-copilot": {
      "agents": [
        "./.github/agents/compliance-spine.agent.md",
        "./.github/agents/compliance-reviewer.agent.md",
        "./.github/agents/compliance-advisor.agent.md",
        "./.github/agents/compliance-test-author.agent.md",
        "./.github/agents/ai-act-baseline.agent.md"
      ],
      "skills": [
        "./.github/skills/gdpr-ai-act-compliance/"
      ],
      "extensions": [
        "./.github/extensions/compliance-dashboard"
      ]
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.github.awesome-copilot