egorfedorov

cco-roi

Calculate monthly token savings and ROI by model

egorfedorov 102 10 Updated 5mo ago
GitHub

Install

npx skillscat add egorfedorov/claude-context-optimizer/cco-roi

Install via the SkillsCat registry.

About this skill

This skill calculates monthly token savings and return on investment for using Context Optimizer by analyzing sessions per day (default 5) and presenting a report with cost savings, context efficiency multipliers, and team-level projections. It helps developers and agents quantify the financial impact of context optimization, particularly useful when evaluating cost efficiency of AI model usage or planning team budgets.

SKILL.md

ROI Calculator

Calculate and display the return on investment from using Context Optimizer.

Parse $ARGUMENTS for sessions per day (default: 5).

Run:

node ${CLAUDE_PLUGIN_ROOT}/src/roi.js $ARGUMENTS

Present the ROI report to the user. Highlight:

  1. The effective context multiplier — how much more efficient their budget is
  2. Monthly and yearly dollar savings for their current model
  3. Team-level savings if they work in a team
  4. If data comes from real sessions, note how many sessions were analyzed

If the user has no session data yet, explain that the estimate uses industry averages (35% waste) and will become more accurate as they use CCO.

Categories