redsub-session-save

Save coding session state with uncommitted changes and learnings.

2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/redsub-captain/redsub-claude-code --skill redsub-session-save
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redsub-session-save
Source: https://github.com/redsub-captain/redsub-claude-code/tree/main/skills/redsub-session-save
Command: npx skills add https://github.com/redsub-captain/redsub-claude-code --skill redsub-session-save

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that your progress within a coding session is preserved, allowing you to seamlessly resume your work in the next session without losing context or unsaved changes.

Core Features & Use Cases

  • Preserves Work: Saves the current state of your work, including code changes and task progress.
  • Facilitates Resumption: Makes it easy to pick up where you left off in a subsequent session.
  • Use Case: After a productive coding session, you can use this Skill to save your work, ensuring that all your current changes and the context of your tasks are ready for you when you start your next session.

Quick Start

Use the redsub-session-save skill to save your current session progress.

Frequently Asked Questions about redsub-session-save

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save coding session context for continuation in a later session?

To save coding session context, this skill updates CLAUDE.md with the current branch, task, and next steps, then creates a WIP commit for uncommitted changes and a marker file for learnings.

What is the best way to preserve uncommitted changes before ending a coding session?

Preserving uncommitted changes is handled by creating a WIP commit, ensuring your current code state is safely stored in version control before you end the session.

How does saving session learnings work with CLAUDE.md?

Saving session learnings works by running a revision command to capture insights, then updating CLAUDE.md with the current branch, task, and next steps alongside a marker file.

Can I resume work on a different branch using a saved session context?

Yes, because the session context is saved by updating CLAUDE.md with the current branch name and task details, allowing subsequent sessions to identify and resume the correct work state.

Do I need git to save my session state and uncommitted changes?

Yes, you need git, because the skill creates a WIP commit to capture and preserve your uncommitted changes within the repository for your next session.

Why does my CLAUDE.md file need to be updated when saving a session?

Your CLAUDE.md file is updated to record the current branch, task, and next steps, providing a readable context marker so the next session knows exactly where to resume.