agentsclimarketplace

Stack measure

Skill drmahdikazempour/agent-stack/skills/stack-measure

One command to make any repo token-efficient for Claude Code & Cursor. Built-in code map, output compression, skills & hooks, savings measured with ccusage.

Install
npx -y skills add drmahdikazempour/agent-stack --skill stack-measure

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Measure token usage and savings via ccusage — establish a baseline and compare before/after. Use right after init (to record the baseline) and again after about a week to quantify the input-token reduction against the ≥40% target. Wraps `agent-stack measure`, which reads ccusage's local JSONL — never vendor self-reported numbers.

SKILL.md

1.1 KB, as published. Nobody here has run it

stack-measure

Quantify token usage with the neutral ccusage tool. Savings are always measured, never claimed.

What to do

  • Baseline: npx @drmahdikazempour/agent-stack measure (init already stored one in .agent-stack/baseline.json).
  • Compare: npx @drmahdikazempour/agent-stack measure --since 7d — reports baseline vs recent average input tokens/day and the % reduction, color-coded against the ≥40% target.

Notes

  • If ccusage isn't installed, the command falls back to the local usage.jsonl our Stop hook appends; install ccusage (npm i -g ccusage) for authoritative numbers.
  • Telemetry-free and local-only: it reads ccusage's JSONL on the user's machine.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.