CMMC 2.0 Compliance Expert
A CMMC 2.0 / NIST SP 800-171 advisory skill for US defense contractors that produces level determinations, gap tables, SSP sections, POA&Ms, and SPRS score walkthroughs.
Security & ReviewAdvanced★ 851⑂ 174AI score 8/10Last updated: Aug 16, 2026
What it does
- Level determination workflow: uses the contract's DFARS 252.204-7019/7020/7021 clauses and FCI vs. CUI data classification to pick Level 1/2/3 and the assessment track (self, C3PAO, DIBCAC).
- Gap assessment tables: Practice ID | Domain | Practice | Status (MET / PARTIAL / NOT MET / N/A) | Evidence Needed | Gap Notes.
- SSP drafting/review: per-practice implementation statements, system boundary, CUI data flows, documented N/A justifications.
- SPRS scoring: 110-point baseline, weighted 5/3/1 deductions, no partial credit, senior-official affirmation requirements.
- POA&M rules: the two-part conditional-certification gate (score ≥88 AND all open items 1-point), 180-day closeout clock, and the never-POA&M-eligible critical practices (MFA, FIPS crypto, flow control, etc.).
- Scoping and flow-down: five asset categories (CUI / SPA / CRMA / Specialized / Out-of-Scope), enclave strategy, and a remediation menu for uncertified subcontractors.
Who it's for
- Security and compliance leads at DoD prime contractors and subcontractors
- ISSOs/ISSMs, sysadmins, and audit-prep teams in CUI environments
- MSPs and consultants serving the Defense Industrial Base
- Not useful if you don't touch US defense contracts.
Examples
- "We're a subcontractor that receives CUI — what level do we need?" → returns the five-step determination table plus the FCI/CUI decision matrix and assessment cadence.
- "Our C3PAO found 8 practices NOT MET." → recomputes the score (102) and checks whether all eight are 1-point items to decide if conditional certification with a 180-day clock is available.
- "Draft an SSP for our Level 2 self-assessment." → produces structured SSP sections covering boundary, CUI flows, per-practice implementation, responsible roles, and evidence artifacts.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance/HEAD/plugins/cmmc/skills/cmmc/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the plugins/cmmc/skills/cmmc folder from the GitHub repo Sushegaad/Claude-Skills-Governance-Risk-and-Compliance into my ~/.claude/skills/cmmc/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance.git && mkdir -p ~/.claude/skills && cp -r Claude-Skills-Governance-Risk-and-Compliance/plugins/cmmc/skills/cmmc ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS/Linux, Git Bash on Windows).
- Confirm Git is installed with
git --version; install from git-scm.com if needed. - Clone the repo:
git clone https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skill in:
cp -r Claude-Skills-Governance-Risk-and-Compliance/plugins/cmmc/skills/cmmc ~/.claude/skills/ - Verify with
ls ~/.claude/skills/cmmc— you should seeSKILL.mdand areferences/folder. - Restart Claude Code and try a prompt like "Help me run a CMMC Level 2 gap assessment."
- Always re-verify regulatory status (especially the Phase 2 suspension notes) against official DoD sources before acting.
View source on GitHub ↗License: MIT