ssot-check

ssot-check is a skill for Claude Code from conorbronsdon/agent-skills. It costs 72 tokens per session (4,784 once invoked), scanned A, original, MIT.

A documentation auditor that finds repeated facts across files and identifies one approved location as the source of truth. It checks whether copied numbers or text still match without editing the repository.

In plain words
What is it for?
Auditing documentation for stale facts, finding every copy of a value, creating a source-of-truth manifest, and proposing fixes as diffs.
Why use it?
It catches outdated copies of the same fact in documents, such as a count that changed in one file but not in related materials.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions CLAUDE.md; mentions subagents; positional $N argument.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is - file: ../cot-sponsor-page/index.html # cross-repo copy, see below.

Good fit Auditing documentation for stale facts, finding every copy of a value, creating a source-of-truth manifest, and proposing fixes as diffs.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/conorbronsdon/agent-skills
agentmods
npx agentmods add skills/conorbronsdon/agent-skills/ssot-check

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 ssot-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/conorbronsdon/agent-skills/ssot-check/github.svg)](https://agentmods.dev/skills/conorbronsdon/agent-skills/ssot-check)
Your own site
<a href="https://agentmods.dev/skills/conorbronsdon/agent-skills/ssot-check"><img src="https://agentmods.dev/badge/skills/conorbronsdon/agent-skills/ssot-check/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 ssot-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/conorbronsdon/agent-skills/ssot-check"><img src="https://agentmods.dev/badge/skills/conorbronsdon/agent-skills/ssot-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,784 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.00072 $0.04784
Opus 5 $0.00036 $0.02392
Sonnet 5 $0.00014 $0.00957
Haiku 4.5 $0.00007 $0.00478

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

Security

Grade A, and why

ssot-check 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 10d 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.

ssot-check/SKILL.md · 227 lines

How it starts

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

/ssot-check — Fact-Copy Drift Auditor

Documentation-heavy repos repeat facts. An episode count lives in a README, then gets hand-copied into a media kit, a landing page, and a business plan. Someone updates the README. The copies drift. This skill finds those copies, records where the canonical value lives, and checks the copies against it on every run.

It complements /reconcile. Reconcile catches multi-session drift in state files. This skill catches fact-copy drift across documents: the same number or string living in several files, where exactly one file is allowed to be right.

Invocation: deliberately model-invocable — it belongs in pre-commit moments. No file is ever edited: fixes are proposed as diffs, never auto-applied. No repo being audited is ever modified — no pull, no rebase, no checkout, no commit, in this repo or a sibling.

Exactly one operation writes anything at all, and it is worth stating plainly rather than burying: git fetch in a sibling clone, which updates that clone's remote-tracking refs and FETCH_HEAD so a value can be compared against a live remote. It touches no working tree and no file. It is off by default and runs only on an explicit request from the user in that session. Absent that request, freshness comes from refs already on disk, or the fact is reported UNVERIFIED.

When to Use

  • Discover mode: first run on a repo, or after adding a new doc surface (a media kit, a landing page, a pricing page)
  • Check mode: before commits that touch docs, as a pre-commit habit, or any time a canonical number changed
  • After a bulk find-and-replace, to confirm nothing was missed
  • When a repo has a "grep for other files with the same number" rule that people forget to follow

When NOT to Use

Read the full file on GitHub · 227 lines

Files

What ships with it

5 files 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. 10d ago First seen · 227 lines · 72 tokens per session scan A a7eac0fad492

Subscribe to this mod's changes

ssot-check is a skill published in the GitHub repository conorbronsdon/agent-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 72 tokens to every session and 4,784 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-31.

Related

Other skills, from other repositories

mulmoterminal-dirs

Colour-code and order the directories you actually work in, from wherever you are. Writes each project's /.mulmoterminal.json — name badge, project icon image, the seven chrome colours, xterm palette (theme / colors), terminal font size, orderPriority (where it sits in the grid and in the launcher's chips), and…

receptron/mulmoterminal · 395 tokens

mulmoterminal-keys

Bind keyboard shortcuts and fix keyboard/clipboard behaviour in MulmoTerminal. Writes keymap, which Settings cannot set at all — its Keyboard shortcuts section is read-only, listing every action bound or not plus a send row. Explains copyOnSelect, questionPaneEnabled and terminalSubmit, which have their own Settings…

receptron/mulmoterminal · 289 tokens

tokf-discover

Find missed token savings by scanning AI coding session files for commands that ran without tokf filtering.

mpecan/tokf · 24 tokens

dashiai-ppt

A presentation-making add-on that creates an HTML slide deck from preset visual page designs. The result can open offline in a browser and can be exported as a PowerPoint or PDF file.

huangrichao2020/pretty-skills · 62 tokens

skillnote

Self-hosted skill registry for OpenClaw. Stores procedures your team writes (name, description, body), syncs them to disk before each task, and collects which-helped/which-failed signals from the agent so the registry improves over time.

luna-prompts/skillnote · 54 tokens

xiaohongshu-image-creator

An image-making assistant for Xiaohongshu, a Chinese social platform for lifestyle, product, and educational posts. It creates vertical covers and supporting images matched to the post’s topic, audience, and visual style.

huangrichao2020/pretty-skills · 121 tokens