From 082e19df2238b0dc63a8cd258cde41a7d7e779b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Sat, 9 May 2026 23:45:35 +0000 Subject: [PATCH] fix(skills): tighten trigger surface and add dimension/duration comments - Narrow description to disambiguate from hyperframes-registry (install) and hyperframes (in-project authoring) skills - Add "adjust" comments on dimensions/duration defaults so agents don't blindly copy 1920x1080/10s for all composition shapes Co-Authored-By: Claude Opus 4.6 (1M context) --- skills/contribute/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skills/contribute/SKILL.md b/skills/contribute/SKILL.md index b554a03c0..a0b8fa422 100644 --- a/skills/contribute/SKILL.md +++ b/skills/contribute/SKILL.md @@ -1,6 +1,6 @@ --- name: contribute -description: Scaffold, build, validate, and ship new HyperFrames registry components (caption styles, VFX blocks, transitions, lower thirds). Guides the full workflow from idea to merged PR. Use when user says "contribute", "new component", "add a block", "create a caption style", "build a transition", or wants to add something to the HyperFrames registry. +description: Author a new HyperFrames registry block (caption style, VFX block, transition, lower third) or component (text effect, overlay, snippet) and ship it as an upstream PR to the hyperframes repo. Use ONLY when the user wants to CONTRIBUTE to the public catalog — for in-project caption/transition authoring use the `hyperframes` skill, for installing existing registry items use the `hyperframes-registry` skill. --- # Contribute to HyperFrames Registry @@ -65,8 +65,8 @@ Use a 2-3 letter prefix. ALL element IDs must use this prefix to avoid collision "type": "hyperframes:block", "title": "{Human Title}", "description": "{one sentence}", - "dimensions": { "width": 1920, "height": 1080 }, - "duration": 10, + "dimensions": { "width": 1920, "height": 1080 }, // adjust: 1080x1920 for portrait/social + "duration": 10, // adjust for your composition "tags": ["{category}", "{subcategory}"], "files": [ {