Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add brenbuilds1/cutweight --skill think-lightgit clone --depth 1 https://github.com/brenbuilds1/cutweightWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/brenbuilds1/cutweight/think-light)<a href="https://agentmods.dev/skills/brenbuilds1/cutweight/think-light"><img src="https://agentmods.dev/badge/skills/brenbuilds1/cutweight/think-light/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/brenbuilds1/cutweight/think-light"><img src="https://agentmods.dev/badge/skills/brenbuilds1/cutweight/think-light.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00064 | $0.00444 |
| Opus 5 | $0.00032 | $0.00222 |
| Sonnet 5 | $0.00013 | $0.00089 |
| Haiku 4.5 | $0.00006 | $0.00044 |
Grade A, and why
think-light scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Think Light
Reasoning tokens bill like output tokens, and models usually lock their answer early in the chain; the tail is often narration you pay for. Light tasks get light thinking. Save the heavy reasoning for the problems that are actually heavy.
Method
- Sort your recurring tasks into two piles:
- light: lookups, renames, formatting, single-file edits, commit messages, questions with one right answer. Extended thinking rarely changes these.
- heavy: multi-file refactors, architecture calls, debugging across boundaries, anything where the first idea is usually wrong. Thinking earns its tokens here.
- Cap the light pile. Use your agent's thinking controls: effort levels, a thinking-budget setting, or per-request flags. Cut the budget hard for light tasks; leave heavy tasks alone at first. Prefer per-session or per-request controls: a cap written into settings outlives the task, and a cap in project settings caps your teammates too. Never ship a cap in shared config.
- Verify before keeping. Rerun two or three recent real tasks from the capped pile and compare results against what you got uncapped. Same quality: keep the cap. Worse: raise it back and say so.
- Log what you capped and the before/after spend in the weigh-in log, so the saving is a receipt, not a feeling.
Hard Rules
- Never keep a cap you did not verify on real tasks.
- Caps are per task type. A global cap is a blind cap.
- If quality dropped, the cap loses. Raise it back without ceremony.
- Record the cap and the saving. Unmeasured savings do not exist.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 44 lines · 64 tokens per session scan A fdee5cdf0c49
think-light is a skill published in the GitHub repository brenbuilds1/cutweight (2 stars, last pushed 1mo ago), licensed MIT. It adds 64 tokens to every session and 444 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
sdd
Execute the Liatrio Spec-Driven Development (SDD) workflow when explicitly invoked by the user. NOTE: this skill is NOT intended to be dynamically loaded or automatically triggered; it should only ever be explicitly called by the user.
bcc-plan-spar
BCC align+lock+review PLAN.md for one slice (no product code). Slash: /bcc-plan-spar · chat: bcc:plan-spar · "lock PLAN" · spar the plan. Args: rounds=N (auto-review cap), review=self|subagent|cli|auto|off. Grill until clear enough (no default Q&A quota). Hand off to bcc-clean-cut after human APPROVE.
bcc-throughline
BCC global progress cockpit (plans.md/progress.md/findings.md). Slash: /bcc-throughline · chat: bcc:throughline · "where are we" · reprioritize · resume after /clear. Not for coding or full PLAN grill.
bcc-breaking-coding-chaos
BCC main skill: dual-loop coding workflow (throughline → plan-spar → clean-cut) or quick status+next. Slash: /bcc-breaking-coding-chaos · chat: bcc:breaking-coding-chaos · "run BCC" · "BCC status" · "what next BCC". Needs a real idea (1:1 implement). Args: goal text, or status. May pass plan-spar review budget as…
repo-layout
Register, resolve, and validate where a project's path-slots actually live via .layout-slots.yaml markers, so relocating a slot needs zero SKILL.md edits. Do NOT use for single-file lookups.
compiling-project-guidelines
Compile scattered guideline sources into one scope-aware COMPILED-GUIDELINES.md for other skills and ult-context-generate's Constraints layer. Do NOT use to enforce rules at runtime.