codexless-release-supervisor

codexless-release-supervisor is a skill for Claude Code, Codex from liyana31811/Codexless. It costs 87 tokens per session (1,846 once invoked), scanned A, original, Apache-2.0.

A release process for preparing, checking, and publishing Codexless preview and hotfix versions. A hotfix is a small release that corrects an urgent problem; a preview is a version released for testing before wider use.

In plain words
What is it for?
Use it to validate release gates, confirm source and build identity, test fresh Windows and macOS installations, and publish a checked release.
Why use it?
It reduces the risk of shipping the wrong source, an incomplete build, or a release that only works on the developer's machine.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/liyana31811/codexless/codexless-release-supervisor
Any agent
npx skills add liyana31811/Codexless --skill codexless-release-supervisor
Clone the repo
git clone --depth 1 https://github.com/liyana31811/Codexless

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for codexless-release-supervisor

README.md
[![agentmods](https://agentmods.dev/badge/skills/liyana31811/codexless/codexless-release-supervisor.svg)](https://agentmods.dev/skills/liyana31811/codexless/codexless-release-supervisor)
Your own site
<a href="https://agentmods.dev/skills/liyana31811/codexless/codexless-release-supervisor"><img src="https://agentmods.dev/badge/skills/liyana31811/codexless/codexless-release-supervisor.svg" alt="Measured on agentmods" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,846 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00087 $0.01846
Opus 5 $0.00044 $0.00923
Sonnet 5 $0.00017 $0.00369
Haiku 4.5 $0.00009 $0.00185

Measured 5d ago against content hash 617f9973f8a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

codexless-release-supervisor 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 5d 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.

.agents/skills/codexless-release-supervisor/SKILL.md · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Codexless Release Supervisor

Run Codexless releases as a fail-closed state machine. The canonical Codexless source repository is the only editable implementation truth. Public candidate/official repositories are downstream release sinks and must not independently evolve release policy or implementation.

Prefer maintained scripts and observable receipts over memory or hand-written test lists. Keep the current release scope fixed; log non-blocking follow-ups instead of expanding the release.

Start

  1. Resolve the canonical repository and read its Git state, target version, and current acceptance suite version.
  2. Read references/release-gates.md before final release/hotfix gating.
  3. Freeze the canonical commit before deterministic public projection or candidate provenance is claimed.
  4. Materialize the public projection through the canonical R1 exporter before candidate work. config/public-export-policy.json is the fail-closed file authority; release/public-overlay/ is the only canonical public-only overlay source. The exporter reads canonical bytes from the exact Git source commit and reads the immutable public migration seed only from its pinned Git commit, never from a dirty public working tree.
  5. Treat the R1 projection receipt and the older R0 candidate receipt as different evidence. R1 may truthfully report fullDeterministicExporter=true; the R0 candidate gate remains historical candidate-provenance evidence with fullDeterministicExporter=false and must not be rewritten or back-claimed.
  6. Build or materialize a release candidate only after the R1 projection is reviewed. Candidate/native-install/publication work is a later gate and is not proven by the exporter.
  7. If the user asked only for preparation, stop before git push, tag creation, or GitHub Release publication.

Canonical machine gates

Use the canonical repository's maintained entries:

npm run test:all
npm run test:acceptance:auto
npm run test:public-export
npm run release:public-export -- --base-repo <repo-containing-pinned-public-base> --dry-run
npm run release:candidate-gate -- --candidate <public-candidate-root>

Read the full file on GitHub · 83 lines

Files

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.

Changes

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.

  1. 5d ago First seen · 83 lines · 87 tokens per session scan A 617f9973f8a3

Subscribe to this mod's changes

codexless-release-supervisor is a skill published in the GitHub repository liyana31811/Codexless (74 stars, last pushed 6d ago), licensed Apache-2.0. It adds 87 tokens to every session and 1,846 once invoked, about $0.0004 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-30.