Skip to content
shell
$ npx -y skills add egorfedorov/claude-context-optimizer --skill cco-digest --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/cco-digest
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

Show weekly/daily efficiency digest with score and trends

SKILL.md

cco-digest.SKILL.md
name: cco-digest
description: Show weekly/daily efficiency digest with score and trends
license: MIT
argument-hint: "[7|14|30] (days, default 7)"
allowed-tools: [Bash]

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 $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.

Read it on GitHub ↗
Ships withclaude-context-optimizer

Claude Code plugin that tracks token usage, identifies wasted context, and saves 30-50% on API costs. Heatmaps, ROI reports, budget alerts, efficiency scores, git-aware suggestions — all local, zero config.

Get the whole plugin, auto-invoked
Stats
85
Stars
0
Views
10
Forks
Active
Maintenance
JavaScript
Language
MIT
License
20d ago
Last commit
4mo ago
Created

Repo: egorfedorov/claude-context-optimizer