Skip to content

Commit effb1ef

Browse files
committed
fix: complete HyperFrames plugin contract
1 parent c1f9115 commit effb1ef

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

plugins/community/hyperframes-composition-project-msf5yasd/SKILL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: hyperframes-composition-project-msf5yasd
3+
description: Use this plugin when creating, modifying, validating, rendering, or publishing a HyperFrames HTML composition project.
4+
---
5+
16
# HyperFrames Composition Project
27

38
## Skills — USE THESE FIRST

plugins/community/hyperframes-composition-project-msf5yasd/open-design.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44
"name": "hyperframes-composition-project-msf5yasd",
55
"title": "HyperFrames Composition Project",
66
"version": "0.1.0",
7-
"description": "**Always invoke the relevant skill before writing or modifying compositions.** Skills encode framework-specific patterns (e.g., `window.__timelines` registration, `data-*` attribute semantics, shader-compatible CSS rules",
7+
"description": "Guides agents through creating and validating HyperFrames HTML compositions with the framework's required project conventions and workflows.",
8+
"compat": {
9+
"agentSkills": [
10+
{
11+
"path": "./SKILL.md"
12+
}
13+
]
14+
},
815
"od": {
916
"kind": "skill",
1017
"taskKind": "new-generation",
@@ -16,7 +23,9 @@
1623
]
1724
},
1825
"capabilities": [
19-
"prompt:inject"
26+
"prompt:inject",
27+
"bash",
28+
"network"
2029
]
2130
}
2231
}

0 commit comments

Comments
 (0)