plugins marketplace
← All plugins

compliance-checker

v1.26.0

Check infrastructure compliance (SOC2, HIPAA, PCI-DSS)

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/compliance-checker/ inside the repository.

Layout

plugins/devops/compliance-checker/
├── .claude-plugin/plugin.json
└── skills/checking-infrastructure-compliance/SKILL.md

Skills1

checking-infrastructure-complianceskills/checking-infrastructure-compliance/SKILL.md

Execute use when you need to work with compliance checking. This skill provides compliance monitoring and validation with comprehensive guidance and automation. Trigger with phrases like "check compliance", "validate policies", or "audit compliance".

Manifests1

plugins/devops/compliance-checker/.claude-plugin/plugin.json
{
  "name": "compliance-checker",
  "version": "1.26.0",
  "description": "Check infrastructure compliance (SOC2, HIPAA, PCI-DSS)",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "compliance",
    "security",
    "audit",
    "soc2",
    "hipaa",
    "devops",
    "agent-skills"
  ]
}