Install for a person
Run the interactive installer:/hyperframes router installs a specialized creation workflow when the request needs one, so you do not need the full catalog up front.
Start a fresh agent chat after installation, then ask it to use /hyperframes.
Install or refresh from an agent
For a non-interactive agent or CI environment, use:Use the skills in Google Antigravity
Install the skills from the root of the project you open in Antigravity:.agents/skills, and keeps the skills with the project. Start
a fresh Antigravity conversation after installation.
Antigravity also supports a global ~/.gemini/config/skills directory. See
Google’s current skills guide
before managing that directory by hand.
Use the skills in GitHub Copilot CLI
Runnpx hyperframes skills update, open the project, and start Copilot:
/skills reload. Use /skills list or
/skills info hyperframes to confirm discovery. GitHub’s current skills
guide
lists its project and personal skill locations.
Both agents can use the same first request:
Let the router choose
The normal entry point is/hyperframes. It confirms the important intent, then selects a workflow from the input:
You can invoke a workflow directly when you already know it is the right one, but you do not need to memorize the names to start.
Install more only when you need it
Install the complete set deliberately with:If the agent cannot see a skill
- Start a new agent session.
- Confirm that the project or global skill directory belongs to the agent you are using.
- Run
npx hyperframes skills check. - Run
npx hyperframes skills updatewhen the check reports a missing or stale core skill.