docs(repo): Realign README, docs, and About copy

Align public docs and maintainer guidance with the current 1,304-skill catalog state and v8.4.0 release copy.

Refresh README credits for newly imported external sources, update user-facing count references, and document the post-release docs realignment in the changelog and walkthrough.
This commit is contained in:
sickn33
2026-03-21 10:11:10 +01:00
parent 7cd2e94d41
commit 2f2929a0d5
15 changed files with 55 additions and 28 deletions

View File

@@ -1,9 +1,9 @@
---
title: Jetski/Cortex + Gemini Integration Guide
description: "Come usare antigravity-awesome-skills con Jetski/Cortex evitando loverflow di contesto con 1.200+ skill."
description: "Come usare antigravity-awesome-skills con Jetski/Cortex evitando loverflow di contesto con 1.304+ skill."
---
# Jetski/Cortex + Gemini: integrazione sicura con 1.200+ skill
# Jetski/Cortex + Gemini: integrazione sicura con 1.304+ skill
Questa guida mostra come integrare il repository `antigravity-awesome-skills` con un agente basato su **Jetski/Cortex + Gemini** (o framework simili) **senza superare il context window** del modello.
@@ -23,7 +23,7 @@ Non bisogna mai:
- concatenare il contenuto di tutte le `SKILL.md` in un singolo system prompt;
- reiniettare lintera libreria per **ogni** richiesta.
Con oltre 1.200 skill, questo approccio riempie il context window prima ancora di aggiungere i messaggi dellutente, causando lerrore di truncation.
Con oltre 1.304 skill, questo approccio riempie il context window prima ancora di aggiungere i messaggi dellutente, causando lerrore di truncation.
---

View File

@@ -20,7 +20,7 @@ This example shows one way to integrate **antigravity-awesome-skills** with a Je
- How to enforce a **maximum number of skills per turn** via `maxSkillsPerTurn`.
- How to choose whether to **truncate or error** when too many skills are requested via `overflowBehavior`.
This pattern avoids context overflow when you have 1,200+ skills installed.
This pattern avoids context overflow when you have 1,304+ skills installed.
---