> ## Documentation Index
> Fetch the complete documentation index at: https://hyperframes-codex-docs-human-first-refactor.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Antigravity

> 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 theme={null}
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 theme={null}
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 theme={null}
npx hyperframes preview
```

Then either ask the agent to render or run:

```bash theme={null}
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 theme={null}
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>
