end

End MARVIN sessions by preserving conversation context, session state, and logs.

1.0k|178|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/SterlingChin/marvin-template --skill end-sterlingchin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: end
Source: https://github.com/SterlingChin/marvin-template/tree/main/skills/end
Command: npx skills add https://github.com/SterlingChin/marvin-template --skill end-sterlingchin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End MARVIN sessions by preserving the full conversation context, session state, and logs, ensuring nothing is lost when you finish a session.

Core Features & Use Cases

  • End a session gracefully and persist all relevant data for later review.
  • Create a session log and update the active state to reflect completion.
  • Optional: commit changes to a Git repository to capture progress.

Quick Start

Use the end skill to gracefully terminate the current MARVIN session, save all context and logs, and optionally commit changes to version control.

Frequently Asked Questions about end

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

FAQPage Schema
How do I save conversation history and state when ending a MARVIN session?

This skill ends a MARVIN session by preserving the full conversation context, session state, and logs, ensuring nothing is lost when you finish and producing a session log for later review.

Can I automatically commit changes to Git when wrapping up an AI assistant session?

Yes, you can optionally commit changes to a Git repository when wrapping up an AI assistant session. The skill captures your progress by performing Git commit operations if Git tooling is accessible.

How do I update priorities and session state before terminating a conversation?

To update priorities and session state before terminating a conversation, apply this skill to automatically update the active state to reflect completion while generating a comprehensive session log.

Do I need Git installed to log and preserve my current conversation context?

No, you do not need Git installed to log and preserve your current conversation context. Git is an optional dependency used only for committing changes, while session logging and state updates require no additional dependencies.

What is the best way to wrap up a MARVIN session without losing context?

The best way to wrap up a MARVIN session without losing context is to use a dedicated termination process that saves full conversation history, updates active state priorities, and optionally commits progress to version control.