session-resume

Restore prior session context from local repository data and generate summaries.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/minhcopilot/antigravity --skill session-resume-minhcopilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-resume
Source: https://github.com/minhcopilot/antigravity/tree/main/skills/session-resume
Command: npx skills add https://github.com/minhcopilot/antigravity --skill session-resume-minhcopilot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill restores context from a prior session to the current working session.

Core Features & Use Cases

  • Automatic session context restoration: Rehydrates active work, recent activity, and plans.
  • Context-aware summaries: Generate concise, up-to-date summaries for quick onboarding.
  • Health checks: Review system health metrics to guide next steps.
  • Automatic triggers: Activate at the start of a new session or after long idle periods.

Quick Start

Use this skill at the start of a new conversation to load the previous context and surface:

  • Active Work: ready todos and in-progress plans
  • Recent Activity: latest commits and changes
  • Suggested Next Steps: recommended follow-ups to resume work

Frequently Asked Questions about session-resume

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

FAQPage Schema
How do I restore context from a previous work session after an interruption?

To restore context from a previous session, this Skill assembles active work, recent commits, and plans by gathering local repository data from todos/, plans/, and docs/ to generate a concise summary.

What is the best way to resume coding and load recent git activity into a new conversation?

The best way to resume coding and load recent git activity is to trigger this Skill at the start of a new conversation, which surfaces active todos, latest commits, and suggested next steps to seamlessly resume work.

How does automatic session context summarization work for conversation continuity?

Automatic session context summarization works by relying on internal scripts to gather local repository data, assembling active work, recent commits, and plans into a concise, up-to-date summary for quick onboarding.

Do I need local repository data to use this session resume automation?

Yes, you need local repository data to use this session resume automation, as it relies on files within the todos/, plans/, and docs/ directories to gather context and restore your previous working state.

When should I trigger session context restoration for my active plans and todos?

You should trigger session context restoration at the start of a new conversation or after long idle periods to automatically assemble active todos, in-progress plans, and recent commits to guide your next steps.

What limitations exist when restoring session context from local repository data?

A limitation when restoring session context is that the Skill relies entirely on local repository data within todos/, plans/, and docs/ directories, meaning it cannot restore context if these files are missing or empty.