Files
heygen-com__hyperframes/docs/guides/antigravity.mdx
ukimsanov 3f502a0c99 Merge remote-tracking branch 'origin/main' into codex-worktree
# Conflicts:
#	docs/concepts/compositions.mdx
#	docs/contributing.mdx
#	docs/docs.json
#	docs/guides/antigravity.mdx
#	docs/guides/claude-design.mdx
#	docs/guides/copilot-cli.mdx
#	docs/guides/mcp.mdx
#	docs/guides/open-design.mdx
#	docs/guides/pipeline.mdx
#	docs/guides/prompting.mdx
#	docs/guides/skills.mdx
#	docs/guides/video-editor-cheatsheet.mdx
#	docs/packages/studio.mdx
#	docs/quickstart.mdx
2026-07-31 04:47:41 -07:00

75 lines
2.1 KiB
Plaintext

---
title: Google Antigravity
description: "Give Antigravity the HyperFrames skills, make a first request, and preview the project locally."
---
Antigravity can discover HyperFrames skills from the standard agent-skill
locations. The skills teach its agent the project contract and route video
requests to the right creation workflow.
## Install the skills
Run:
```bash
npx hyperframes skills update
```
This installs or refreshes the global core set and links it into compatible
installed agents. Antigravity reads the shared `~/.agents/skills` location, so
the skills remain available across projects.
If Antigravity was already open, start a fresh conversation after installation.
Its [current skills guide](https://antigravity.google/docs/skills?app=antigravity-ide)
lists the supported workspace and global locations.
## Make the request
Open the project in Antigravity and ask:
```text
Using /hyperframes, make a 10-second product intro for https://example.com.
```
The `/hyperframes` entry skill confirms the important intent and chooses the
appropriate workflow. Continue in the same conversation for revisions; you do
not need to rewrite the full request.
## Preview and render
Open the project in Studio:
```bash
npx hyperframes preview
```
Then either ask the agent to render or run:
```bash
npx hyperframes render --output output.mp4
```
Run `npx hyperframes lint` and `npx hyperframes check` before delivery.
## Hosted alternative
Antigravity also supports remote MCP servers. Connect the HyperFrames MCP server
when you want hosted creation and rendering instead of a local CLI project:
```text
https://mcp.heygen.com/mcp/hyperframes/
```
Follow Antigravity's [current MCP
instructions](https://antigravity.google/docs/mcp), then use the
[HyperFrames MCP guide](/guides/mcp) for the available workflow.
<CardGroup cols={2}>
<Card title="Prompting guide" icon="message" href="/prompting/overview">
Vocabulary and patterns that produce better compositions.
</Card>
<Card title="Understand the agent flow" icon="list-check" href="/guides/pipeline">
See what the agent does between the request and the finished project.
</Card>
</CardGroup>