Agent skill · Security

soc2-compliance

Use when the user asks to prepare for SOC 2 audits, map Trust Service Criteria, build control matrices, collect audit evidence, perform gap analysis, or assess SOC 2 Type I vs Type II readiness.

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

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

Facts
Files in the skill folder: 8
SKILL.md size: 18 KB
Bundled scripts: yes
Path: ra-qm-team/skills/soc2-compliance/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

# SOC 2 Compliance SOC 2 Type I and Type II compliance preparation for SaaS companies. Covers Trust Service Criteria mapping, control matrix generation, evidence collection, gap analysis, and audit readiness assessment. ## Table of Contents - [Overview](#overview) - [Trust Service Criteria](#trust-service-criteria) - [Control Matrix Generation](#control-matrix-generation) - [Gap Analysis Workflow](#gap-analysis-workflow) - [Evidence Collection](#evidence-collection) - [Audit Readiness Checklist](#audit-readiness-checklist) - [Vendor Management](#vendor-management) - [Continuous Compliance](#continuous-compliance) - [Anti-Patterns](#anti-patterns) - [Tools](#tools) - [References](#references) - [Cross-References](#cross-references) --- ## Overview ### What Is SOC 2? SOC 2 (System and Organization Controls 2) is an auditing framework developed by the AICPA that evaluates how a service organization manages customer data. It applies to any technology company that stores, processes, or transmits customer information — primarily SaaS, cloud infrastructure, and managed service providers. ### Type I vs Type II | Aspect | Type I | Type II | |--------|--------|---------| | **Scope** | Design

What's inside
Steps it walks through
  1. Table of Contents
  2. Overview
  3. What Is SOC 2?
  4. Type I vs Type II
  5. Who Needs SOC 2?
  6. Typical Journey
  7. Trust Service Criteria
  8. Security (Common Criteria CC1-CC9) — Required
  9. Availability (A1) — Optional
  10. Confidentiality (C1) — Optional
  11. Processing Integrity (PI1) — Optional
  12. Privacy (P1-P8) — Optional
  13. Control Matrix Generation
  14. Matrix Structure
Ships with 7 files
  • references/evidence_collection_guide.md
  • references/soc2_audit_playbook.md
  • references/trust_service_criteria.md
  • references/type1_vs_type2.md
  • scripts/control_matrix_builder.py
  • scripts/evidence_tracker.py
  • scripts/gap_analyzer.py
Commands it runs
Generate full security matrix in markdown
python scripts/control_matrix_builder.py --categories security --format md
Generate matrix for multiple categories as JSON
python scripts/control_matrix_builder.py --categories security,availability,confidentiality --format json
All categories, CSV output
python scripts/control_matrix_builder.py --categories security,availability,confidentiality,processing-integrity,privacy --format csv
Check evidence status from a control matrix
python scripts/evidence_tracker.py --matrix controls.json --status
JSON output for integration
python scripts/evidence_tracker.py --matrix controls.json --status --json
More from claude-skills
All skills →
About this skill
What does the soc2-compliance skill do?

Use when the user asks to prepare for SOC 2 audits, map Trust Service Criteria, build control matrices, collect audit evidence, perform gap analysis, or assess SOC 2 Type I vs Type II readiness.

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill soc2-compliance --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