mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 12:54:29 +00:00
## Summary Closes #744 — adds dedicated setup guides for two AI coding tools that were missing from the documentation. - **`docs/guides/antigravity.mdx`** — Google Antigravity IDE guide covering skills installation (workspace + global), semantic skill matching, Manager view parallelism for multi-scene videos, MCP alternative, and CLAUDE.md compatibility - **`docs/guides/copilot-cli.mdx`** — GitHub Copilot CLI guide covering skills installation, slash command invocation, `/skills` management commands, agent mode for multi-step tasks, and MCP alternative - **`docs/quickstart.mdx`** — updated agent list to mention both new tools with links to their guides - **`docs/guides/prompting.mdx`** — updated description to include both tools - **`docs/docs.json`** — added both guides to the Guides navigation group ## Test plan - [x] Verify Mintlify docs build passes (`npx mintlify dev` in `docs/`) - [x] Check navigation: both guides appear under Documentation → Guides - [x] Verify links from quickstart.mdx to the new guide pages resolve correctly - [x] Review guide content for accuracy against official Antigravity and Copilot CLI documentation