Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ This repo ships AI agent skills via [vercel-labs/skills](https://github.com/verc
npx skills add heygen-com/hyperframes
```

**Always invoke the relevant HyperFrames skill before writing or modifying compositions.**
If skills are not available, stop and ask the user to run `npx skills add heygen-com/hyperframes` before composition work continues.

## Build & Test

```bash
Expand Down
6 changes: 4 additions & 2 deletions packages/cli/src/templates/_shared/AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# HyperFrames Composition Project

## Skills
## Skills — Use These First

This project uses AI agent skills for framework-specific patterns. Install them if not already present:

```bash
npx skills add heygen-com/hyperframes
```

Skills encode patterns like `window.__timelines` registration, `data-*` attribute semantics, and shader-compatible CSS rules that are not in generic web docs. Using them produces correct compositions from the start.
**Always invoke the relevant HyperFrames skill before writing or modifying compositions.** Skills encode patterns like `window.__timelines` registration, `data-*` attribute semantics, and shader-compatible CSS rules that are not in generic web docs. Skipping them produces broken compositions.

**Skills not available?** Stop and ask the user to run `npx hyperframes skills` and restart their agent session, or install manually with `npx skills add heygen-com/hyperframes`.

## Commands

Expand Down
Loading