cco-git
Git-Aware Context Suggestions
Analyze the current git state and suggest which files Claude should read for the current task.
Run:
node ${CLAUDE_PLUGIN_ROOT}/src/git-context.js
Present the results:
- Current branch and modified files
- Suggested files based on git diff (modified + related test files + configs)
- Historical patterns — files that were frequently useful in this project
- Ask the user if they want to load any of the suggested files
Do NOT auto-read files. Only suggest and let the user decide.
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