compliance-cert-planner

compliance-cert-planner is a skill for Claude Code, Codex from CraftOS-dev/CraftBot. It costs 60 tokens per session (466 once invoked), scanned A, original, MIT.

A planning workflow for deciding which security, privacy, and regulatory frameworks apply to an organization, then arranging the work needed for certification. Examples include SOC 2, ISO 27001, GDPR, HIPAA, and PCI DSS.

In plain words
What is it for?
Assessing applicable frameworks, classifying their requirements, mapping shared controls, and producing a compliance roadmap.
Why use it?
It helps separate mandatory requirements from voluntary certifications and identify controls that can satisfy several frameworks at once.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/craftos-dev/craftbot/compliance-cert-planner
Any agent
npx skills add CraftOS-dev/CraftBot --skill compliance-cert-planner
Clone the repo
git clone --depth 1 https://github.com/CraftOS-dev/CraftBot

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-cert-planner

README.md
[![agentmods](https://agentmods.dev/badge/skills/craftos-dev/craftbot/compliance-cert-planner.svg)](https://agentmods.dev/skills/craftos-dev/craftbot/compliance-cert-planner)
Your own site
<a href="https://agentmods.dev/skills/craftos-dev/craftbot/compliance-cert-planner"><img src="https://agentmods.dev/badge/skills/craftos-dev/craftbot/compliance-cert-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 466 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00060 $0.00466
Opus 5 $0.00030 $0.00233
Sonnet 5 $0.00012 $0.00093
Haiku 4.5 $0.00006 $0.00047

Measured 5d ago against content hash f54a7eba0910, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

compliance-cert-planner 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 5d 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/compliance-cert-planner/SKILL.md · 35 lines

How it starts

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

Compliance Certification Planner

Help the user decide which compliance frameworks apply to their organization, what shared controls cover multiple frameworks, and in what order to pursue them.

When to use

  • "Which compliance certifications do we need?"
  • "Should we do SOC 2 or ISO 27001 first?"
  • "How do GDPR and HIPAA overlap for our product?"
  • "Build me a roadmap for our security compliance work."

Workflow

  1. Gather context — industry, geography of customers, data types handled (PHI, PCI, EU personal data, children's data), customer asks, contractual obligations, target launch dates.
  2. Fill the applicability matrix — use templates/applicability-matrix.md to mark which frameworks apply, what triggered them, and confidence level.
  3. Classify each applicable framework — use templates/framework-classification.md per framework (type, issuer, mandatory vs. voluntary, timeline, renewal cycle, external auditor needed).
  4. Map shared controls — use templates/shared-controls-checklist.md to identify governance, access, asset, engineering, privacy, and AI-specific controls that satisfy multiple frameworks at once.
  5. Produce the roadmap — use templates/roadmap.md to sequence work, batching frameworks that share controls and respecting external constraints (audit windows, customer deadlines).

Templates

  • templates/applicability-matrix.md — one-page yes/no/why grid across common frameworks
  • templates/framework-classification.md — per-framework deep dive
  • templates/shared-controls-checklist.md — cross-framework control inventory
  • templates/roadmap.md — sequenced implementation plan

Output expectations

Default deliverable is a single Markdown brief containing: applicability matrix, one classification block per applicable framework, the shared-controls checklist marked up for current state, and the roadmap. Flag any framework where confidence is low or where external counsel / auditor input is required before committing.

Read the full file on GitHub · 35 lines

Files

What ships with it

4 files 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. 5d ago First seen · 35 lines · 60 tokens per session scan A f54a7eba0910

Subscribe to this mod's changes

compliance-cert-planner is a skill published in the GitHub repository CraftOS-dev/CraftBot (378 stars, last pushed 2d ago), licensed MIT. It adds 60 tokens to every session and 466 once invoked, about $0.0003 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-08-30.

Related

Other skills, from other repositories

compliance

Navigate privacy regulations (GDPR, CCPA), review DPAs, and handle data subject requests. Use when reviewing data processing agreements, responding to data subject access or deletion requests, assessing cross-border data transfer requirements, or evaluating privacy compliance.

frumu-ai/tandem · 51 tokens

legal-risk-assessment

Assess and classify legal risks using a severity-by-likelihood framework with escalation criteria. Use when evaluating contract risk, assessing deal exposure, classifying issues by severity, or determining whether a matter needs senior counsel or outside legal review.

frumu-ai/tandem · 50 tokens

finance-sox-testing

Generate SOX sample selections, testing workpapers, and control assessments.

frumu-ai/tandem · 18 tokens

canned-responses

Generate templated responses for common legal inquiries and identify when situations require individualized attention. Use when responding to routine legal questions — data subject requests, vendor inquiries, NDA requests, discovery holds — or when managing response templates.

frumu-ai/tandem · 48 tokens

contract-review

Review contracts against your organization's negotiation playbook, flagging deviations and generating redline suggestions. Use when reviewing vendor contracts, customer agreements, or any commercial agreement where you need clause-by-clause analysis against standard positions.

frumu-ai/tandem · 46 tokens

meeting-briefing

Prepare structured briefings for meetings with legal relevance and track resulting action items. Use when preparing for contract negotiations, board meetings, compliance reviews, or any meeting where legal context, background research, or action tracking is needed.

frumu-ai/tandem · 49 tokens