AI AGENT ADDONS

Context Window Management

sickn33/antigravity-awesome-skills

Large language models have a limited memory called a context window. If you give them too much information, they can forget important details. This problem is known as context rot.

You can solve this by using smart strategies. Summarization condenses old messages into shorter forms. Trimming removes less important content. Routing picks the right approach based on how much memory is left. These methods help the model stay focused on what matters most.

This skill teaches you how to apply these techniques in your own projects. You will learn to count tokens, prioritize key context, and build prompts that use the beginning and end of the memory best. The goal is to keep your AI conversations clear and efficient.

Add Context Window Management skill to your workflow

Global

mkdir -p ~/.claude/skills/context-window-management

Project

mkdir -p .claude/skills/context-window-management

Source Repository

Stars
41,937
Forks
6,705
Watchers
41,937
License
MIT
Last Push
23 days ago
Created
6 months ago