Agent Skills: AC Context Optimizer

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

UncategorizedID: adaptationio/skrillz/ac-context-optimizer

Install this agent skill to your local

pnpm dlx add-skill https://github.com/adaptationio/Skrillz/tree/HEAD/.claude/skills/ac-context-optimizer

Skill Files

Browse the full folder contents for ac-context-optimizer.

Download Skill

Loading file tree…

.claude/skills/ac-context-optimizer/SKILL.md

Skill Metadata

Name
ac-context-optimizer
Description
Optimize context usage for autonomous coding. Use when managing context window, prioritizing information, reducing token usage, or improving efficiency.

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.