adaptationio

ac-context-optimizer

Optimize context usage for autonomous coding. Use when managing context window, prioritizing information, reducing token usage, or improving efficiency.

adaptationio 11 2 Updated 4mo ago

Resources

1
GitHub

Install

npx skillscat add adaptationio/skrillz/ac-context-optimizer

Install via the SkillsCat registry.

SKILL.md

AC Context Optimizer

Optimize context window usage for efficient autonomous operation.

Purpose

Manages and optimizes context usage to maximize effective operation within token limits.

Quick Start

from scripts.context_optimizer import ContextOptimizer

optimizer = ContextOptimizer(project_dir)
optimized = await optimizer.optimize_context(current_context)
priority = await optimizer.prioritize_information(items)

API Reference

See scripts/context_optimizer.py for full implementation.