Borrowing it
Nothing to install: this file belongs to amusleh-spotware-com/terse-sharp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/amusleh-spotware-com/terse-sharp/main/.claude/commands/ship-improvements.mdgit clone --depth 1 https://github.com/amusleh-spotware-com/terse-sharpWrote 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/commands/amusleh-spotware-com/terse-sharp/ship-improvements)<a href="https://agentmods.dev/commands/amusleh-spotware-com/terse-sharp/ship-improvements"><img src="https://agentmods.dev/badge/commands/amusleh-spotware-com/terse-sharp/ship-improvements/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/commands/amusleh-spotware-com/terse-sharp/ship-improvements"><img src="https://agentmods.dev/badge/commands/amusleh-spotware-com/terse-sharp/ship-improvements.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.00044 | $0.05903 |
| Opus 5 | $0.00022 | $0.02951 |
| Sonnet 5 | $0.00009 | $0.01181 |
| Haiku 4.5 | $0.00004 | $0.00590 |
Grade A, and why
ship-improvements scanned grade A with 1 finding 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 9d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s https://api.nuget.org/v3-flatcontainer/tersesharp/index.json How it starts
The opening of the file, as written. The whole thing — 343 lines — stays where its author put it; the contents beside it link to each section on GitHub.
🚫 HARD GATE — run every phase, in order, to the end. No asking, no stopping, no partial run.
$ARGUMENTS — if it parses as X.Y.Z, that is the release version; otherwise it is ignored and the
version is derived in P6. Nothing else in this command takes input from the user.
Banned for the whole run, without exception:
AskUserQuestion,ExitPlanMode, "shall I continue?", "let me know if you want me to…", a summary that hands work back. This command is autonomous from P0 to P11.- Stopping at the first failure. A red build, a red test, a red CI leg, a rejected edit, a failed release job is an input to the next step, not an exit. Diagnose, fix, re-verify, continue.
- Declaring a phase done that was not run. If a phase genuinely cannot execute, run the strongest substitute, say so in the final report as DEGRADED with the reason, and continue.
- Skipping a row in
## Openbecause it looks hard, vague or unmeasurable. Every row leaves the## Opentable inIMPROVEMENTS.mdin this run — either shipped or closed as a measured decision, and either way appended to## ClosedinIMPROVEMENTS-ARCHIVE.mdwith its measurement or with the evidence that closes it. Deleting a row, or leaving it open, is a failed run. Read/Grep/Glob/Edit/Writeon anything under this repo, andBash: git status,git diff,git diff --stat,grep,rg,cat,head,tail,sed,awk,ls,find,dotnet build,dotnet test,dotnet clean,dotnet format(one carve-out, P4.6). Every one of those is aterse-sharpcall —CLAUDE.md's develop-TerseSharp gate is in force for the entire run. Only git history (log,blame,show <ref>:<path>), index/history mutation (add,commit,tag,push),gh, and the NuGet probe stay onBash.- A blind wait. Every wait on an external process detects the process dying, not only the artifact appearing (P8, P10, P11 give the exact shape).
git add -A/git commit -am. Stage by path. This tree is shared with other sessions and with.claude/worktrees/agent-*.- A
Co-Authored-By:trailer in any commit message. - Weakening, skipping or deleting a test to make a suite go green.
- Spawning the review agent, committing, tagging, pushing or releasing while any row is still in
## Open. See the gate directly below — it is the one gate this command cannot trade away.
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.
- 9d ago First seen · 343 lines · 44 tokens per session scan A 622a7e1aeea0
ship-improvements is a command published in the GitHub repository amusleh-spotware-com/terse-sharp (2 stars, last pushed 4d ago), licensed MIT. It adds 44 tokens to every session and 5,903 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
land-and-deploy
Merge PR, wait for CI, verify deploy, run canary — the complete landing pipeline.
ng-ship-review
Portable command prompt generated from skills/checking-release-readiness/SKILL.md. Edit the skill, then run python tools/ng.py gen-commands; do not edit this file by hand.
release-tag
Create and push a version tag after a release PR has been merged.
create-release-note.en
Generate release notes from PRs and commits.
release
Generate changelog, bump version, and create git tag.
post-release.en
Read and execute the post-release skill from .agents/skills/post-release/SKILL.md.