sync

sync is a skill for Claude Code from odere-pro/claude-wiki-pages-plugin. It costs 87 tokens per session (1,021 once invoked), scanned A, original, MIT.

A workflow for pulling changed documentation from a connected project repository into a wiki as versioned snapshots. A repository is a project folder tracked by a version-control system such as Git.

In plain words
What is it for?
Use it to check for repository document changes, copy new versions into the wiki, mark older notes as superseded, and queue updates for re-ingestion.
Why use it?
It keeps wiki source material current while preserving older snapshots and leaving page updates to the normal ingestion process.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the claude-wiki-pages plugin — 26 skills, 5 commands, 17 agents, 7 hooks shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add odere-pro/claude-wiki-pages-plugin
Claude Code
/plugin install claude-wiki-pages

Made for: Claude Code.

Or install claude-wiki-pages, the plugin that ships this one along with the rest of its 26 skills, 5 commands, 17 agents, 7 hooks.

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 sync

README.md
[![agentmods](https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/sync.svg)](https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/sync)
Your own site
<a href="https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/sync"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/sync.svg" alt="Measured on agentmods" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,021 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.1 $0.00087 $0.01021
Opus 5 $0.00044 $0.00511
Sonnet 5 $0.00017 $0.00204
Haiku 4.5 $0.00009 $0.00102

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

Security

Grade A, and why

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 5d 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/sync/SKILL.md · 83 lines

How it starts

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

LLM Wiki — Sync

Bring the wiki up to date with a wired source repository. Detection and copying are deterministic scripts; this skill's judgment is confined to marking superseded source notes and reporting.

What a sync is — and is not

A wired source is a git work tree (usually the host project) registered in settings.json with docs-only include globs. Sync detects upstream changes with git diff --name-only <lastSyncedCommit>..HEAD, copies changed docs into raw/wired/<name>/ as NEW versioned snapshots (raw is immutable — an updated doc never overwrites its earlier snapshot), and leaves re-ingest to the normal pipeline. Sync itself never writes wiki pages — pages update when ingest processes the new snapshots (additive merge per the dedup rules).

Workflow

  1. Snapshot pre. Run bash ${CLAUDE_PLUGIN_ROOT}/scripts/snapshot.sh pre --target <vault> — git-checkpoint the vault before any sync write. Always exits 0.
  2. Status. Run bash ${CLAUDE_PLUGIN_ROOT}/scripts/sync-source.sh status. Report the WIRED-CHANGES: <name> <N> lines to the user. If every count is 0, stop here: report "wiki is in sync" and skip steps 3–7.
  3. Confirm. Show the changed-file list and ask before pulling. The pull is additive-only (new files in raw/), but the user decides when wiki content refreshes.
  4. Pull. Run bash ${CLAUDE_PLUGIN_ROOT}/scripts/sync-source.sh pull [--name <n>]. This snapshots changed docs (versioned <stem>--<date>-<sha8> siblings, checksum-deduped), then records the wired repo's HEAD as the new sync point.
  5. Mark superseded source notes. For each versioned snapshot the pull created: if an earlier snapshot of the same doc was already ingested (its summary exists in wiki/_sources/), Edit that summary's frontmatter to add superseded_by: "[[<new snapshot title>]]" and append one body line: > Superseded by a newer snapshot of this document — see [[<new>]]. Do not change sources: on wiki pages — provenance history stays intact; ingest's additive merge appends the new source when the pages refresh.
  6. Log. Append to vault/wiki/log.md:

Read the full file on GitHub · 83 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. 5d ago First seen · 83 lines · 87 tokens per session scan A c6f34f2e7d66

Subscribe to this mod's changes

sync is a skill published in the GitHub repository odere-pro/claude-wiki-pages-plugin (1 stars, last pushed 2mo ago), licensed MIT. It adds 87 tokens to every session and 1,021 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.