Stop Motion Graphics Templates from breaking at the worst possible moment
MOGRT templates glitch, fail to load font styles, falsely claim fonts are missing, or render incorrect text — especially after updates or on other machines. This recipe adds a dependency-check step so template issues surface early, not during a deadline crunch.
Create a skill called "MOGRT + Font Doctor". Inputs: - templates_path - fonts_package_path Behavior: - Detect new .mogrt files and add them to a manifest. - Ask me which fonts each template depends on (or infer from notes I provide). - Before export/handoff, remind me to sync fonts and validate templates. - Provide a cache-cleanup checklist if templates display incorrectly.
This skill maintains a template manifest tracking every .mogrt file, its install location,
and required fonts. Before export or handoff, it verifies everything is in place and walks
you through fixes for missing fonts, cache corruption, and broken template paths.
Find out your backups are empty before you need them, not during the incident
Verifies your backups are actually restorable — checks completeness, freshness, and integrity. Runs automated restore tests to catch the silent failures that make backup confidence an illusion.
Respond faster across channels without duplicating work
Implement a triage system — tags, SLAs, templates, escalation rules — so customer service stays responsive even when the owner juggles multiple roles.
Stop audio drift by quarantining variable-frame-rate clips at ingest
Audio slowly drifts out of sync or randomly desyncs in your timeline when footage is variable frame rate — common with iPhone footage, screen recordings, and some OBS workflows. This recipe catches VFR clips at ingest, transcodes them to constant frame rate, and quarantines the originals so drift never reaches your edit.
A playbook for "stops at the same frame" and "freeze mid-render" failures
Renders freeze at a consistent percentage or frame — often caused by a bad clip, a heavy effect, a Fusion comp issue, or "stop render on error" settings. This recipe classifies the failure pattern and gives you a structured triage plan instead of blind re-exports.