context-window
Installation
SKILL.md
Context Window
Managing AI conversation context
What it solves
A Context Window pattern helps teams create a reliable way to show how much conversational or working memory remains and what the system will keep, compress, or drop. It is most useful when teams need long-running AI work sessions. Compared with adjacent patterns, this pattern should reduce friction without hiding the state, rules, or recovery paths people need to keep moving.
When to use
- Long-running AI work sessions
- File-heavy chat and copilots
- Systems with prompt or response truncation risk