context-compactor

Installation
SKILL.md

Context Compactor

Automatically summarizes and compacts context when approaching token limits while preserving critical information.

Quick Start

Check if Compaction Needed

from scripts.compactor import ContextCompactor

compactor = ContextCompactor()
if compactor.should_compact(context, limit=100000):
    compacted = compactor.compact(context)
Installs
42
GitHub Stars
11
First Seen
Jan 24, 2026
context-compactor — adaptationio/skrillz