cco-templates
Context Templates
Context templates are pre-defined sets of files to read for common task types, saving time and tokens by loading only what's needed.
Templates are stored in ~/.claude-context-optimizer/templates/.
Parse $ARGUMENTS:
list (or no arguments)
Show all available templates:
ls ~/.claude-context-optimizer/templates/*.json 2>/dev/null
For each template, show its name, description, and file list.
create <name>
Help the user create a new template. Ask them:
- What type of task is this for? (e.g., "bug-fix", "new-feature", "refactor", "review")
- Which files/patterns should be pre-loaded?
More from egorfedorov/claude-context-optimizer
cco-claudemd
Analyze CLAUDE.md files for token bloat and suggest optimizations
95cco
Show context usage heatmap for current session
85cco-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.
75cco-report
Show detailed token ROI report across all tracked sessions
72cco-anatomy
Generate a compact project map so Claude understands the codebase without opening every file
71