Compliance Gap Matrix

Compliance Gap Matrix is a skill for Claude Code, Codex from zgbrenner/agentcounsel. It costs 35 tokens per session (3,163 once invoked), scanned A, original, MIT.

A structured table that compares regulatory or framework requirements with an organization's existing controls to identify missing or uncertain coverage.

In plain words
What is it for?
It helps teams prepare a first-pass assessment before an audit, regulatory examination, or board presentation.
Why use it?
It turns a broad compliance review into specific gaps, priorities, and proposed owners for legal and management review.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps teams prepare a first-pass assessment before an audit, regulatory examination, or board presentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zgbrenner/agentcounsel/compliance-gap-matrix
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zgbrenner/agentcounsel --skill compliance-gap-matrix
Clone the repo
git clone --depth 1 https://github.com/zgbrenner/agentcounsel

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Compliance Gap Matrix

README.md
[![agentmods](https://agentmods.dev/badge/skills/zgbrenner/agentcounsel/compliance-gap-matrix/github.svg)](https://agentmods.dev/skills/zgbrenner/agentcounsel/compliance-gap-matrix)
Your own site
<a href="https://agentmods.dev/skills/zgbrenner/agentcounsel/compliance-gap-matrix"><img src="https://agentmods.dev/badge/skills/zgbrenner/agentcounsel/compliance-gap-matrix/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Compliance Gap Matrix

Your own site · 80×15
<a href="https://agentmods.dev/skills/zgbrenner/agentcounsel/compliance-gap-matrix"><img src="https://agentmods.dev/badge/skills/zgbrenner/agentcounsel/compliance-gap-matrix.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,163 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.03163
Opus 5 $0.00017 $0.01581
Sonnet 5 $0.00007 $0.00633
Haiku 4.5 $0.00003 $0.00316

Measured 6d ago against content hash 230df9e6d6b3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

Compliance Gap Matrix scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/regulatory/compliance-gap-matrix/SKILL.md · 152 lines

How it starts

The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Compliance Gap Matrix

Purpose

Produce a structured, attorney-ready draft compliance gap matrix that maps discrete regulatory or framework requirements against the organization's described current controls and practices. The output identifies where controls appear to meet requirements, where coverage is partial or uncertain, and where gaps exist — and proposes initial remediation framing, severity ratings, and ownership suggestions for attorney and management review.

This skill provides workflow discipline and analytical structure. It does not assert legal compliance conclusions. Gap status classifications reflect the workflow assessment and remain subject to attorney verification.

Use When

  • A user says "map our controls to the regulation," "do a gap analysis," or "show me where we're exposed against this framework."
  • A compliance or legal team needs a structured first-pass matrix before a formal audit, regulatory examination, or board presentation.
  • An organization has received a new regulation or framework (see rule-change-summary) and now needs to assess readiness.
  • Counsel needs to organize factual information about current controls against a requirement set before advising on remediation priorities.
  • A user provides a specific regulation, framework standard, or internal policy and a description of existing controls, and asks for a comparison.

Required Inputs

  • Requirement source: the actual regulation, framework, standard, or policy text — uploaded or pasted. If not provided, stop and request it. Do not construct requirements from model background knowledge; every requirement listed in the matrix must trace to this source.
  • Control description: a description of the organization's current controls, policies, procedures, systems, and practices relevant to the requirement source. This may be a control inventory, a narrative description, policy documents, or process descriptions. The more specific, the more useful the matrix.
  • Organization context: business type, size, and any relevant regulatory status (e.g., licensed entity, registered filer, covered entity) that affects applicability of specific requirements.
  • Scope boundaries (optional but recommended): which parts of the organization, business lines, or systems are in scope for this analysis. If not provided, flag as [SCOPE: CONFIRM with attorney].
  • Priority areas (optional): if the user identifies specific requirements or control areas to focus on, note them and address them first.
  • Optional: the practice group's practice-profiles/regulatory.md if it has been populated and is loaded alongside this skill. If present, the skill uses its Standard Positions, Source-of-Truth Documents, and Escalation Thresholds tables to benchmark the output against the group's standing control library and escalation criteria. If absent, the skill proceeds without practice-profile benchmarking and asks the user to supply standing positions inline if needed.

Read the full file on GitHub · 152 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 152 lines · 35 tokens per session scan A 230df9e6d6b3

Subscribe to this mod's changes

Compliance Gap Matrix is a skill published in the GitHub repository zgbrenner/agentcounsel (19 stars, last pushed 1mo ago), licensed MIT. It adds 35 tokens to every session and 3,163 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

cookie-consent-policy

Drafts publication-ready cookie policies, banner copy, and consent-flow language under GDPR/ePrivacy, CCPA/CPRA, and major U.S. state privacy laws. Converts a verified cookie inventory into enforceable policy sections with lawful-basis mapping, granular opt-in controls, withdrawal mechanics, and user-rights handling.…

ThomasMoreAI/legal-skills-open · 96 tokens

cyber-law-compliance-summary

Produces structured cyber law compliance memoranda covering GDPR, CCPA, state privacy laws, and sector-specific regulations for US and EU operations. Includes Bluebook citations, jurisdiction comparison tables, penalty exposure, and regulatory trends. Use when advising on digital operations compliance, privacy program…

ThomasMoreAI/legal-skills-open · 72 tokens

dsar-form

Drafts a GDPR- and CCPA-compliant Data Subject Access Request (DSAR) intake form for collecting requester information and processing privacy rights. Use when drafting DSAR forms, privacy rights request templates, or data subject rights workflows for EU/US-regulated organizations.

ThomasMoreAI/legal-skills-open · 58 tokens

nist-800-53

NIST SP 800-53 Rev 5 compliance advisor — all 20 control families (AC, AT, AU, CA, CM, CP, IA, IR, MA, MP, PE, PL, PM, PS, PT, RA, SA, SC, SI, SR), Low/Moderate/High baseline selection, FIPS 199/200 system categorization, control tailoring and overlays, privacy controls (PT family), supply chain risk management (SR…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 177 tokens

hipaa-compliance

Expert HIPAA compliance assistant for healthcare and software contexts. Use this skill whenever the user mentions HIPAA, PHI (Protected Health Information), ePHI, covered entities, business associates, healthcare data privacy, medical records, health information security, BAA (Business Associate Agreements), or any…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 161 tokens

lgpd

Expert LGPD compliance advisor for Brazil's Lei Geral de Proteção de Dados (Law 13,709/2018). Use this skill whenever a user asks about LGPD, Brazilian data protection, ANPD, personal data processing in Brazil, data subject rights under Brazilian law, legal bases for processing, sensitive data handling, DPO…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 178 tokens