This handles the end of a coding session by running a reflection pass, cleaning up merged git worktrees, and prompting you to type /clear. It calls the reflect skill to update memory files and GitHub issues, then walks through your .worktrees directory to remove branches that made it into main while warning about unmerged ones. The cleanup is methodical and won't touch your main worktree. It's basically a checklist you'd otherwise forget, automated so you don't leave stale branches and session artifacts sitting around. If you're working in multiple feature branches or using the branch context system, this saves you from manual housekeeping every time you finish a chunk of work.
npx skills add https://github.com/camacho/ai-skills --skill wrap