Summary
The remotion-to-hyperframes skill is skipped by the agent skill loader because its SKILL.md frontmatter description exceeds the 1024-character validation limit.
Actual behavior
On startup, the same warning is printed repeatedly:
⚠ Skipped loading 1 skill(s) due to invalid SKILL.md files.
⚠ C:\Users\user\.agents\skills\remotion-to-hyperframes\SKILL.md: invalid description: exceeds maximum length of 1024
characters
Expected behavior
The skill metadata should pass validation and remotion-to-hyperframes should load normally.
Suggested fix
Shorten the frontmatter description in remotion-to-hyperframes/SKILL.md to 1024 characters or fewer, and move detailed usage guidance into the Markdown body below the frontmatter.
Notes
This appears to be a metadata validation issue, not a HyperFrames runtime issue.
Summary
The
remotion-to-hyperframesskill is skipped by the agent skill loader because itsSKILL.mdfrontmatterdescriptionexceeds the 1024-character validation limit.Actual behavior
On startup, the same warning is printed repeatedly:
Expected behavior
The skill metadata should pass validation and
remotion-to-hyperframesshould load normally.Suggested fix
Shorten the frontmatter
descriptioninremotion-to-hyperframes/SKILL.mdto 1024 characters or fewer, and move detailed usage guidance into the Markdown body below the frontmatter.Notes
This appears to be a metadata validation issue, not a HyperFrames runtime issue.