git-branchless
Installation
SKILL.md
Git-branchless
Branchless treats commits as checkpoints, detached HEAD as the default work mode, and branches as publishing artifacts. This skill enforces that mental model and routes every common git workflow to its branchless equivalent. Reference docs:
references/commands.md— every command, flag, revset, config key.references/recipes.md— concrete sequences + decision rubric.references/recovery.md— undo, restack, hide, snapshot, GC semantics.
Pre-flight gate [LOAD-BEARING]
Before applying any rule below, confirm branchless is initialized for the current repository. Run: