chore: sync repo state [ci skip]

This commit is contained in:
github-actions[bot]
2026-04-04 16:52:38 +00:00
parent 87eb44414c
commit 64b07bffd6
39 changed files with 2346 additions and 88 deletions

View File

@@ -1,9 +1,9 @@
---
title: Jetski/Cortex + Gemini Integration Guide
description: "Use antigravity-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1.344+ skills."
description: "Use antigravity-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1.352+ skills."
---
# Jetski/Cortex + Gemini: safe integration with 1,1.344+ skills
# Jetski/Cortex + Gemini: safe integration with 1,1.352+ skills
This guide shows how to integrate the `antigravity-awesome-skills` repository with an agent based on **Jetski/Cortex + Gemini** (or similar frameworks) **without exceeding the model context window**.
@@ -23,7 +23,7 @@ Never do:
- concatenate all `SKILL.md` content into a single system prompt;
- re-inject the entire library for **every** request.
With over 1,1.344 skills, this approach fills the context window before user messages are even added, causing truncation.
With over 1,1.352 skills, this approach fills the context window before user messages are even added, causing truncation.
---