context-stash-awareness

Detect task-switching intent and remind users to save context with /push.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/kangwonlee/context-stash --skill context-stash-awareness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-stash-awareness
Source: https://github.com/kangwonlee/context-stash/tree/main/skills/context-stash-awareness
Command: npx skills add https://github.com/kangwonlee/context-stash --skill context-stash-awareness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents the loss of valuable context built up during an AI session by proactively suggesting saving the current state before the user switches to a different task.

Core Features & Use Cases

  • Proactive Stash Suggestion: Detects user intent to switch tasks and prompts to save context.
  • Context Preservation: Reminds users to use /push to bookmark their progress, git state, and key files.
  • Use Case: While working on a complex refactoring task, you're asked to quickly review a PR. The Skill will prompt you to /push your refactoring work before you switch context, ensuring you can easily return to it later.

Quick Start

Use the context-stash-awareness skill to suggest saving context when the user indicates they need to switch tasks.

Frequently Asked Questions about context-stash-awareness

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

FAQPage Schema
How do I save AI session context before switching tasks?

To save AI session context before task switching, this Skill proactively detects your intent to pause work and suggests using the `/push` command. This command bookmarks your directory, git state, key files, and todos to prevent context loss.

How does proactive context preservation work in an AI assistant?

Proactive context preservation works by triggering on phrases indicating task switching, parking work, or bookmarking progress. It then provides a reminder to save your current session state, ensuring valuable context built up during your AI session is not lost.

What is the best way to bookmark progress during a complex refactoring task?

The best way to bookmark progress during complex tasks is to let the Skill detect your intent to switch contexts and prompt you to use `/push`. This saves your directory, git state, key files, and todos so you can easily return later.

Do I need any specific dependencies to manage context loss during task switching?

No dependencies are required to manage context loss during task switching. The Skill operates independently to detect when you need to park work and prompts you to save your session context without needing external components.

When should I not use automated context management for my workflow?

You might avoid automated context management if your workflow does not involve frequent task switching or if you manually handle saving git state and key files yourself. It specifically triggers on task switching phrases to prevent context loss.