docs-sync

A daily check that compares recent changes on the main code branch with the project’s documentation and usage scenarios. It focuses on changes users can see or experience.

In plain words
What is it for?
Use it to find user-visible changes from the last 24 hours and propose pull requests that update the relevant documentation and scenarios.
Why use it?
It helps prevent documentation from describing old commands, settings, installation steps, screens, or status output after the software changes.

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/ric03uec/clawrium/docs-sync
Any agent
npx skills add ric03uec/clawrium --skill docs-sync
Clone the repo
git clone --depth 1 https://github.com/ric03uec/clawrium

Made for: Claude Code, Codex.

Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 662 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.00027 $0.00662
Opus 5 $0.00014 $0.00331
Sonnet 5 $0.00005 $0.00132
Haiku 4.5 $0.00003 $0.00066

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

Security

Grade A, and why

docs-sync 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.

skills/hermes/docs-sync/SKILL.md · 76 lines

How it starts

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

docs-sync

Once per day, find code changes that altered user-visible behavior and propose corresponding updates to docs/ and scenarios/. The goal is that anyone running the documented commands or following the scenarios hits the same surface real users hit today.

Inputs

  • git log --since='24 hours ago' --first-parent main for the commit set (first-parent skips merge-squash internals when present).
  • git diff <prev>..<head> per logical change.
  • The current state of docs/ and scenarios/.

Triage rule — what counts as "user-visible"

Include a change in scope when any of the following is true:

  • Adds, renames, removes, or changes the signature of a clawctl CLI command or option (src/clawrium/cli/).
  • Changes a documented config path or env var.
  • Changes an installation, configuration, or onboarding stage.
  • Changes a GUI route, control, or visible label.
  • Changes output of a clawctl ps-style status command in a way a user would notice.

Exclude pure refactors, test-only changes, dependency bumps that do not change observable behavior, and internal log strings.

Output

For each cluster of related changes, open one PR titled:

docs(<area>): sync with <one-line behavior change>

PR contents:

  • Doc edits limited to the surface that actually changed.
  • Scenario updates limited to scenarios the change actually breaks.
  • Hard cap: 2 new scenarios per run. Prefer updating an existing scenario over adding a new one. If you would exceed the cap, leave a TODO comment in the PR body listing the deferred scenarios.

Hard constraints

  • Do not edit docs/ purely for tone or grammar — out of scope.
  • Do not touch AGENTS.md, CLAUDE.md, or .itx/ from this skill.
  • If the diff is unclear, open the PR anyway with [draft] in the title and request input from the author of the originating commit (one short PR-body line: "@ — please confirm the user-facing wording").
  • Never merge your own PRs. The PR opens against main and waits for human review.

Read the full file on GitHub · 76 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 · 76 lines · 27 tokens per session scan A d1e6188aa9e8

Subscribe to this mod's changes

docs-sync is a skill published in the GitHub repository ric03uec/clawrium (51 stars, last pushed 14d ago), licensed Apache-2.0. It adds 27 tokens to every session and 662 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-30.