session-resume

Restore session context from todos, plans, and solutions after interruptions.

370|33|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/nth5693/gemini-kit --skill session-resume-nth5693
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-resume
Source: https://github.com/nth5693/gemini-kit/tree/main/skills/session-resume
Command: npx skills add https://github.com/nth5693/gemini-kit --skill session-resume-nth5693

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps agents quickly understand where work left off when starting a new session, ensuring continuity and avoiding duplicated effort.

Core Features & Use Cases

  • Automatic context recovery: Reads recent activity from active tasks, plans, and solutions to reconstruct the session.
  • Structured handoff: Presents a concise summary including active work, recent commits, and health checks to guide the next steps.
  • Automatic triggers & instrumentation: Logs usage for auditing and triggers when a new session begins or when the user asks to resume.

Quick Start

Use the session-resume skill at the start of a new session to load the previous context and present a ready-to-use summary to begin work.

Frequently Asked Questions about session-resume

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

FAQPage Schema
How do I resume work after context loss in an automated workflow?

To resume work after context loss, you need to reconstruct active session data. This skill reads recent activity from todos, plans, and solutions to generate a concise summary for immediate continuation.

How do I recover context from my last session instantly?

Recovering context from your last session involves aggregating active work artifacts. The skill reads ongoing tasks and logs usage through a scripting hook to present a structured handoff summary.

Can I automate context recovery when starting a new conversation?

Yes, you can automate context recovery when starting a new conversation. The skill applies automatic triggers at the beginning of a session to guide a quick recap and setup of ongoing tasks.

What is the best way to preserve session context for interrupted tasks?

The best way to preserve session context is to log usage through instrumentation hooks. This ensures continuity by capturing active work, recent commits, and health checks to guide next steps.

Does session-resume work without external dependencies?

Yes, session-resume works without external dependencies. It operates independently using internal scripts and references to aggregate active work artifacts and log usage data for context recovery.

What limitations should I expect when resuming context from previous work?

When resuming context, limitations include relying entirely on the availability of active work artifacts like todos and plans. If prior sessions lacked structured logging, the generated summary may be incomplete.