Agent Skills
› mtarcure/claude-vibe-squad
› platform-compliance
platform-compliance
GitHub用于在发布前将媒体资产适配至目标平台的技术与合规要求,包括分辨率、编码、字幕及安全区检查,生成导出清单并验证文件合规性。
触发场景
需要为特定平台导出媒体文件
检查媒体内容是否符合平台技术规范和政策要求
安装
npx skills add mtarcure/claude-vibe-squad --skill platform-compliance -g -y
SKILL.md
Frontmatter
{
"name": "platform-compliance",
"audience": "specialist",
"description": "Use when a finished or near-finished media asset must be exported for a named publishing platform—retrieve current official resolution, aspect, duration, codec, loudness, caption, safe-area, overlay, and disclosure requirements, then verify the actual render against a per-platform checklist. It checks delivery-channel fit; caption authoring and jurisdictional legal review are separate."
}
Platform Compliance
Fit a media deliverable to a platform's technical and policy requirements before publish — specs, safe areas, and rules.
Steps
- Pull the target platform's current spec: resolution, aspect ratio(s), duration limits, codec/bitrate, captions, loudness.
- Lay out for the platform's safe areas and UI overlays so nothing critical is cropped or covered.
- Check content-policy and disclosure rules (ads/sponsorship/AI-disclosure/age) that apply to the piece; flag anything uncertain for review.
- Meet accessibility requirements (captions/audio description) the platform mandates.
- Produce a per-platform export checklist; verify the actual file against it before publishing.
Acceptance
- The deliverable meets the platform's current technical spec (verified, not remembered).
- Safe areas and mandated accessibility (captions/AD) are satisfied.
- Policy/disclosure requirements are checked; uncertainties are flagged, not assumed compliant.
版本历史
- d5262e2 当前 2026-09-11 11:25


