/sync-check
Check VibeFrame SSOT consistency across package versions, generated docs, model metadata, site counts, and agent host configs.
$ npx -y skills add vericontext/vibeframe --skill sync-check --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/sync-check
Context preview
The summary Claude sees to decide when to auto-load this skill.
Check VibeFrame SSOT consistency across package versions, generated docs, model metadata, site counts, and agent host configs.
SKILL.md
sync-check.SKILL.mdname: sync-check description: Check VibeFrame SSOT consistency across package versions, generated docs, model metadata, site counts, and agent host configs. disable-model-invocation: true
<!-- GENERATED by `pnpm agent-sync` from .agents/skills/sync-check/SKILL.md — DO NOT EDIT. -->
Sync Check
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 | ... |
Let your coding agent generate real video, on your own provider keys, under a spend ceiling it cannot cross. VibeFrame is a CLI and MCP server for Claude Code, Codex, Cursor, or any bash-capable agent.
Repo: vericontext/vibeframe
Other skills on vibeframe.
- /release
Bump VibeFrame versions, regenerate release artifacts, run verification, and prepare a version commit.
Open skill - /test
Run VibeFrame tests for one package or the whole monorepo and summarize failures.
Open skill - /vibe-pipeline
Author and run VibeFrame YAML pipelines with vibe run, checkpoints, and budget controls.
Open skill - /vibe-scene
Author, repair, render, and inspect VibeFrame scene projects built from STORYBOARD.md and DESIGN.md.
Open skill
