Skip to content

AI/ML · Global library

Context Window Optimizer

Optimize context window usage for RAG systems with intelligent chunking, relevance ranking, and dynamic context assembly

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Context Window Optimizer when you need to optimize context window usage for RAG systems with intelligent chunking, relevance ranking, and dynamic context assembly, especially when the work is driven by context window and chunking.

Trigger signals

context windowchunkingcontext optimizationrelevance rankingtoken budget

Validation hooks

token-budgetrelevance-quality

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show context-window-optimizer

Use

orchestrator-mcp skills export context-window-optimizer --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/context-window-optimizer ./your-agent-skills/context-window-optimizer
# or open skills/context-window-optimizer/SKILL.md in a markdown-first client

File patterns

*.pychunking*.pycontext*.pyrag/*.py

Model preferences

claude-sonnet-4gpt-4oclaude-haiku-3

Related skills

Adjacent packs to compose next.

AI/MLAdvanced pack

Context Window Cartographer

Open pack

Reshape sprawling repositories and briefs into stable context lanes, memory checkpoints, and retrieval boundaries for long-horizon agent work.

CodexClaude Code