Results for “beat-syncing”
2 skillsTemplate Sync
Sync Claude Code assets between a project and its project-template buffer, with subcommands for status, diff, pull, promote, trial, and sync-from-buffer. Promotion is always opt-in and never automatic.
0
Release Cut
Composite skill — promote the long-lived `release` branch to `main`, cut a single version that batches every PR accumulated since the last tag, then clean up. Chains pr-merge-readiness (on release→main PR) → version-bump (semver from commits) → changelog-update (promote [Unreleased] → versioned) → ship (tag + GitHub release) → stale-branch cleanup → optional ship-it for deploy. Use this INSTEAD of releasing every small fix individually. Many small commits become one well-scoped release.
1 · bundle