Suggests optimal files to preload based on task descriptions and historical context patterns. Activates when starting new tasks, mentioning file reads, or setting up sessions.
npx claudepluginhub egorfedorov/claude-context-optimizerThis skill uses the workspace's default tool permissions.
When a user starts a new task or asks to work on something, check if there are historical patterns that suggest which files they'll need.
Manages context templates for common tasks like bug-fix, new-feature, refactor. Lists, creates, applies, deletes JSON templates with files, glob patterns, preCommands to optimize Claude context loading.
Optimizes Claude Code session context by explaining major consumers like metadata, images, file reads, and bash output, with strategies including screenshot compression, /compact usage, and reduced re-reads.
Loads task-specific context for bugs, features, reviews, chores, or research via git discovery, file listings, and targeted reads to prime focused development work.
Share bugs, ideas, or general feedback.
When a user starts a new task or asks to work on something, check if there are historical patterns that suggest which files they'll need.
ls ~/.claude-context-optimizer/templates/ 2>/dev/null
node ${CLAUDE_PLUGIN_ROOT}/src/tracker.js suggest "$(pwd)"
When you detect patterns that waste tokens, proactively suggest improvements: