context-save
Installation
SKILL.md
Context Save
I'll snapshot your current work-in-progress into a named git WIP commit so you can switch tasks safely and pick up exactly where you left off. Inspired by gstack's context-save skill.
Token Optimization
Expected range: 100–250 tokens
Patterns used: Bash git commands, early exit (clean working tree)
Early exit: If the working tree is already clean, report it and stop.
Usage
/context-save # auto-name from branch and timestamp
/context-save "halfway through auth" # descriptive label