Agent skill · Documentation

release-sync

PromptHub release update skill. Use for `/update-readme`, version bumps, changelog updates, website sync, GUI screenshot/doc refresh, and multilingual release/documentation alignment.

legelinggithub.com/legelingGitHub ↗
claude-codeAGPL-3.0
Install
npx skills add legeling/PromptHub --skill release-sync --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: .agents/skills/release-sync/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,552
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# PromptHub Release Sync Use this skill for version bumps, release preparation, changelog or README updates, website release sync, screenshots, and multilingual release material. ## Read First 1. `AGENTS.md` 2. `spec/releases/release-rules.md` 3. `spec/releases/README.md` and the target version record, when present 4. `package.json`, workspace package manifests, and the newest relevant `CHANGELOG.md` section Do not treat this skill as a second release-policy source. Stable release semantics belong in `spec/releases/release-rules.md`; this skill is the execution procedure. ## Establish Scope Before editing, identify: - target version and release date - stable, prerelease, historical prerelease, or docs-only update - affected distributions: desktop, CLI, self-hosted web, worker, mobile - whether public copy, in-app copy, screenshots, installers, or signing changed For non-trivial release work, create or update the matching active change before implementation. ## Source And Sync Order 1. Update version-bearing manifests for affected distributions, including the root and workspace packages when the monorepo version changes. 2. Update `CHANGELOG.md` and `spec/releases/<version>.md`. 3.

What's inside
Steps it walks through
  1. Read First
  2. Establish Scope
  3. Source And Sync Order
  4. Release Semantics
  5. Verification
  6. Completion Report
More from PromptHub
All skills →
About this skill
What does the release-sync skill do?

PromptHub release update skill. Use for `/update-readme`, version bumps, changelog updates, website sync, GUI screenshot/doc refresh, and multilingual release/documentation alignment.

How do I install it?

Run `npx skills add legeling/PromptHub --skill release-sync --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From legeling/PromptHub, a repository with 1,552 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going