stash

Link Git stash entries to Claude Code sessions with session ID tags.

4|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/jongwony/cc-plugin --skill stash-jongwony
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stash
Source: https://github.com/jongwony/cc-plugin/tree/main/session/skills/stash
Command: npx skills add https://github.com/jongwony/cc-plugin --skill stash-jongwony

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Link Git stash entries to Claude Code sessions so you can resume work exactly where you left off.

Core Features & Use Cases

  • Save stash entries with a Claude session tag.
  • List, pop, and drop stashes filtered by session ID.
  • Use case: seamlessly resume work from a prior status line without losing local changes.

Quick Start

Example workflow: stash changes with a claude:[session_id] tag, then later pop the stash for the same session.