Analyze CocoMeter context waste and surface repeatable reduction opportunities.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add Snowflake-Labs/cocoplus --skill cocometer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cocometer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/snowflake-labs-cocometer-8017c565)More formats (shields.io, HTML) on the badges page.
---
name: "meter-waste"
description: "Analyze CocoMeter context waste and surface repeatable reduction opportunities."
version: "2.0.1"
author: "CocoPlus"
tags:
- cocoplus
- cocometer
- snow-cocoplus
---
Your objective is to implement `$meter waste [--window <N>] [--run-id <id>]`.
Before proceeding, verify that `.cocoplus/` exists. If not, output: "CocoPlus not initialized in this directory. Run `$pod init` to begin." Then stop.
## Contract
Read recent session, meter, and reconciliation artifacts. Estimate avoidable context reconstruction, repeated failed loops, off-brief execution, and stale-context reloads. Use transcript-derived reconciliation when present; otherwise label the result as estimate-only.
Output:
- Waste window and source files
- Waste categories and approximate token share
- Highest-confidence cause
- Suggested prevention
- Candidate wisdom or style rule, if evidence is strong
Do not write directly to `do-not-use.md`. If a rejected approach seems warranted, append a review candidate to `.cocoplus/wisdom/review-queue.md` so the operator can accept it with `$wisdom reject`.
## Exit Criteria
- [ ] The report separates verified waste from estimated waste.
- [ ] Off-brief and loop waste are identified when evidence exists.
- [ ] Recommendations prefer correctness before token savings.
- [ ] Negative-memory candidates remain review-only until explicitly accepted.
## Anti-Rationalization
| Shortcut / Temptation | Why It Fails |
|-----------------------|--------------|
| Treat the skill as complete because the file exists | Skill contracts must describe observable behavior and verification, not just command names. |
| Skip artifact and safety checks for a small command | Small commands still mutate state or guide execution; preserve the same gates. |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!