Skip to content

Fix overlong description in remotion-to-hyperframes skill metadata #688

@Pililink

Description

@Pililink

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions