Agent Plugins Marketplace
All plugins

data-governance-privacy

v0.3.5

Data governance & privacy team — agents (data-governance-architect, privacy-compliance-engineer, data-catalog-lineage-engineer) for making data discoverable, trustworthy, and lawfully used: the governance operating model (ownership/stewardship, policies, classification scheme), privacy mechanics (GDPR/CCPA/-style data-subject rights — access/erasure/portability, consent + lawful basis, data minimization, retention, pseudonymization vs anonymization), and a data catalog with lineage + sensitive-data/PII discovery + access governance/DLP. The ENGINEERING of governance, not legal advice. skills, a decision-tree knowledge bank (classification + DSR-handling trees + a dated 2026 map), best-practices, templates, commands, an advisory hook. Seams: financial-regulatory -> regulatory-compliance, warehouse RLS -> data-platform, Purview-in-Fabric -> microsoft-fabric, security verdicts -> security-engineering. Requires ravenclaude-core@>=0.7.0.

Claude Code5 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install data-governance-privacy for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install data-governance-privacy@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mcorbett51090/RavenClaude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/data-governance-privacy/.

Plugin files

plugins/data-governance-privacy/
├── .claude-plugin/plugin.json
├── skills/access-governance/SKILL.md
├── skills/catalog-and-lineage/SKILL.md
├── skills/data-classification/SKILL.md
├── skills/privacy-mechanics/SKILL.md
└── skills/retention-and-deletion/SKILL.md

Included Skills5

access-governanceskills/access-governance/SKILL.md

Design and operate data access governance: define role-based access tiers from the classification scheme, implement column-level masking and row-level security, build an access request and review workflow, and produce an access audit report that proves least-privilege is enforced.

catalog-and-lineageskills/catalog-and-lineage/SKILL.md

Build a maintained data catalog: automated sensitive-data/PII discovery and column-level tagging, end-to-end lineage captured from pipeline/dbt metadata, a business glossary tying terms to tables, and surfaced access for governance.

data-classificationskills/data-classification/SKILL.md

Design and apply a usable data classification scheme: a small set of levels (public/internal/confidential/restricted) plus a PII/sensitive flag, handling rules per level, and a mapping to enforceable controls — governing the highest-risk data first.

privacy-mechanicsskills/privacy-mechanics/SKILL.md

Engineer privacy: build executable data-subject-rights pipelines (access/erasure/portability) that locate data via the catalog, track lawful basis + granular revocable consent, minimize collection, automate retention/deletion, and distinguish pseudonymization from anonymization.

retention-and-deletionskills/retention-and-deletion/SKILL.md

Design and operate a data retention and deletion programme: classify data by retention period, build automated purge pipelines, verify deletion propagates to all copies including derived and replicated data, and produce evidence for audit — so data does not persist beyond its legal or business justification.

Plugin manifests1

plugins/data-governance-privacy/.claude-plugin/plugin.json
{
  "name": "data-governance-privacy",
  "version": "0.3.5",
  "description": "Data governance & privacy team — agents (data-governance-architect, privacy-compliance-engineer, data-catalog-lineage-engineer) for making data discoverable, trustworthy, and lawfully used: the governance operating model (ownership/stewardship, policies, classification scheme), privacy mechanics (GDPR/CCPA/-style data-subject rights — access/erasure/portability, consent + lawful basis, data minimization, retention, pseudonymization vs anonymization), and a data catalog with lineage + sensitive-data/PII discovery + access governance/DLP. The ENGINEERING of governance, not legal advice. skills, a decision-tree knowledge bank (classification + DSR-handling trees + a dated 2026 map), best-practices, templates, commands, an advisory hook. Seams: financial-regulatory -> regulatory-compliance, warehouse RLS -> data-platform, Purview-in-Fabric -> microsoft-fabric, security verdicts -> security-engineering. Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "data-governance",
    "data-privacy",
    "gdpr",
    "ccpa",
    "pii",
    "data-catalog",
    "data-lineage",
    "data-classification",
    "consent",
    "data-minimization",
    "retention",
    "dlp",
    "data-subject-rights",
    "stewardship"
  ],
  "requires": {
    "plugins": [
      "ravenclaude-core@>=0.7.0"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[data-governance-privacy on Agent Plugins Marketplace](https://pluginsmp.com/plugins/data-governance-privacy)