feat(skills): add install-hyperframes bootstrap playbook#44
Merged
Conversation
Consolidate the HyperFrames integration (merged in #43) into a single idempotent skill. Re-running it against a fresh marketing-engine clone reproduces the three runtime skills, the provider class + mock, the routing matrix rows, env vars, and CLAUDE.md updates in one pass — without re-deriving the contract. The three runtime skills stay as-is (hyperframes, hyperframes-cli, hyperframes-prompt-builder); this new skill is the bootstrap recipe. https://claude.ai/code/session_01H7AkCb3czV1qAwvUjPGWJC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Packages the entire HyperFrames integration (merged in #43) as a single idempotent bootstrap skill —
install-hyperframes. Re-running it on a fresh marketing-engine clone reproduces the three runtime skills, the provider class + mock, the routing matrix rows, the env var, and theCLAUDE.mdupdates in one pass.The three runtime skills (
hyperframes,hyperframes-cli,hyperframes-prompt-builder) stay as they are — they're for running compositions. The new skill is the install recipe for the integration itself.What's in the skill
## How to Add a New Providercontract inCLAUDE.md:main)video-prompt-builderdispatcherlib/providers/{types,matrix,video,__mocks__/video}.tsPROVIDERS.mdHYPERFRAMES_ACTIVE=falseto.env.exampleCLAUDE.mdStack table + Skills Available listtypecheck)repo_root,branch,dry_run), outputs (files_written,files_skipped_idempotent,verification), and failure modes documented.mainas the canonical artefact source — agents diff against it instead of retyping from memory.Test plan
.skills/hyperframes-cli/deleted), the skill restores only that artefact and leaves the rest untouched.mainbranch.https://claude.ai/code/session_01H7AkCb3czV1qAwvUjPGWJC
Generated by Claude Code