off

A project command that pauses the never-stale reminders for the current project. It turns the feature off while keeping its settings and rules so they can be restored later.

In plain words
What is it for?
Use it when you want a quiet session or need to temporarily suspend never-stale checks, then resume them later with the matching command.
Why use it?
It stops automatic compacting and documentation-sync reminders temporarily without deleting the project’s configuration.

Command

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 commands/biznuts/never-stale/off
Clone the repo
git clone --depth 1 https://github.com/biznuts/never-stale
Per session 63 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,166 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.00063 $0.01166
Opus 5 $0.00032 $0.00583
Sonnet 5 $0.00013 $0.00233
Haiku 4.5 $0.00006 $0.00117

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

Security

Grade A, and why

off 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 2d 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.

never-stale/commands/off.md · 81 lines

How it starts

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

never-stale — pause this project (off)

off and /never-stale:on are a reversible toggle. off is the light switch: it sets the governing marker's "enabled" to false, so the gate goes silent for new sessions — but it keeps the marker file, your recorded spoken/written languages, and the sentinel-fenced CLAUDE.md block. Nothing is deleted. To turn it back on, run /never-stale:on (the languages come back exactly as they were).

Pausing is not removing. If you want the marker and the CLAUDE.md rules block gone, use /never-stale:remove instead.

Project root = the path in $ARGUMENTS if given, else the current working directory. Call it <ROOT>.

Step 1 — Find the governing marker

The gate resolves a project by walking up from the launch dir to the nearest ancestor that carries a marker, bounded by the git repo root. Reproduce that walk to find which marker governs <ROOT>:

  1. Start at <ROOT>. At each directory D, check for D/.claude/never-stale.local.json then D/.claude/never-stale.json.
  2. If either exists, that directory governs — stop here. (A local marker present at D overrides a team marker at the same D.)
  3. Otherwise, if D/.git exists, stop (the repo root bounds the walk — no marker).
  4. Else go up to the parent and repeat, until a marker is found, a .git is hit, or the filesystem root is reached.

Read whichever marker(s) the governing directory carries. Call the governing directory <GOV>.

Step 2 — Decide what to flip, then confirm

  • No governing marker found → this project is not opted in, so there is nothing to pause. Tell the user to run /never-stale:setup to opt in, and stop.
  • Marker already enabled: false → already paused. Say so (and that /never-stale:on resumes it), and stop.
  • A local marker governs (<GOV>/.claude/never-stale.local.json) → flip that file's "enabled" to false. This is purely local; the repo is unaffected. Confirm with AskUserQuestion (Pause / Cancel), then apply.
  • Only a team marker governs (<GOV>/.claude/never-stale.json, no local at <GOV>) → editing the committed marker would, once committed, pause it for the whole team. Use AskUserQuestion to offer:
    1. Pause just for me (recommended) — create a local override at <GOV>: write <GOV>/.claude/never-stale.local.json with "enabled": false (copy spoken/written from the team marker for reference), and ensure .claude/never-stale.local.json is gitignored (append to <GOV>/.gitignore, or create it). The committed team marker is untouched; a local marker overrides it, so the gate sees enabled: false and stays silent — for this checkout only.
    2. Pause for the whole team — set the committed <GOV>/.claude/never-stale.json "enabled" to false. Warn that this only takes effect for teammates once it is committed and pulled.
    3. Cancel — do nothing.

Read the full file on GitHub · 81 lines

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. 2d ago First seen · 81 lines · 0 tokens per session scan A 2f036acfa71f

Subscribe to this mod's changes

off is a command published in the GitHub repository biznuts/never-stale (2 stars, last pushed 1mo ago), licensed MIT. It adds 63 tokens to every session and 1,166 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.