원클릭으로
sync-check
Check VibeFrame SSOT consistency across package versions, generated docs, model metadata, site counts, and agent host configs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check VibeFrame SSOT consistency across package versions, generated docs, model metadata, site counts, and agent host configs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create video compositions, animations, title cards, overlays, captions, voiceovers, audio-reactive visuals, and scene transitions in HyperFrames HTML. Use when asked to build any HTML-based video content, add captions or subtitles synced to audio, generate text-to-speech narration, create audio-reactive animation (beat sync, glow, pulse driven by music), add animated text highlighting (marker sweeps, hand-drawn circles, burst lines, scribble, sketchout), or add transitions between scenes (crossfades, wipes, reveals, shader transitions). Covers composition authoring, timing, media, and the full video production workflow. For CLI commands (init, lint, preview, render, transcribe, tts) see the hyperframes-cli skill.
Author, repair, render, and inspect VibeFrame scene projects built from STORYBOARD.md and DESIGN.md.
Author, repair, render, and inspect VibeFrame scene projects built from STORYBOARD.md and DESIGN.md.
Bump VibeFrame versions, regenerate release artifacts, run verification, and prepare a version commit.
Bump VibeFrame versions, regenerate release artifacts, run verification, and prepare a version commit.
Run VibeFrame tests for one package or the whole monorepo and summarize failures.
| name | sync-check |
| description | Check VibeFrame SSOT consistency across package versions, generated docs, model metadata, site counts, and agent host configs. |
| disable-model-invocation | true |
Use this skill when the user asks whether repository metadata, generated docs, host-specific agent config, or single-source-of-truth counts are in sync.
Run:
for f in package.json packages/*/package.json apps/*/package.json; do
jq -r '.version' "$f"
done | sort -u
bash scripts/sync-counts.sh --check
pnpm gen:reference:check
pnpm agent-sync:check
Also check MODELS.md against model IDs used in packages/cli/src/commands/
and packages/ai-providers/src/ when the change touched provider metadata.
Report as:
| Check | Status | Details |
|---|---|---|
| Version sync | Pass/Fail | ... |
| Count sync | Pass/Fail | ... |
| CLI reference | Pass/Fail | ... |
| Agent host sync | Pass/Fail | ... |
| MODELS.md | Pass/Fail/Skipped | ... |