sync

sync is a skill for Claude Code from byjunyoung/claude-product-skills. It costs 146 tokens per session (4,164 once invoked), scanned A, original, no licence file.

A release cleanup workflow that checks whether approved changes reached the main, authoritative page, then updates it and archives temporary working copies.

In plain words
What is it for?
Use it to compare working and published pages, apply missing changes, and archive the copies used during editing.
Why use it?
It prevents changes from being lost between editing, review, and release. Separate previews and approval gates make each write or archive action reviewable.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the fig plugin — 14 skills, 1 hook shipped together

Good fit Use it to compare working and published pages, apply missing changes, and archive the copies used during editing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/byjunyoung/claude-product-skills/sync
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 byjunyoung/claude-product-skills --skill sync
Clone the repo
git clone --depth 1 https://github.com/byjunyoung/claude-product-skills

Made for: Claude Code.

Or install fig, the plugin that ships this one along with the rest of its 14 skills, 1 hook.

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/byjunyoung/claude-product-skills/sync/github.svg)](https://agentmods.dev/skills/byjunyoung/claude-product-skills/sync)
Your own site
<a href="https://agentmods.dev/skills/byjunyoung/claude-product-skills/sync"><img src="https://agentmods.dev/badge/skills/byjunyoung/claude-product-skills/sync/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 sync

Your own site · 80×15
<a href="https://agentmods.dev/skills/byjunyoung/claude-product-skills/sync"><img src="https://agentmods.dev/badge/skills/byjunyoung/claude-product-skills/sync.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 146 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,164 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 unknown 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.00146 $0.04164
Opus 5 $0.00073 $0.02082
Sonnet 5 $0.00029 $0.00833
Haiku 4.5 $0.00015 $0.00416

Measured 6d ago against content hash 680e870ab0c0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 6d 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/fig/skills/sync/SKILL.md · 270 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 6d ago Changed · +2 lines 680e870ab0c0
  2. 9d ago First seen · 268 lines · 146 tokens per session scan A ed3fa430fe7f

Subscribe to this mod's changes

sync is a skill published in the GitHub repository byjunyoung/claude-product-skills (5 stars, last pushed 2d ago), with no licence file. It adds 146 tokens to every session and 4,164 once invoked, about $0.0007 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

catchup

Summarize and review what changed while you were away. Use after a weekend, vacation, or flight to check missed PRs, git commits, Linear tickets, and meetings — one prioritized brief, not a firehose.

oliver-kriska/claude-elixir-phoenix · 48 tokens

contribution-workflow

Create or document a contribution workflow for a design system — the multi-stage process for evaluating, accepting, and shepherding new contributions through to publication. Trigger when someone says: how should someone contribute, contribution process, adding a new component, contribution guidelines, what's the…

murphytrueman/design-system-ops · 99 tokens

release-retrospective

Produce a structured look-back after a major release or deprecation — capturing what the plan got right, what it missed, and what to do differently. Trigger when someone says: release retrospective, post-release review, what went wrong with the release, how did the deprecation go, release post-mortem, retro on the…

murphytrueman/design-system-ops · 89 tokens

version-bump-advisor

Recommend the correct semver bump with reasoning and a generated changelog entry. Trigger when someone says: what version bump, is this a breaking change, semver recommendation, should this be major or minor, version this release, changelog entry, what kind of release is this, or anything about versioning a design…

murphytrueman/design-system-ops · 72 tokens

backlog-generator

Transform audit findings into sprint-ready work items with effort estimates, acceptance criteria, and stakeholder-friendly rationale. This converts existing findings into tickets, NOT the process for contributing new components to the system. Trigger when someone says: generate backlog items, create tickets from…

murphytrueman/design-system-ops · 108 tokens

github-issue-triage

A GitHub issue organiser for open problems and requests in a software project. GitHub is a service where teams store code and track issues.

TNT-Likely/honeycomb · 224 tokens