snapshot-test-cleanup

snapshot-test-cleanup is a skill for Claude Code, Codex from blunotech-dev/agents. It costs 44 tokens per session (2,201 once invoked), scanned A, original, no licence file.

A testing guide for replacing snapshot tests with specific checks of the behavior that matters. Snapshot tests compare a saved output with a new output.

In plain words
What is it for?
Use it to improve unreliable tests or move away from toMatchSnapshot and toMatchInlineSnapshot.
Why use it?
It makes tests less brittle and helps failures explain what actually changed.

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/blunotech-dev/agents/snapshot-test-cleanup
Any agent
npx skills add blunotech-dev/agents --skill snapshot-test-cleanup
Clone the repo
git clone --depth 1 https://github.com/blunotech-dev/agents

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 snapshot-test-cleanup

README.md
[![agentmods](https://agentmods.dev/badge/skills/blunotech-dev/agents/snapshot-test-cleanup.svg)](https://agentmods.dev/skills/blunotech-dev/agents/snapshot-test-cleanup)
Your own site
<a href="https://agentmods.dev/skills/blunotech-dev/agents/snapshot-test-cleanup"><img src="https://agentmods.dev/badge/skills/blunotech-dev/agents/snapshot-test-cleanup.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,201 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00044 $0.02201
Opus 5 $0.00022 $0.01100
Sonnet 5 $0.00009 $0.00440
Haiku 4.5 $0.00004 $0.00220

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

Security

Grade A, and why

snapshot-test-cleanup 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 yesterday.

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.

refactor/snapshot-test-cleanup/SKILL.md · 287 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. yesterday First seen · 287 lines · 44 tokens per session scan A e9aae0082c17

Subscribe to this mod's changes

snapshot-test-cleanup is a skill published in the GitHub repository blunotech-dev/agents (2 stars, last pushed 3mo ago), with no licence file. It adds 44 tokens to every session and 2,201 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

software-code-refactoring

Improve production code quality while preserving all existing test behavior. Commonly used for the Refactor phase of TDD red-green-refactor, but applicable to any codebase with tests. Use when production code works but needs cleanup — reducing duplication, improving naming, simplifying complexity, aligning with…

stencila/stencila · 102 tokens

tbd

Git-native issue tracking (beads), coding guidelines, knowledge injection, and spec-driven planning for AI agents. Drop-in replacement for bd/Beads with simpler architecture. Use for: tracking issues/beads with dependencies, creating bugs/features/tasks, planning specs, implementing features from specs, code reviews…

jlevy/repren · 262 tokens

simplify-codebase

Simplification audit or authorized codebase simplification whose stated objective is to remove accidental complexity. Use for evidence-backed deletion or consolidation of dead code, duplicate state, redundant APIs or layers, ownerless abstractions, obsolete compatibility or design records, and over-engineering in any…

tt-a1i/simplify-codebase · 93 tokens

code-agent

General-purpose coding agent that reads, writes, and edits code, and searches codebases.

initializ/forge · 21 tokens

flowmark

Fast, consistent Markdown auto-formatter for typographic cleanup, normalization, and clean semantic line breaks. Use when creating, editing, or cleaning Markdown; formatting LLM-generated docs; adopting Flowmark in a repository; adding Markdown format scripts or commit hooks; or replacing Prettier or another Markdown…

jlevy/repren · 64 tokens

cyclomatic-complexity

Refactor code to reduce cyclomatic complexity so it stays readable, maintainable, and aligned with the long-term vision of the codebase, not just optimized for AI comprehension. Use whenever the user asks to refactor, simplify, clean up, or review code quality; mentions complexity, maintainability, readability…

saurabhkumar8112/cyclomatic-complexity-skill · 103 tokens