
Git Stash Helper
Save, name, list, and restore git stashes without losing track of what's in them. Auto-labels each stash with its branch, timestamp, and a summary, shows them in a clean numbered list, and warns before you pop into a dirty worktree. No more digging work out of the couch cushions.
- Create timestamped, branch-specific stash messages automatically.
- Prevent accidental stashing when there are no changes to save.
- List stashes in a clean, numbered format for easy selection.
$5
· or 25 creditsSecure checkout via Stripe
Included in download
- Create timestamped, branch-specific stash messages automatically.
- Prevent accidental stashing when there are no changes to save.
- terminal automation included
- Includes example output and usage patterns
Sample input
Save my progress on the token expiration bug, show me my current stash list, and then restore my previous UI tweaks.
Sample output
Saved: WIP on feature/auth-fix: 2025-03-10 14:30 - fixing token expiration bug. Stash list: [0]: WIP on main: 2025-03-10 12:00 - UI tweaks [1]: WIP on feature/auth-fix: 2025-03-09 09:15 - Initial repo setup Dropped stash@{0} (a1b2c3d) onto main.
Save, name, list, and restore git stashes without losing track of what's in them. Auto-labels each stash with its branch, timestamp, and a summary, shows them in a clean numbered list, and warns before you pop into a dirty worktree. No more digging work out of the couch cushions.
$5
· or 25 creditsSecure checkout via Stripe
Also available in a bundle
Included in download
- Create timestamped, branch-specific stash messages automatically.
- Prevent accidental stashing when there are no changes to save.
- terminal automation included
- Includes example output and usage patterns
- Instant install
Sample input
Save my progress on the token expiration bug, show me my current stash list, and then restore my previous UI tweaks.
Sample output
Saved: WIP on feature/auth-fix: 2025-03-10 14:30 - fixing token expiration bug. Stash list: [0]: WIP on main: 2025-03-10 12:00 - UI tweaks [1]: WIP on feature/auth-fix: 2025-03-09 09:15 - Initial repo setup Dropped stash@{0} (a1b2c3d) onto main.
About This Skill
Streamlined Git Stash Management
Stop losing track of your work-in-progress with cryptic, automated stashes. This skill transforms the way your AI agent handles temporary code storage, ensuring every stash is descriptive, timestamped, and easy to retrieve.
What it does
- Descriptive Saving: Automatically generates stash messages containing the branch name, timestamp, and a summary of your work.
- Safe Restores: Validates the worktree status and stash indexes before performing pops, preventing accidental data loss or merge conflicts.
- Readable Lists: Converts standard git output into a clean, numbered list that makes selecting the right stash effortless.
Why use this skill?
While you can manually run git commands, this skill adds a layer of safety and organization. It prevents "empty stashes," warns you before popping into a dirty worktree, and ensures your stash history is actually searchable. It handles the edge cases—like detached HEAD states or missing stash indexes—so you don't have to debug your version control history.
Supported Tools
Optimized for use with Claude Code, Codex, and other terminal-based AI agents with filesystem and shell access. Works in any standard Git repository.
Use Cases
- Create timestamped, branch-specific stash messages automatically.
- Prevent accidental stashing when there are no changes to save.
- List stashes in a clean, numbered format for easy selection.
- Restore specific stashes by index with safety warnings for dirty trees.
Known Limitations
- Requires staged or unstaged changes to stash
- Restore operations may conflict with current working directory
- Works with standard git stash only (no worktree or sparse checkout extensions)
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/git-stash-helper -o /tmp/git-stash-helper.zip && unzip -o /tmp/git-stash-helper.zip -d ~/.claude/skills && rm /tmp/git-stash-helper.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Git Stash Helper needs terminal access to run git stash commands. All operations are read-only to files but modify git state (stashing is safe and reversible). No network or file read access required.
Works with Claude Code and Codex. Requires git in PATH.
Creator
JustHandled Labs builds focused agent skills for the work nobody wants to do by hand. Each one is a single repeatable job done well: catching the security and data mistakes that quietly ship, keeping docs and tests honest, gating the commands an agent is about to run, sharpening writing, and handling the founder chores around launches, outreach, and brand setup. Not generic AI productivity. Specific workflows that are easy to run, review, and repeat. Maintained by H.J. Westerfield, with a background in communications, editing, project coordination, customer support, and practical AI systems. Tools for people who want useful automation without theatrical complexity.
Also available in a bundle
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.

inline-comment
Best way to steer your agents, effortlessly.

Legacy Code Modernization Planner for AI Coding Agents
Creates safe modernization roadmaps for old, messy, undocumented, or fragile codebases, including risk audits, refactor phases, dependency reviews, testing plans, migration steps, and AI coding prompts.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.