From 58691dae6eba31409de72678bc65cf5af6d84ea8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 31 Mar 2026 16:22:28 +0000 Subject: [PATCH] chore: sync repo state [ci skip] --- docs/integrations/jetski-cortex.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/jetski-cortex.md b/docs/integrations/jetski-cortex.md index 2dc8e70e..a94f64aa 100644 --- a/docs/integrations/jetski-cortex.md +++ b/docs/integrations/jetski-cortex.md @@ -3,7 +3,7 @@ title: Jetski/Cortex + Gemini Integration Guide description: "Use antigravity-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1.340+ skills." --- -# Jetski/Cortex + Gemini: safe integration with 1,340+ skills +# Jetski/Cortex + Gemini: safe integration with 1,1.340+ 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,340 skills, this approach fills the context window before user messages are even added, causing truncation. +With over 1,1.340 skills, this approach fills the context window before user messages are even added, causing truncation. ---