invalidate

invalidate is a command for Claude Code from theogravity/bun-elysiajs-starter-turbo-monorepo. It costs 25 tokens per session (276 once invoked), scanned A, original, MIT.

A command that clears the locally cached subagent catalogue, which is a saved list of available subagents.

In plain words
What is it for?
It is for invalidating the catalogue cache and, when requested, immediately downloading a fresh copy.
Why use it?
It removes stale catalogue data so the next search or fetch can use the latest repository contents.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths; mentions subagents.

Good fit It is for invalidating the catalogue cache and, when requested, immediately downloading a fresh copy.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/theogravity/bun-elysiajs-starter-turbo-monorepo/invalidate
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.

Clone the repo
git clone --depth 1 https://github.com/theogravity/bun-elysiajs-starter-turbo-monorepo

Made for: Claude Code.

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 invalidate

README.md
[![agentmods](https://agentmods.dev/badge/commands/theogravity/bun-elysiajs-starter-turbo-monorepo/invalidate/github.svg)](https://agentmods.dev/commands/theogravity/bun-elysiajs-starter-turbo-monorepo/invalidate)
Your own site
<a href="https://agentmods.dev/commands/theogravity/bun-elysiajs-starter-turbo-monorepo/invalidate"><img src="https://agentmods.dev/badge/commands/theogravity/bun-elysiajs-starter-turbo-monorepo/invalidate/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.

agentmods 80×15 button for invalidate

Your own site · 80×15
<a href="https://agentmods.dev/commands/theogravity/bun-elysiajs-starter-turbo-monorepo/invalidate"><img src="https://agentmods.dev/badge/commands/theogravity/bun-elysiajs-starter-turbo-monorepo/invalidate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 276 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00025 $0.00276
Opus 5 $0.00013 $0.00138
Sonnet 5 $0.00005 $0.00055
Haiku 4.5 $0.00003 $0.00028

Measured 11d ago against content hash 97cc95add315, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

invalidate 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 11d 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.

.claude/commands/subagent-catalog/invalidate.md · 48 lines

What it actually says

Subagent Catalog - Invalidate

Force-refresh the cached catalog by deleting the local cache file. The next search or fetch call will pull fresh data from the repository.

Input: $ARGUMENTS

No arguments required. Optional: pass --fetch to immediately refresh after invalidation.

Instructions

Step 1: Source config

source ~/.claude/commands/subagent-catalog/config.sh

Step 2: Invalidate (and optionally refresh)

Invalidate only (default):

subagent_catalog_invalidate_cache

Invalidate and refresh (if $ARGUMENTS contains --fetch or user explicitly asks to refresh):

subagent_catalog_invalidate_cache
subagent_catalog_refresh_cache

Step 3: Confirm

Report the result:

  • If invalidated only: "cache invalidated. next search/fetch will pull fresh data."
  • If refreshed: "cache invalidated and refreshed with latest catalog."

When to use

  • After the upstream repo has been updated with new subagents
  • If you suspect the cache is corrupted
  • To troubleshoot stale results
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. 11d ago First seen · 48 lines · 25 tokens per session scan A 97cc95add315

Subscribe to this mod's changes

invalidate is a command published in the GitHub repository theogravity/bun-elysiajs-starter-turbo-monorepo (2 stars, last pushed 14d ago), licensed MIT. It adds 25 tokens to every session and 276 once invoked, about $0.0001 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.