getscribe-site-sync

Solid

Audit and re-deploy the getscribe.dev marketing site whenever scribe ships a new release. Use this whenever a new scribe version is tagged or pushed, a new CHANGELOG entry lands, or the user says anything like "sync the site", "update getscribe.dev", "the site is stale", "check the site against the changelog", "did the landing page get updated for this release", or after running `git tag v*`. Also use it proactively when you notice the latest git tag / top CHANGELOG entry is newer than what the site copy reflects. The site is deliberately VERSION-FREE — this skill keeps it factually current with the CHANGELOG while enforcing that no version string ever leaks onto any surface, then deploys to Cloudflare and verifies the live result.

AI & Automation 53 stars 2 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
58
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# getscribe.dev release sync ## Why this skill exists `site/` is the source for <https://getscribe.dev>, deployed via Cloudflare Workers static assets. It is **not** hand-edited on every patch release, so any `v0.2.x` string baked into it rots the moment the next release ships — and a stale version is the first thing a visitor (or a shared social card) sees. The hard-won rule from past cleanups: **the site states current capability in the present tense and carries no version number anywhere.** When a release changes what is true, you update the *claim*, never add an "as of vX" note. This skill is **invoked manually** — by the maintainer asking for it, or by Claude noticing the page is stale. It is not wired to anything that runs on its own. There is an optional, *warn-only* git hook that prints a reminder when a release tag is created (see `references/release-automation.md`); it never deploys and never runs an LLM — refreshing the site is always a deliberate act. Once invoked, run the full loop end-to-end without pausing: figure out the release delta from the CHANGELOG, audit every surface for version pins and now-false claims, fix the copy in the evergreen voice, regenerate the social card if its text changed, deploy, verify the live site, commit, then report. The maintainer triggered it on purpose — don't stop midway to ask permission. ## The cardinal invariant **No version string on any surface, ever.** That means: no `v0.2.x`, no bare `0.2.x`, no `softwareVersion` i...

Details

Author
oliver-kriska
Repository
oliver-kriska/scribe
Created
3 months ago
Last Updated
5 days ago
Language
Go
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

sync-guidelines

Re-vendor EVERYTHING this repo deploys into a live tree — the universal guideline docs (task-writing.md, procedures.md), the /groom /design /ops /deploy /wrap /sync-guidelines /gate skill directories, the sanctioned route-client scripts, and the config-tree hook — via a Claude-led three-way merge, never a file overwrite. The repo copy is the upstream source; the live copy may carry local edits (a vendored skill refined in place, an emergency script hotfix) that must be preserved. Use when the user says "sync guidelines", "re-vendor the skills", "deploy the grooming skills", "integrate the guideline updates", "pull the procedures/task-writing changes into config", or after merging a PR that changed config-template/, skills/**, scripts/*.mjs, or packages/backend/scripts/*.mjs.

1 Updated today
phahadek
AI & Automation Solid

skill-release

Release and sync skills in the cankun-skills collection. Use when the user wants to publish or release a skill, add a new skill to the index, sync or fix a drifted skills README or the cankun.me skills page, run publish-hygiene checks, or promote a skill to its own flagship repo (or fold one back).

2 Updated today
Wang-Cankun
Web & Frontend Listed

sync-site-docs

Use after a notable change on one of the 6 personal sites (new nav entry, new page, architecture pivot, removed feature, new third-party tool tested) to keep the project docs and the cross-site case study in sync. Triggers on "/sync-site-docs", "sync docs", "j'ai changé la nav", "j'ai ajouté une feature importante", "update doc projet", or after a substantial commit on warhammer40k / finance-tracker / ol-companion / avatar-pandora / evatosorus / claude-code-codex.

0 Updated yesterday
Sylad