Optimize context usage for autonomous coding. Use when managing context window, prioritizing information, reducing token usage, or improving efficiency.
/plugin marketplace add adaptationio/Skrillz/plugin install skrillz@skrillzThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/context_optimizer.pyOptimize context window usage for efficient autonomous operation.
Manages and optimizes context usage to maximize effective operation within token limits.
from scripts.context_optimizer import ContextOptimizer
optimizer = ContextOptimizer(project_dir)
optimized = await optimizer.optimize_context(current_context)
priority = await optimizer.prioritize_information(items)
See scripts/context_optimizer.py for full implementation.
Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.