Skip to content

feat(skills): guide install when a matched workflow isn't installed#1647

Merged
WaterrrForever merged 1 commit into
mainfrom
feat/skill-install-guard
Jun 23, 2026
Merged

feat(skills): guide install when a matched workflow isn't installed#1647
WaterrrForever merged 1 commit into
mainfrom
feat/skill-install-guard

Conversation

@WaterrrForever

Copy link
Copy Markdown
Collaborator

What

Adds an "If the matched workflow isn't installed" rule to the /hyperframes entry skill. After routing picks a workflow, the agent checks whether that workflow's skill is actually available; if it isn't, it tells the user to install it instead of silently falling back to a guess, then re-reads the skill and continues.

Why

During the skills launch, existing users won't yet have newly published workflow skills (e.g. /pr-to-video, /product-launch-video) installed. The entry skill is the natural single place to detect that and point the user at the one install command.

What it says

  • Just this workflow: npx skills add heygen-com/hyperframes --skill <workflow-name> (bare name, no leading /)
  • All workflows at once: npx skills add heygen-com/hyperframes --all (core + every workflow, skips the picker)

--all is deliberate for the "everything" path: bare npx skills add heygen-com/hyperframes opens an interactive picker in a human terminal rather than installing everything, so it is not a reliable "all at once" command.

Scope

Skill-content only — one section added to skills/hyperframes/SKILL.md, no code changes. oxfmt + commitlint clean.

🤖 Generated with Claude Code

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>
@WaterrrForever WaterrrForever merged commit 08328b0 into main Jun 23, 2026
37 checks passed
@WaterrrForever WaterrrForever deleted the feat/skill-install-guard branch June 23, 2026 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants