continue-session

Resumes prior work by loading the saved session workflow from a shared prompt file.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/torikhayes/aeai-dotnet-brownfield --skill continue-session-torikhayes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: continue-session
Source: https://github.com/torikhayes/aeai-dotnet-brownfield/tree/main/.claude/skills/continue-session
Command: npx skills add https://github.com/torikhayes/aeai-dotnet-brownfield --skill continue-session-torikhayes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Losing context between coding sessions forces you to manually reconstruct what you were working on. This Skill restores continuity by loading the saved session state and instructions so you can pick up exactly where you left off. ## Core Features & Use Cases - Session Resumption: Reads the continue-session prompt definition and executes its workflow to restore prior context. - Shared Source of Truth: Uses the same prompt file as GitHub Copilot, keeping behavior consistent across tools. - Use Case: After restarting VS Code mid-task, invoke the Skill to recall what you were doing and continue the unfinished work without re-explaining the context. ## Quick Start Resume my last session and tell me what we were working on.

Frequently Asked Questions about continue-session

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

FAQPage Schema
How do I resume my last coding session in VS Code?▼

Invoke the continue-session Skill, which reads the prompt definition at .github/prompts/continue-session.prompt.md and executes its workflow to restore your prior context and pick up where you left off.

How to continue work after restarting VS Code?▼

Trigger the session resume capability after restarting. It loads the saved session instructions from the shared prompt file and reconstructs what you were doing before the restart.

Does this session resume work with GitHub Copilot?▼

Yes, the prompt file at .github/prompts/continue-session.prompt.md is shared with GitHub Copilot as the single source of truth, so both tools follow the same session continuation workflow.

What happens if the continue-session prompt file is missing?▼

The Skill depends entirely on .github/prompts/continue-session.prompt.md as its source of truth. If that file is missing or moved, the Skill has no instructions to execute and cannot restore the session.