update

Save a lightweight conversation checkpoint to a dated session log.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gaodes/marvin --skill update-gaodes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update
Source: https://github.com/gaodes/marvin/tree/main/skills/update
Command: npx skills add https://github.com/gaodes/marvin --skill update-gaodes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lightweight context checkpointing without ending the session. Save progress to the session log and update state if needed.

Core Features & Use Cases

  • Quick context checkpoint during a session without interrupting the flow.
  • Append updates to sessions/{TODAY}.md for persistent records.
  • Update state/current.md only when changes occur.

Quick Start

Ask the AI to save a quick checkpoint to the session log without ending the session.

Frequently Asked Questions about update

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

FAQPage Schema
How do I save a conversation checkpoint without ending the active session?

To save a conversation checkpoint without ending the active session, issue a quick update command. This identifies the current context and saves a lightweight progress log to the daily session file while keeping your session running.

What is the file structure used for logging AI session updates?

The AI session updates use a strict file structure enforced by the system. Checkpoints are appended to sessions/YYYY-MM-DD.md for daily logs, and state/current.md is updated only when substantive changes occur during the conversation.

How do I quickly log context state during an AI workflow without interrupting the flow?

To quickly log context state without interrupting your AI workflow, request a quick checkpoint. The system saves the current session progress instantly to the daily log file, allowing you to continue your active session seamlessly.

When does the state file update during a session checkpoint?

The state file updates during a session checkpoint only when substantive changes occur. If the checkpoint identifies no meaningful progress or updates, the state/current.md file remains unchanged to avoid unnecessary writes.

Does the checkpoint update command require ending the current AI session?

No, the checkpoint update command does not require ending the current AI session. It is specifically designed to save lightweight context checkpoints to the log without terminating the active session, allowing continuous workflow.