Context Optimizer
Skill Verified ActiveOptimize token usage and context management. Use when sessions feel slow, context is degraded, or you're running out of budget.
Optimize token usage and context management to prevent sessions from feeling slow, context from degrading, or budget from being exceeded.
Features
- Token usage optimization
- Context window management
- Performance degradation mitigation
- Budget control strategies
- Configuration for auto-compaction
Use Cases
- When LLM sessions feel slow or unresponsive
- When context window is degraded or losing information
- When running out of budget or concerned about token costs
- To proactively manage context before performance issues arise
Non-Goals
- Replacing core LLM functionality
- Managing specific project code logic
- Directly interacting with external services
- Providing general AI assistance unrelated to context management
Documentation
- info:Configuration & parameter referenceWhile configuration via environment variables is mentioned, specific parameters and their default values are not exhaustively documented.
Installation
First, add the marketplace
/plugin marketplace add rohitg00/pro-workflow/plugin install pro-workflow@pro-workflowQuality Score
VerifiedTrust Signals
Similar Extensions
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Running Claude Code Via Litellm Copilot
100Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.
Guard
100Protect Claude Code sessions from context overflow by running a background daemon that monitors session size and auto-prunes before compaction hits. Use when the user says "guard", "protect session", "context getting long", "prevent compaction", "session management", or is running agent teams that need continuous context protection.
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration
Rule Effectiveness Analysis
100Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.
Bootstrap Project
100Initializes the Claude Code configuration in a new or existing project using the dotforge template.