Install
npx skillscat add egorfedorov/claude-context-optimizer/cco-digest Install via the SkillsCat registry.
About this skill
The cco-digest skill generates a weekly or daily efficiency report showing a grade, component breakdown, cost savings, and trend over a user‑specified number of days. It helps agents or developers assess performance and identify improvement areas for a defined time period.
SKILL.md
Context Efficiency Digest
Generate and display an efficiency digest for the specified time period.
Parse $ARGUMENTS for the number of days (default: 7).
Run:
node ${CLAUDE_PLUGIN_ROOT}/src/digest.js $ARGUMENTSPresent the digest to the user. Highlight:
- Their efficiency grade (S/A/B/C/D/F) and what it means
- Which score components are weakest and how to improve them
- Cost savings opportunities
- Trend over time — is efficiency improving or declining?
If grade is C or below, provide 3 specific actionable tips.
If grade is A or above, congratulate them and suggest advanced techniques.