一键导入
compliance-generic
Cross-vertical compliance audit that blocks medical claims, financial guarantees, deceptive comparisons, and copyright issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Cross-vertical compliance audit that blocks medical claims, financial guarantees, deceptive comparisons, and copyright issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Unified public entrypoint for Simplicio's body-of-work orchestration: core + loop in one command. Use when the user types /simplicio-loop, says "ralph loop", "keep iterating until done", "finish all open issues", or asks to drain a queue of work autonomously. Runtime-agnostic: binds a real stop-hook where the host supports hooks (Claude, Cursor); otherwise self-paces via the host scheduler. The older /simplicio-tasks surface is a legacy alias; never escape the loop with a false promise.
Legacy compatibility alias for `/simplicio-loop`. Use only when an older install, adapter, or saved prompt still invokes `/simplicio-tasks`; immediately route the run through `.claude/skills/simplicio-loop/SKILL.md`, which now owns the public core + loop protocol.
One-shot bootstrap skill that wires HyperFrames (https://github.com/wesleysimplicio/hyperframes) into a marketing-engine clone as a first-class video provider — the three runtime skills, the provider class + mock, the routing matrix rows, env vars, and CLAUDE.md updates. Idempotent. Invoke when a fresh clone needs HyperFrames added, or when reapplying the integration after a rebase that dropped any piece of it.
Runs the HyperFrames CLI dev loop — init, lint, inspect, preview, render — for compositions authored under the `hyperframes` skill. Invoked after the composition HTML is on disk and before the piece is marked complete.
Translates a marketing-engine piece brief into the input shape the `hyperframes` skill expects (composition spec) and the flags the `hyperframes-cli` skill needs to render it. Selected by `video-prompt-builder` when the routing matrix resolves to the `hyperframes` provider.
Author HTML-as-source-of-truth motion compositions (kinetic type, motion quote cards, programmatic data-viz reels) for the HyperFrames renderer. Used whenever the video provider resolved by the routing matrix is `hyperframes`.
| name | compliance-generic |
| description | Cross-vertical compliance audit that blocks medical claims, financial guarantees, deceptive comparisons, and copyright issues |
| version | 0.1.0 |
Fallback compliance auditor for any client without a vertical-specific rule set. Covers medical claim risk, financial guarantee risk, deceptive comparison, copyright sanity, and basic truthfulness. Returns the same JSON shape as the vertical auditors so downstream steps stay uniform.
.skills/compliance-*.caption-multi-platform and before publishing.text: string. Copy to audit.vertical: string, optional. Vertical hint (saas, ecommerce, finance, health, education, default).claims: array of strings, optional. Specific claim phrases the editor flagged for review.assets_described: array of strings, optional. Visual elements referenced in the copy.comparison_targets: array of strings, optional. Brands or products explicitly compared.cura, treats, prevents, diagnose, drug names).guaranteed return, risk free, lucro garantido, 100% return).comparison_targets. If the copy claims superiority without evidence, mark as deceptive.assets_described for trademark or copyright risk (named song, branded product imagery, celebrity likeness).vertical is health, finance, or legal, raise the strictness threshold and require an explicit disclaimer.{ pass, violations, suggestions } matching the shape used by the vertical auditors.pass: boolean. True only if zero high-severity violations.violations: array of objects. Each { rule, phrase, severity, location }.suggestions: array of strings.vertical_used: string. Echo of the resolved vertical, useful for debugging.Input: { text: "Invista hoje e garantimos 12% ao ano sem risco.", vertical: "finance" }
Output: { pass: false, violations: [{ rule: "no_guaranteed_return", phrase: "garantimos 12% ao ano sem risco", severity: "high" }], suggestions: ["Remove guarantee language, add 'rentabilidade passada nao garante futura'"], vertical_used: "finance" }
Input: { text: "Frete gratis acima de R$199. Veja a colecao nova.", vertical: "ecommerce" }
Output: { pass: true, violations: [], suggestions: [], vertical_used: "ecommerce" }
default and raise the strictness one notch on every category.severity: medium and surface for human review rather than pass.assets_described when the copy clearly references a song or celebrity: flag a severity: medium copyright check.compliance-<active-client>: optional vertical-specific auditor; if present in .skills/, takes priority over this generic skill for the active client.caption-multi-platform: each variant should pass through this skill before publish.revisao-humanizada: applies humanization after compliance edits.llm-router: invoked when a violation needs an LLM-generated rewrite.