update

Append session updates to a daily log and update runtime state.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Wattysaid/MARVIN --skill update-wattysaid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update
Source: https://github.com/Wattysaid/MARVIN/tree/main/skills/update
Command: npx skills add https://github.com/Wattysaid/MARVIN --skill update-wattysaid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables lightweight, non-disruptive session checkpointing by saving your progress to a daily session log and updating runtime state without ending the current session.

Core Features & Use Cases

  • Append session updates to a daily log: sessions/{TODAY}.md
  • Update runtime state only when changes occur
  • Provide minimal confirmation output to acknowledge save

Quick Start

Use the update skill to checkpoint the latest context changes and append them to sessions/{TODAY}.md.

Frequently Asked Questions about update

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

FAQPage Schema
How do I checkpoint conversation progress without ending the current session?

Session checkpointing appends updates to a daily log and modifies runtime state without breaking the ongoing conversation flow. It records what changed and saves progress with minimal output.

How does session state preservation work during ongoing chat workflows?

Session state preservation works by applying deterministic formatting to update runtime state only when changes occur. It appends session updates to a daily log file to record context modifications.

What is the best way to automate lightweight chat context preservation?

Automating chat context preservation involves appending updates to a daily session log and reflecting changes in state when needed. This approach operates with deterministic formatting and no external prompts.

Can I save conversation state to a daily log without generating disruptive summaries?

Yes, you can save conversation state by appending updates to a daily session log file. The process provides minimal confirmation output to acknowledge the save without generating disruptive summaries.

When do I need to update session state in an automated workflow?

You need to update session state in an automated workflow when context changes occur during ongoing conversations. This ensures progress is saved and reflected in state only when modifications happen.

Are there limitations to using deterministic formatting for session-log checkpointing?

Deterministic session-log checkpointing limitations include minimal output with no external prompts, summaries, or conversational responses. It operates strictly by appending updates and updating state without interactive feedback.