meow:session-continuation

Persist and synchronize workflow state across sessions using TOON-based state format.

14|2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/ngocsangyem/MeowKit --skill meow-session-continuation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meow:session-continuation
Source: https://github.com/ngocsangyem/MeowKit/tree/main/.claude/skills/meow%3Asession-continuation
Command: npx skills add https://github.com/ngocsangyem/MeowKit --skill meow-session-continuation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manage workflow state across sessions with handoff and resume.

Core Features & Use Cases

  • TOON-based state persistence for seamless continuation
  • Handoff and resume across sessions to avoid lost work
  • Save and restore complete workflow context including phases and decisions

Quick Start

Invoke a handoff or resume action to persist and restore your workflow state across sessions.

Frequently Asked Questions about meow:session-continuation

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

FAQPage Schema
How do I resume a long-running workflow across sessions without losing context?

You can resume a workflow across sessions by invoking a resume action that synchronizes and restores your complete workflow context, including phases and decisions. It uses a TOON-based state format and local workflow logs to ensure no progress is lost.

What is a TOON-based state format for workflow persistence?

The TOON-based state format is the persistence mechanism used to save and synchronize workflow state across sessions. It captures complete context including phases and decisions, enabling seamless session continuation and handoff.

How do I save progress and hand off work to another session?

You hand off work by invoking a handoff action that persists your current workflow state and complete context into local workflow logs. This allows the work to be picked up and resumed accurately in a new session.

Does session continuation save complete workflow context including past decisions?

Yes, session continuation saves and restores complete workflow context. It specifically preserves phases and decisions made during the process, ensuring that the workflow state is fully synchronized and ready for seamless continuation across sessions.

Do I need any specific dependencies to persist and synchronize workflow state?

No external dependencies are required to persist and synchronize workflow state. The skill relies entirely on its built-in TOON-based state format, local workflow logs, and reference flows to execute handoff and resume actions.