One-click install
npx skills add https://github.com/regression-io/coder-config --skill flush
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flush
Source: https://github.com/regression-io/coder-config/tree/main/plugin/skills/flush
Command: npx skills add https://github.com/regression-io/coder-config --skill flush

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The flush Skill solves the issue of losing session context when ending a coding session or switching tasks. It allows users to save their current context to a resumable document, ensuring they can pick up where they left off.

Core Features & Use Cases

  • Session Context Preservation: Save the state of a coding session, including task summaries, decisions, and files modified.
  • Resumable Document Creation: Generate a .claude/session-context.md file that captures all essential context for later reference.
  • Use Case: If you're working on a complex project and need to take a break or switch tasks, use flush to save your progress and maintain your workflow.

Quick Start

Run the command: flush context save

Frequently Asked Questions about flush

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

FAQPage Schema
How do I save coding session context to resume work later?

Session context preservation works by capturing the state of your coding session, including task summaries, decisions, and modified files, and writing them to a `.claude/session-context.md` file for later reference.

What is the best way to preserve coding workflow context before switching tasks?

You should save your coding session context when you need to take a break or switch tasks on a complex project. This prevents losing session context and maintains your workflow for seamless continuation later.

How do I save and restore my coding session state to a Markdown file?

Run the `flush context save` command to save your coding session state to a `.claude/session-context.md` file. This Markdown document captures all essential context, allowing you to restore the session and resume work seamlessly.

Do I need any specific dependencies to save my coding session context?

No specific dependencies are required to save your coding session context. The flush Skill only requires basic session management and file writing capabilities to generate the resumable Markdown document.

Can I resume a coding session from a Markdown document after taking a break?

Yes, you can resume a coding session from a Markdown document. The flush Skill restores the state of a coding session from the `.claude/session-context.md` file, ensuring seamless continuation of work after breaks.