savepoint-branching

Installation
SKILL.md

Savepoint Branching

Create reproducible savepoint branches from current commit state.

Naming Convention

  • Required format: savepoint-<number>-<descriptor>.
  • Normalize user-provided names to lowercase hyphen-case.
  • Remove invalid git ref characters and spaces.
  • Example:
  • User request: savepoint 1 - app planning complete for phase 1
  • Branch name: savepoint-1-app-planning-complete-for-phase-1

Workflow

Installs
1
First Seen
Apr 4, 2026
savepoint-branching — pelchers/sessionsaver