mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
The agent skill loader rejects SKILL.md files whose frontmatter description exceeds 1024 characters, so remotion-to-hyperframes was being skipped at startup with a "exceeds maximum length of 1024 characters" warning. Trimmed the description from 1240 to 896 characters by collapsing the trigger-phrase examples and tightening prose, while preserving every trigger / no-trigger guardrail. Moved the detailed list of trigger phrases and the 4 negative cases into a new "## When to use" section in the body so the guidance is not lost. Fixes #688