Borrowing it
Nothing to install: this file belongs to dginev/latexml-oxide. 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/dginev/latexml-oxide/main/.claude/skills/next-release/SKILL.mdgit clone --depth 1 https://github.com/dginev/latexml-oxideWrote 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/dginev/latexml-oxide/next-release)<a href="https://agentmods.dev/skills/dginev/latexml-oxide/next-release"><img src="https://agentmods.dev/badge/skills/dginev/latexml-oxide/next-release.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00167 | $0.02033 |
| Opus 5 | $0.00084 | $0.01017 |
| Sonnet 5 | $0.00033 | $0.00407 |
| Haiku 4.5 | $0.00017 | $0.00203 |
Grade A, and why
next-release 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 7d 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 -H "User-Agent: x" https://crates.io/api/v1/crates/<name> | grep -o '"max_version":"[^"]*"' How it starts
The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cutting a latexml-oxide release
docs/release/RELEASING.md is the authoritative procedure and CRATES_IO_PUBLISH.md
the trap ledger — read them. This skill is the ordered, gated runbook distilled
from the 0.7.5 cut, with the exact commands and the failure modes that bite.
Ground rules
- The tag string must equal
latexml_oxide/Cargo.toml'sversion.tools/make_release.shhard-fails onGITHUB_REF_NAME != version. Tags are bare (0.7.5, novprefix). - RC vs final is decided purely by a
-in the tag.release.yml: a tag containing-(0.7.5-rc6) → draft prerelease, no containers/homebrew/crates. A bare tag (0.7.5) → public Release, auto-published, and fires thecontainersjob. - Never publish an
-rcto crates.io (cargo installignores prereleases → users stay on the old stable). Final only. - All repo edits go via branch + PR (never commit to
main). Release-prep and the promotion are each a PR. Cargo.lockis gitignored here — don't try to commit it.
The two-gate rule for crates.io
crates.io is the LAST target and publishes only behind both gates on the FINAL tag:
- Gate A — the public GitHub Release shows all platform binaries built/generated.
- Gate B — the gh-pages docs build is healthy (
Deploy Docs to GitHub Pagesgreen on the release commit; crates.io'sdocumentationlink points at gh-pages).
Sequence
0. Pre-flight
- Green
main(cargo nextest run --workspace, N/0). - #512 toolchain pin: the fat-LTO
maxperfrelease build OOMs on regressed nightlies.rust-toolchain.tomlshould pin a known-good dated nightly (e.g.nightly-2026-07-27); CI + release resolve through this file (proven by the 0.7.0 pin). Revert to floatingchannel = "nightly"once #512 closes. Confirm the pin is a good nightly before cutting.
1. Subcrate version bumps (for the crates.io republish) — the easy-to-miss step
crates.io is immutable: you cannot republish an existing version with new bytes. Every
sibling crate that changed since the last publish needs a fresh version + matching dep pins,
or cargo publish --workspace publishes only the top crate against stale siblings →
downstream build breakage. Check each sibling's diff since the last release tag and bump
honest 0.x semver (minor = API-affecting, patch = internal-only). Update every
intra-workspace path+version pin (latexml_oxide + inter-crate). cargo set-version
(cargo-edit) automates the cascade if installed; otherwise script it and verify with
cargo metadata + cargo check --workspace.
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.
- 7d ago First seen · 126 lines · 167 tokens per session scan A 8b01ea035454
next-release is a skill published in the GitHub repository dginev/latexml-oxide (11 stars, last pushed yesterday), licensed CC0-1.0. It adds 167 tokens to every session and 2,033 once invoked, about $0.0008 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-30.
Other skills, from other repositories
infrastructure-publishing
Skill for the publishing infrastructure module providing academic publishing workflows including BibTeX CLI citation generation, APA/MLA citation helper functions, DOI management, Zenodo publication, arXiv submission preparation, GitHub releases, PyPI and TestPyPI package distribution, static-site deployment to GitHub…
template-publish
Publishing scripts for DOI-bearing project releases, optional mirror uploads, PyPI release validation, post-publish verification, and publication export. Use with docs/guides/publication-runbook.md for standalone GitHub + Zenodo release workflows.
inclusio-publisher
Drive the inclusio publishing engine via MCP — render, audit, and report on PDF/UA-2 tagged documents.
release-announcement
Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.
agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.
multi-agent-release-manager
Cleans up the workspace, formats code, runs presubmit checks, and uploads CLs to Gerrit.