Agent skill · Security

compliance-os

Compliance OS — meta-orchestrator that lets compliance teams CONFIGURE which frameworks apply, COMPUTE cross-framework control overlap, SIMULATE internal audits, and CONSOLIDATE evidence across multiple frameworks. Four decisions: (1) Given a company profile, which of the 12 supported frameworks apply (ISO 27001/13485/42001/14971, EU AI Act, MDR 745, GDPR, SOC 2, FDA QSR, NIST CSF 2.0, NIS2, HIPAA)? (2) Across selected frameworks, which controls overlap and how much evidence reuses? (3) For a given framework + scope, what does a realistic mock audit produce — drawing from the 205-scenario libr

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill compliance-os --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 14
SKILL.md size: 13 KB
Bundled scripts: yes
Version: 1.0.0
Declared author: Alireza Rezvani
Path: compliance-os/skills/compliance-os/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Compliance OS — Meta-Orchestrator Multi-framework compliance program orchestration. **Four decisions, no per-framework deep-dive:** 1. **Which frameworks apply to this company?** — `framework_selector.py` ranks the 12 supported frameworks against a company profile (industry, geography, AI use, medical, financial, headcount, customers, healthcare-PHI, NIS2 essential/important entity, US gov contractor) and returns applicable ones with dependency graph 2. **How much do selected frameworks overlap?** — `cross_framework_mapper.py` computes control-level overlap with confidence rating; outputs unified control matrix + evidence-reuse opportunities 3. **What does a mock audit produce?** — `audit_simulator.py` generates 8–15 finding scenarios with severity distribution matching IIA expectations + interview questions per control 4. **What's the unified evidence checklist?** — `evidence_pool_generator.py` consolidates evidence across enabled frameworks; outputs which artefact satisfies which controls across which frameworks This skill is **NOT** a per-framework deep-dive. The per-framework skills (`ra-qm-team/skills/iso42001-specialist/`, `compliance-team-eu-ai-act/`, `ra-qm-team/skills/gd

What's inside
Steps it walks through
  1. Keywords
  2. Quick Start
  3. Key Questions (ask these first)
  4. Core Responsibilities
  5. 1. Framework Selection
  6. 2. Cross-Framework Control Mapping
  7. 3. Audit Simulation
  8. 4. Evidence Pool
  9. Workflows
  10. Workflow 1: Program Bootstrap (multi-framework, 4–8 weeks)
  11. Workflow 2: Annual Audit Calendar (yearly)
  12. Workflow 3: Pre-Certification Readiness (per new framework, 6–12 weeks)
  13. Workflow 4: Evidence Pool Consolidation (quarterly)
  14. Output Standards
Ships with 13 files
  • assets/company_profile_template.json
  • assets/control_library_template.json
  • assets/mock_audit_library.json
  • references/audit_simulation_methodology.md
  • references/compliance_os_pattern.md
  • references/cross_framework_overlap.md
  • references/evidence_artifact_reuse_index.md
  • references/evidence_management.md
  • references/multi_framework_audit_playbook.md
  • scripts/audit_simulator.py
  • scripts/cross_framework_mapper.py
  • scripts/evidence_pool_generator.py
  • scripts/framework_selector.py
Commands it runs
Decision A: Which frameworks apply for the company?
python scripts/framework_selector.py                          # embedded mid-stage AI SaaS sample
python scripts/framework_selector.py path/to/profile.json
Decision B: Compute cross-framework overlap
python scripts/cross_framework_mapper.py                      # embedded ISO 27001 + SOC 2 sample
python scripts/cross_framework_mapper.py path/to/control_libs.json
Decision C: Simulate an audit
python scripts/audit_simulator.py                             # embedded ISO 27001 sample
python scripts/audit_simulator.py path/to/audit_scope.json
Decision D: Consolidate evidence checklist across frameworks
More from claude-skills
All skills →
About this skill
What does the compliance-os skill do?

Compliance OS — meta-orchestrator that lets compliance teams CONFIGURE which frameworks apply, COMPUTE cross-framework control overlap, SIMULATE internal audits, and CONSOLIDATE evidence across multiple frameworks. Four decisions: (1) Given a company profile, which of the 12 supported frameworks apply (ISO 27001/13485/42001/14971, EU AI Act, MDR 745, GDPR, SOC 2, FDA QSR, NIST CSF 2.0, NIS2, HIPAA)? (2) Across selected frameworks, which controls overlap and how much evidence reuses? (3) For a given framework + scope, what does a realistic mock audit produce — drawing from the 205-scenario libr

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill compliance-os --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going