/honey-gain
Show Honey's benchmark scoreboard — the committed quality and token results per task tier (code, user-facing, agent-to-agent) from bench/. Reports only the reproducible committed figures, never invents per-repo numbers. Use when asked how much Honey saves, how it compares to
$ npx -y skills add Green-PT/honey-for-devs --skill honey-gain --agent claude-codeHow 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.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/honey-gain
Context preview
The summary Claude sees to decide when to auto-load this skill.
Show Honey's benchmark scoreboard — the committed quality and token results per task tier (code, user-facing, agent-to-agent) from bench/. Reports only the reproducible committed figures, never invents per-repo numbers. Use when asked how much Honey saves, how it compares to
SKILL.md
honey-gain.SKILL.mdname: honey-gain
description: >-
Show Honey's benchmark scoreboard — the committed quality and token results per
task tier (code, user-facing, agent-to-agent) from bench/. Reports only the
reproducible committed figures, never invents per-repo numbers. Use when asked
how much Honey saves, how it compares to Caveman / Ponytail / no-skill baseline,
or for the headline numbers.
license: MIT
Honey Gain
Report the **committed** benchmark results — never a guessed or per-session number, and never an embedded copy that can drift from the bench.
Do
1. Recompute from the committed records at use time — don't recite from memory, and prefer the raw records over any rendered table (renderings go stale, the records don't):
cd bench && node src/report.js --stamp full-opus48 --by-type
Offline, no API spend. Swap `--stamp full-gpt55` for the cross-provider figure, drop `--by-type` for the whole suite. Hive handoff numbers → [`bench/hive/RESULTS.md`](../../bench/hive/RESULTS.md). 2. Report the tier table terse: **Δ LOC and Δ output, each with its `p`**, judge as win/loss/tie, and the test pass-rate, per variant. The tier split *is* the finding — deepest on code and handoffs, output a statistical tie on user-facing (the polish carve-out). Lead with **Δ LOC**: it measures Lever 1 directly, while output tokens mix code with the prose around it, and the two come apart (Ponytail cuts lines but narrates at length).
Rules
- **Never quote a delta without its p-value**, and call `(ns)` results ties, not wins.
Every figure is a paired per-task median; a ratio of arm totals is not quotable.
- Prose renderings ([`bench/README.md`](../../bench/README.md#results), `results/combined.md`)
are secondary. If one disagrees with a fresh `--stamp` recompute, the recompute wins — say the rendering is out of sync.
- Quality is a **tie**, not a gain — that's the honest claim. Don't upgrade it.
- Cost/CO₂ savings are a *modelled counterfactual*, not measured; those belong to
`honey-eco`, which labels them. Don't state a dollar saving here.
- Asked for numbers on **this** repo? The bench measures the skill on a fixed task suite,
not the user's codebase — offer `cd bench && npm run bench`, don't extrapolate.
- One honest caveat, once: 23 author-written tasks, judge noise — the objective test-pass
column is the trustworthy correctness signal.
- Never resurrect the old unreproducible `92%/78%/73%` / `−57%/−65%/−70%` numbers, or the
superseded arm-total figures (`−49%` code, `−15%` aggregate) — see [`bench/METHODOLOGY.md`](../../bench/METHODOLOGY.md).
Read more
name: honey-gain description: >- Show Honey's benchmark scoreboard — the committed quality and token results per task tier (code, user-facing, agent-to-agent) from bench/. Reports only the reproducible committed figures, never invents per-repo numbers. Use when asked how much Honey saves, how it compares to Caveman / Ponytail / no-skill baseline, or for the headline numbers. license: MIT
Honey Gain
Report the **committed** benchmark results — never a guessed or per-session number, and never an embedded copy that can drift from the bench.
Do
1. Recompute from the committed records at use time — don't recite from memory, and prefer the raw records over any rendered table (renderings go stale, the records don't):
cd bench && node src/report.js --stamp full-opus48 --by-type
Offline, no API spend. Swap `--stamp full-gpt55` for the cross-provider figure, drop `--by-type` for the whole suite. Hive handoff numbers → [`bench/hive/RESULTS.md`](../../bench/hive/RESULTS.md). 2. Report the tier table terse: **Δ LOC and Δ output, each with its `p`**, judge as win/loss/tie, and the test pass-rate, per variant. The tier split *is* the finding — deepest on code and handoffs, output a statistical tie on user-facing (the polish carve-out). Lead with **Δ LOC**: it measures Lever 1 directly, while output tokens mix code with the prose around it, and the two come apart (Ponytail cuts lines but narrates at length).
Rules
- **Never quote a delta without its p-value**, and call `(ns)` results ties, not wins.
Every figure is a paired per-task median; a ratio of arm totals is not quotable.
- Prose renderings ([`bench/README.md`](../../bench/README.md#results), `results/combined.md`)
are secondary. If one disagrees with a fresh `--stamp` recompute, the recompute wins — say the rendering is out of sync.
- Quality is a **tie**, not a gain — that's the honest claim. Don't upgrade it.
- Cost/CO₂ savings are a *modelled counterfactual*, not measured; those belong to
`honey-eco`, which labels them. Don't state a dollar saving here.
- Asked for numbers on **this** repo? The bench measures the skill on a fixed task suite,
not the user's codebase — offer `cd bench && npm run bench`, don't extrapolate.
- One honest caveat, once: 23 author-written tasks, judge noise — the objective test-pass
column is the trustworthy correctness signal.
- Never resurrect the old unreproducible `92%/78%/73%` / `−57%/−65%/−70%` numbers, or the
superseded arm-total figures (`−49%` code, `−15%` aggregate) — see [`bench/METHODOLOGY.md`](../../bench/METHODOLOGY.md).
Write less code and say less about it. Honey (I Shrunk the AI) by GreenPT is a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — making agents emit less code and less prose without losing correctness.
Repo: Green-PT/honey-for-devs
Other skills on honey.
- /honey-ccr
Compress-Cache-Retrieve for huge, repetitive array tool output (logs, scan results, time series, event streams) before it enters context. Keeps an informative sample — endpoints, anomalies/change-points, head/tail — drops the redundant rest to a local cache, and leaves a
Open skill - /honey-chat
Honey for plain Claude — the terse-prose core with no agent-harness features. Paste into a claude.ai Project's custom instructions, a Style, or an API system prompt. Strips filler, hedging, and pleasantries from every response while keeping facts, names, numbers, steps, and code
Open skill - /honey-compress
Rewrite a memory or context file (CLAUDE.md, AGENTS.md, a todo or notes file) into Honey-terse form so it costs fewer input tokens every session, without losing meaning. Backs up the original first. Use when asked to shrink or compress context files, trim CLAUDE.md, or cut
Open skill - /honey-debt
Harvest every `honey:` comment in the codebase into a debt ledger, so the deliberate shortcuts Lever 1 leaves behind get tracked instead of rotting into "later means never". Flags markers with no revisit trigger — those are the ones that go permanent silently. Use when the user
Open skill - /honey-design
Same pixels, fewer tokens — for user-facing deliverables where visual polish is the spec. Use when building or editing a landing page, marketing site, hero, pricing/feature section, dashboard, or any HTML/CSS UI component. Keeps the full rendered design (layout depth, hierarchy,
Open skill - /honey-eco
Report this session's output tokens and CO₂ by running the repo's committed EcoLogits port, plus the modelled CO₂/$ saved vs a no-Honey baseline — always labelled with the bench stamp it came from. Use when asked how much Honey saved, the session's carbon/token footprint, or to
Open skill

