# Cco Digest

> Show weekly/daily efficiency digest with score and trends

- Skill: `egorfedorov/cco-digest` (Agent Skill)
- Install (CLI): `npx skillmds@latest add egorfedorov/cco-digest`
- Raw SKILL.md: https://api.skillmd.com/api/skills/egorfedorov/cco-digest/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: egorfedorov (https://skillmd.com/u/egorfedorov)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/egorfedorov/cco-digest

---


# Context Efficiency Digest

Generate and display an efficiency digest for the specified time period.

Parse $ARGUMENTS for the number of days (default: 7).

Run:
```bash
node ${CLAUDE_PLUGIN_ROOT}/src/digest.js $ARGUMENTS
```

Present the digest to the user. Highlight:
1. Their efficiency grade (S/A/B/C/D/F) and what it means
2. Which score components are weakest and how to improve them
3. Cost savings opportunities
4. 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.

