update-ssot

update-ssot is a skill for Claude Code from ShipWithAI/shipwithai-plugins. It costs 68 tokens per session (943 once invoked), scanned A, original, MIT.

Herramienta que compara la documentación principal de un proyecto con su código actual. CLAUDE.md y otros documentos de arquitectura describen cómo está organizado y cómo debe trabajarse en el proyecto.

In plain words
What is it for?
Sirve para sincronizar secciones sobre tecnologías, carpetas, convenciones, hooks y servidores MCP, comparándolas con los archivos y la estructura reales.
Why use it?
Detecta cuándo la documentación quedó desactualizada después de añadir dependencias, reorganizar código o cambiar la arquitectura.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Part of the shipwithai-starter plugin — 13 skills, 4 commands, 1 agent shipped together

Good fit Sirve para sincronizar secciones sobre tecnologías, carpetas, convenciones, hooks y servidores MCP…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shipwithai/shipwithai-plugins/update-ssot
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.

Any agent
npx skills add ShipWithAI/shipwithai-plugins --skill update-ssot
Clone the repo
git clone --depth 1 https://github.com/ShipWithAI/shipwithai-plugins

Made for: Claude Code.

Or install shipwithai-starter, the plugin that ships this one along with the rest of its 13 skills, 4 commands, 1 agent.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/shipwithai/shipwithai-plugins/update-ssot.svg)](https://agentmods.dev/skills/shipwithai/shipwithai-plugins/update-ssot)
Your own site
<a href="https://agentmods.dev/skills/shipwithai/shipwithai-plugins/update-ssot"><img src="https://agentmods.dev/badge/skills/shipwithai/shipwithai-plugins/update-ssot.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 943 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.00068 $0.00943
Opus 5 $0.00034 $0.00472
Sonnet 5 $0.00014 $0.00189
Haiku 4.5 $0.00007 $0.00094

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

Security

Grade A, and why

update-ssot 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 7d 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.

plugins/starter/skills/update-ssot/SKILL.md · 97 lines

How it starts

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

/update-ssot

Sync SSOT docs with the actual codebase. Section by section, confirm each change.

Flag Handling

  • --section stack — diff and update tech stack section only
  • --section architecture — diff and update architecture/directories sections only
  • --section conventions — diff and update coding conventions section only
  • --section hooks — diff .claude/settings.json hooks vs CLAUDE.md only
  • --section mcp — diff .mcp.json vs CLAUDE.md only
  • --section all — default: diff everything
  • Flags can be combined: --section stack --section mcp

Pre-flight Check

Before diffing, check which SSOT files exist:

  • CLAUDE.md not found → inform user, suggest running /shipwithai-starter:setup-ssot first, offer to continue anyway
  • docs/architecture.md found → include in diff scope
  • docs/CODEMAPS/overview.md found → include directories in diff scope

Step 1 — Diff SSOT vs Codebase

Run only the sections relevant to the --section flag (or all if --section all):

CLAUDE.md tech stack        ←→  package.json / pyproject.toml / go.mod / Cargo.toml
CLAUDE.md key directories   ←→  actual directory tree (depth 3)
CLAUDE.md build/test tools  ←→  Makefile / scripts section of package.json / config files
CLAUDE.md hooks section     ←→  .claude/settings.json hooks
CLAUDE.md MCP section       ←→  .mcp.json mcpServers

docs/architecture.md layers ←→  actual src/ structure       (if file exists)
docs/CODEMAPS/overview.md   ←→  actual key directories      (if file exists)

Step 2 — Report Differences

Use consistent tags. Report all differences before asking to update anything:

Found N differences:

[STACK]    package.json has @tanstack/react-query 5 — not mentioned in CLAUDE.md
[DIR]      src/workers/ exists — not documented in architecture section
[REMOVED]  .eslintrc.json deleted — still mentioned in CLAUDE.md
[MCP]      .mcp.json has Sentry server — not listed in CLAUDE.md
[ARCH]     docs/architecture.md lists src/legacy/ — directory no longer exists

Read the full file on GitHub · 97 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. 7d ago First seen · 97 lines · 68 tokens per session scan A a6430a96c514

Subscribe to this mod's changes

update-ssot is a skill published in the GitHub repository ShipWithAI/shipwithai-plugins (10 stars, last pushed 24d ago), licensed MIT. It adds 68 tokens to every session and 943 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.