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.
npx skills add legeling/PromptHub --skill release-sync --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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.
- Read First
- Establish Scope
- Source And Sync Order
- Release Semantics
- Verification
- Completion Report
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.
