/ Verzeichnis / Playground / Claude-Skills-Governance-Risk-and-Compliance
● Community Sushegaad ⚡ Sofort

Claude-Skills-Governance-Risk-and-Compliance

von Sushegaad · Sushegaad/Claude-Skills-Governance-Risk-and-Compliance

9 compliance frameworks as Claude skills — ISO 27001, SOC 2, FedRAMP, GDPR, HIPAA, NIST CSF, PCI DSS, TSA, ISO 42001. 94% eval pass vs 72% baseline.

A GRC-focused skill library: one SKILL.md per framework with gap assessments, policy templates with citations, control implementation guidance, and audit-evidence checklists. Covers both ISO 27001 2013 and 2022 versions, SOC 2 trust criteria, FedRAMP via NIST SP 800-53 Rev 5, and the ISO 42001 AI Management System.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

claude-skills-governance-risk-and-compliance-skill.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-skills-governance-risk-and-compliance-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance",
        "~/.claude/skills/Claude-Skills-Governance-Risk-and-Compliance"
      ],
      "_inferred": true
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-skills-governance-risk-and-compliance-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance",
        "~/.claude/skills/Claude-Skills-Governance-Risk-and-Compliance"
      ],
      "_inferred": true
    }
  }
}

Cursor nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-skills-governance-risk-and-compliance-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance",
        "~/.claude/skills/Claude-Skills-Governance-Risk-and-Compliance"
      ],
      "_inferred": true
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-skills-governance-risk-and-compliance-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance",
        "~/.claude/skills/Claude-Skills-Governance-Risk-and-Compliance"
      ],
      "_inferred": true
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-skills-governance-risk-and-compliance-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance",
        "~/.claude/skills/Claude-Skills-Governance-Risk-and-Compliance"
      ]
    }
  ]
}

Continue nutzt ein Array von Serverobjekten statt einer Map.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-skills-governance-risk-and-compliance-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance",
          "~/.claude/skills/Claude-Skills-Governance-Risk-and-Compliance"
        ]
      }
    }
  }
}

In context_servers hinzufügen. Zed lädt beim Speichern neu.

claude mcp add claude-skills-governance-risk-and-compliance-skill -- git clone https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance ~/.claude/skills/Claude-Skills-Governance-Risk-and-Compliance

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: Claude-Skills-Governance-Risk-and-Compliance

Run a SOC 2 readiness assessment for a SaaS startup

👤 Founders and early-stage CTOs preparing for SOC 2 Type I ⏱ ~90 min advanced

Wann einsetzen: Enterprise customers are asking for SOC 2 and you need to know how far off you are.

Ablauf
  1. Run the gap assessment
    Use the SOC 2 skill. Assess our readiness across CC, A, C, PI, P — here's our current security setup [paste].✓ Kopiert
    → Per-criterion gap list with severity
  2. Generate policy templates
    Give me policy templates for the top 5 gaps, with specific controls and citations.✓ Kopiert
    → Policies with CC/A/C/PI/P references
  3. Evidence checklist
    What evidence do we need to collect before the audit?✓ Kopiert
    → Ordered checklist with collection owners

Ergebnis: A clear path to SOC 2 Type I with sample policies.

Fallstricke
  • Treating skill output as a final audit deliverable — Always pair with a human auditor; this skill accelerates prep, it doesn't replace attestation

Draft a GDPR DPIA for a new feature

👤 Privacy leads and engineers launching EU-facing features ⏱ ~45 min advanced

Wann einsetzen: New feature processes personal data and you need a Data Protection Impact Assessment.

Ablauf
  1. Describe the feature
    Use the GDPR skill. Draft a DPIA for: our new recommendation engine that processes behavioral data from EU users.✓ Kopiert
    → DPIA structure with lawful basis, risk assessment, mitigations
  2. Risk-mitigation review
    What residual risks remain and what safeguards close them?✓ Kopiert
    → Concrete mitigations, not boilerplate

Ergebnis: A DPIA draft your DPO can review and finalize.

Fallstricke
  • Ignoring UK GDPR differences — Skill includes UK notes — ask explicitly

Map engineering controls to HIPAA Security Rule

👤 Healthcare-facing engineering teams ⏱ ~60 min advanced

Wann einsetzen: You're building a PHI-handling service and need to map each HIPAA safeguard.

Ablauf
  1. Current controls inventory
    Use the HIPAA skill. Here's our tech stack and current controls [paste]. Map to Security Rule administrative, physical, technical safeguards.✓ Kopiert
    → Safeguard-by-safeguard mapping with gaps flagged
  2. Breach-Notification-readiness plan
    What do we need for a compliant breach-notification workflow?✓ Kopiert
    → Runbook with timelines and responsible roles

Ergebnis: A HIPAA control matrix plus breach-readiness runbook.

Fallstricke
  • Assuming BAA = full compliance — Skill distinguishes BAA scope from the broader Security Rule

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

claude-skills-governance-risk-and-compliance-skill + terraform-skill

Generate IaC controls that implement the policy

For the access-control policy from SOC 2 skill, write Terraform modules that enforce it in AWS.✓ Kopiert
claude-skills-governance-risk-and-compliance-skill + aws-agent-skill

Map HIPAA technical safeguards to specific AWS services

For each HIPAA Security Rule technical safeguard, show the AWS services that implement it.✓ Kopiert

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
Gap assessment current posture + framework Start of any compliance program 0
Policy template generation gap + framework Closing a gap 0
Control implementation guide control ID Engineering a specific control 0
Evidence checklist framework + scope Audit preparation 0

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
None
Tokens pro Aufruf
10-30k per framework engagement — heavy
Kosten in €
Free — skill is local
Tipp
Scope to one framework at a time; cross-framework work balloons context.

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: No credentials — skill is prompts
Datenabfluss: None from the skill itself

Fehlerbehebung

Häufige Fehler und Lösungen

Skill cites an outdated control version

Specify the framework version explicitly (e.g. 'ISO 27001:2022' not just 'ISO 27001').

Policy template is too generic

Provide your specific tech stack and jurisdiction so the skill can tailor.

Alternativen

Claude-Skills-Governance-Risk-and-Compliance vs. andere

AlternativeWann stattdessenKompromiss
GRC platforms (Vanta, Drata, Secureframe)You want automated evidence collection and continuous monitoringPaid services; this skill is for guidance, not automation
Legal counselYou need binding legal adviceThis skill can't replace a lawyer — it informs and accelerates, not decides

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen