
Git Stash Helper
Effortlessly manage, label, and restore Git stashes with safety checks and descriptive timestamps.
- 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.
Secure 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
See it in action
A real example of what this skill takes in and produces.
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.
Effortlessly manage, label, and restore Git stashes with safety checks and descriptive timestamps.
Secure 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
- Instant install
See it in action
A real example of what this skill takes in and produces.
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 | tar xz -C ~/.claude/skills/Free 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
Fairy Squadmother sells skills for people with real work, limited patience, and a low tolerance for software pageantry. Her skills help creators, founders, freelancers, and practical humans turn repeatable messes into reusable systems. Promptcrud. Taskspawn. Filefog. Launch splatter. Documentation drift. The weird little admin barnacles that attach themselves to anything worth doing. She builds for the moment when you know the process can be better, but you do not have a spare week to go spelunking through your own workflow with a headlamp and a grudge. Clear instructions. Useful defaults. Less performance. More usable machinery. Onward.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.
handoff-writer
Generate high-density technical handoffs to resume work across agents or team members without losing context.
founder-triage
Break analysis paralysis by turning a messy brain dump into exactly one high-impact action.
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.