Jumping into someone else's branch or picking up work after a few days is disorienting. This skill analyzes your git commits, diffs, and working tree changes to reconstruct what's actually happening on the current branch. It groups files by intent rather than dumping a flat list, distinguishes committed work from in-progress changes, and can pull in a Linear ticket for comparison while treating the code as ground truth. The output shows you feature areas, where things stand, and what naturally comes next. It's basically the context dump you wish the last person (or past you) had written down before disappearing.
npx skills add https://github.com/casper-studios/casper-marketplace --skill recover-branch-context