save-session-context

Installation
SKILL.md

Save Session Context

Saves the current workflow state to enable seamless session resumption.

When to Use

  • After completing each phase in health orchestrator workflows
  • Before ending a long-running session
  • When switching context to a different task
  • After significant progress that should be preserved

When NOT to Use

  • For simple, quick tasks that don't need resumption
  • When workflow is fully complete (clean up instead)

Algorithm

Step 1: Gather Current State

Installs
1
GitHub Stars
2
First Seen
Jun 26, 2026
save-session-context — maslennikov-ig/mc-2