📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-13 07:44:54 +00:00
parent cb3f8713ee
commit b3cc57caff
92 changed files with 12712 additions and 97 deletions
@@ -1,9 +1,9 @@
---
title: Jetski/Cortex + Gemini Integration Guide
description: "Use agentic-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1,946+ skills."
description: "Use agentic-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1,948+ skills."
---
# Jetski/Cortex + Gemini: safe integration with 1,946+ skills
# Jetski/Cortex + Gemini: safe integration with 1,948+ skills
This guide shows how to integrate the `agentic-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 1,946+ skills, this approach fills the context window before user messages are even added, causing truncation.
With 1,948+ skills, this approach fills the context window before user messages are even added, causing truncation.
---