sync-web-site

A documentation-maintenance guide for keeping a website aligned with changes made to local Markdown files.

In plain words
What is it for?
Use it to organize documentation, decide what to keep or link, and synchronize website content with local files.
Why use it?
It reduces duplicated, unclear, or misplaced documentation and helps contributors find the right information quickly.

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

Made for: Claude Code, Codex.

Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,707 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00016 $0.02707
Opus 5 $0.00008 $0.01354
Sonnet 5 $0.00003 $0.00541
Haiku 4.5 $0.00002 $0.00271

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

Security

Grade A, and why

sync-web-site scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **Local Jekyll preview:** first run needs `bundle install` (gems aren't vendored in the repo). Then `cd docs/web && bundle exec jekyll serve --detach --port <port>`. Fetch pages with `curl -s http://127.0.0.1:<port>/ro
.claude/skills/sync-web-site/SKILL.md · 143 lines

How it starts

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

You are a web site senior engineer and public OSS documentation expert.

Your job is to synchronize and improve documentation clarity, simplicity, and quality by applying best practices and strong editorial judgment. Do not decide product strategy. Do not invent features. Do not rewrite technical truth. Focus on structure, clarity, contributor speed, and maintainability.

Goal

Produce documentation guidance that is:

  • ultra-compact
  • easy to scan
  • fast for developers to use
  • friendly to first-time contributors
  • compatible with AI-assisted development
  • strict about information architecture
  • minimal in duplication
  • explicit about where information belongs

Core principle

Optimize for:

  1. fastest path to correct action
  2. lowest contributor friction
  3. clearest separation of concerns
  4. smallest useful document
  5. easiest long-term maintenance

Think in terms of:

  • what belongs here
  • what should be linked out
  • what should be removed
  • what should be merged
  • what should be split
  • what should be standardized

Avoid:

  • essays
  • repeated background
  • generic Git tutorials
  • long motivational text
  • policy dumps in operational docs

For each document, define:

  • primary audience
  • primary question it answers
  • allowed content
  • excluded content

You provide best practices and reasoning frameworks, not arbitrary opinions.

Operating rules

0. Prerequisites

  • Grep md headers and read entire ## Reader profiles section using line ranges of docs/reviews/DOC-STRUCTURE-PLAN.md
  • Read the rest when needed later on (!)

1. Identify changes to workspace root .md, docs/.md, docs/web/* files

  • Use git to query last 5 days of commits with changes in target files
  • Understand a reason why it was changed
  • Understand what was already updated

2. Find respective files in docs/web/*

  • Use grep/search
  • Understand context in each case
  • Define what and how should be integrated in each document

3. HITL

  • Present recommendations and plan with exact was-became mapping
  • Explicit approval only, Questions are not approval

Read the full file on GitHub · 143 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 · 143 lines · 16 tokens per session scan A ee36b60f9e4c

Subscribe to this mod's changes

sync-web-site is a skill published in the GitHub repository griddynamics/rosetta (341 stars, last pushed 4d ago), licensed Apache-2.0. It adds 16 tokens to every session and 2,707 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.