context-restore

Installation
SKILL.md

Context Restore

I'll find the most recent WIP commit on this branch and unpack it back to your working tree so you can resume right where you left off. Inspired by gstack's context-restore skill.

Token Optimization

Expected range: 100–250 tokens

Patterns used: Bash git commands, early exit (no WIP commit found)

Early exit: If no WIP commit exists on the current branch, report clearly and stop.

Usage

/context-restore                  # restore most recent WIP on current branch
/context-restore --list           # show all WIP commits across all branches
/context-restore --pick           # choose from a list of WIP commits
Installs
2
GitHub Stars
1
First Seen
Apr 30, 2026
context-restore — manastalukdar/ai-devstudio