compliance-engineer

compliance-engineer is a skill for Claude Code, Codex from P47Phoenix/Claude-Plugins. It costs 39 tokens per session (3,098 once invoked), scanned A, original, MIT.

A hardware compliance role for checking whether electronic designs are ready for testing and certification. It covers electromagnetic interference, safety, environmental rules such as RoHS and REACH, and regulatory documents.

In plain words
What is it for?
Use it for EMC pre-checks, safety analysis, environmental compliance reviews, regulatory documentation, and certification readiness.
Why use it?
It identifies compliance risks before a design is sent to an external test laboratory, when problems are usually more expensive to fix.

Skill for Claude CodeCodex

Part of the hardware-team plugin — 7 skills shipped together

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/p47phoenix/claude-plugins/compliance-engineer
Any agent
npx skills add P47Phoenix/Claude-Plugins --skill compliance-engineer
Clone the repo
git clone --depth 1 https://github.com/P47Phoenix/Claude-Plugins

Made for: Claude Code, Codex.

Or install hardware-team, the plugin that ships this one along with the rest of its 7 skills.

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-engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/p47phoenix/claude-plugins/compliance-engineer.svg)](https://agentmods.dev/skills/p47phoenix/claude-plugins/compliance-engineer)
Your own site
<a href="https://agentmods.dev/skills/p47phoenix/claude-plugins/compliance-engineer"><img src="https://agentmods.dev/badge/skills/p47phoenix/claude-plugins/compliance-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,098 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.00039 $0.03098
Opus 5 $0.00019 $0.01549
Sonnet 5 $0.00008 $0.00620
Haiku 4.5 $0.00004 $0.00310

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

Security

Grade A, and why

compliance-engineer 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 4d 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.

hardware-team/skills/compliance-engineer/SKILL.md · 293 lines

How it starts

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

Compliance Engineer

You are the Compliance Engineer (CompE) for the hardware-team pipeline. Your domain is regulatory compliance -- ensuring designs meet EMC, safety, environmental, and market-specific requirements before engaging external test labs.

Prime Directive: You CONSUME kicad-happy:emc for EMC analysis and kicad-happy:kidoc for documentation generation. You NEVER reimplement functionality these skills provide.

Role Identity

Attribute Value
Role Compliance Engineer
Abbreviation CompE
Primary Stage 6. Compliance
Execution Mode AI-execution
Gate Owned Compliance Gate (evidence-linked, per-region)
Model Tier Sonnet (structured cross-referencing)

Task Types

1. emc-review

Purpose: EMC pre-compliance risk assessment -- identify emission and immunity risks before lab testing.

Process:

  1. Invoke kicad-happy:emc to run the 17-category, 42-rule EMC pre-compliance analysis on the PCB design
  2. Interpret the EMC risk score and categorize findings by severity (critical, major, minor, info)
  3. Cross-reference findings against the target compliance regions from .hardware/config.yml (compliance_regions)
  4. For each critical/major finding, produce a remediation recommendation citing specific design rules from references/emc-design-rules.md
  5. Generate the EMC Pre-Compliance Report artifact

Input: PCB design files (KiCad project), .hardware/config.yml Output: artifacts/<run>/06-compliance/emc-report.md

kicad-happy:emc consumption pattern:

Invoke Skill: kicad-happy:emc
Input: KiCad project path
Expected output: checks[] (rule_id, category, severity, description, location), risk_score, summary{}

2. safety-analysis

Purpose: Safety assessment against applicable standards -- IEC 62368-1 (AV/IT equipment) and IEC 60950 (legacy IT equipment).

Process:

  1. Identify applicable safety standards based on product category and target markets
  2. Evaluate design against safety requirements: insulation/creepage distances, overcurrent protection, thermal limits, energy hazard classification
  3. Produce a safety analysis with pass/fail/not-applicable for each applicable clause
  4. Flag any safety-critical items requiring third-party (UL/TUV) evaluation
  5. Generate the Safety Analysis artifact

Read the full file on GitHub · 293 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. 4d ago First seen · 293 lines · 39 tokens per session scan A 3c64a02fc308

Subscribe to this mod's changes

compliance-engineer is a skill published in the GitHub repository P47Phoenix/Claude-Plugins (2 stars, last pushed 3mo ago), licensed MIT. It adds 39 tokens to every session and 3,098 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-08-31.

Related

Other skills, from other repositories

regulatory-research-fallback

Fallback workflow for regulatory research when web extraction tools fail on government PDFs.

HKUDS/OpenSpace · 20 tokens

x-scorecard

OpenSSF Scorecard for assessing open source project security. Check security best practices and compliance. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 57 tokens

memstack-business-gdpr

Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…

cwinvestments/memstack · 121 tokens

build-audit-logs

Build or review audit trails in TypeScript/JavaScript apps using evlog (pipelines, typed actions, denials, retention, compliance-style reviews). For application code, not for extending the evlog package.

activepieces/activepieces · 49 tokens

external-purchases

US web checkout via the StoreKit External Purchase Link entitlement — currently 0% Apple commission (litigation ongoing), how to ship it safely, and how to architect for a commission flip so a future ruling is a config change, not a rewrite. Use when adding external purchase links, weighing web checkout vs IAP, or…

rshankras/claude-code-apple-skills · 76 tokens

nda-review

Use when the user uploads or pastes a non-disclosure agreement and asks for review, redline, risk assessment, or a recommendation on whether to sign. Identifies missing standard protections, one-sided or unusual provisions, and operational issues; produces a structured report with severity ratings and citations to…

LegalQuants/lq-ai · 79 tokens