Skip to content

Commit 08328b0

Browse files
feat(skills): guide install when a matched workflow isn't installed (#1647)
Add a routing rule to the /hyperframes entry skill: after picking a workflow, if its skill isn't available to the agent, tell the user to install it rather than silently falling back to a guess. Covers the targeted install (`--skill <name>`) and the install-everything one-shot (`--all`), then re-read the workflow's skill and continue. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 997823b commit 08328b0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

skills/hyperframes/SKILL.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ Routing needs to know **what the video is about** — its input and subject. If
7070
- **Existing footage** — plain spoken-word subtitles → `/embedded-captions`; designed overlay cards → `/graphic-overlays`. Neither edits the footage itself (re-timing / recolor / reframe / reorder / audio is NLE editing — out of scope).
7171
- **Length is a guide, not a gate** — intent picks the workflow; go to `/general-video` only when the piece is clearly longer than ~3 min, or is a static / loop / custom format.
7272

73+
## If the matched workflow isn't installed
74+
75+
Once you've picked a workflow, check it's actually available to you. If the matched workflow skill isn't installed, don't fall back to guessing — tell the user to install it first:
76+
77+
- **Just this workflow:** `npx skills add heygen-com/hyperframes --skill <workflow-name>` (e.g. `--skill pr-to-video` — bare name, no leading `/`).
78+
- **All workflows at once:** `npx skills add heygen-com/hyperframes --all` (core + every workflow, skips the picker).
79+
80+
After they run it, re-read the workflow's skill and continue.
81+
7382
## Workflow details
7483

7584
### `/product-launch-video`

0 commit comments

Comments
 (0)