cco-templates
Installation
SKILL.md
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?