cco-pack
Smart Context Pack
When the user runs /cco-pack or asks "what files do I need for X", build a curated, token-budget-aware list of files to load instead of guessing or reading the whole repo.
How to use
node ${CLAUDE_PLUGIN_ROOT}/src/smart-pack.js "the task description"
Or for the current git state without a description:
node ${CLAUDE_PLUGIN_ROOT}/src/smart-pack.js
Or to feed it back into automation as JSON:
node ${CLAUDE_PLUGIN_ROOT}/src/smart-pack.js --json "..."
More from egorfedorov/claude-context-optimizer
cco-claudemd
Analyze CLAUDE.md files for token bloat and suggest optimizations
94cco
Show context usage heatmap for current session
84cco-budget
Configure token budget limits, auto-compact settings, and view current budget status (model-aware — supports Opus 4.7 1M context tier)
75smart-loader
Automatically suggests optimal files to preload based on the user's task description and historical context patterns. Activates when the user starts a new task, mentions reading files, or when session context is being set up.
74cco-report
Show detailed token ROI report across all tracked sessions
72cco-templates
Manage context templates for common task types
70