resume

Loads previous ContextHub session context and proposes next steps to continue work.

Updated May 12, 2026
One-click install
npx skills add https://github.com/contexthub-md/marketplace --skill resume-contexthub-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume
Source: https://github.com/contexthub-md/marketplace/tree/main/contexthub/skills/resume
Command: npx skills add https://github.com/contexthub-md/marketplace --skill resume-contexthub-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When returning to a project after time away, you lose track of what was decided, what was in progress, and what to do next. This Skill restores that context by loading your previous session history and project memory so you can pick up where you left off. ## Core Features & Use Cases - Session Discovery: Lists your recent ContextHub sessions with titles and timestamps so you can choose which one to resume, or jump directly to a known session ID. - Context Loading: Retrieves the full conversation history plus current project and mission state, including recorded decisions and open memos. - Recap and Next Steps: Produces a concise summary of prior work and suggests 2-3 concrete next actions to continue. - Use Case: You return Monday morning to a feature you were building Friday. Run the resume command, see a recap of the decisions made and open items, and immediately continue coding with full context. ## Quick Start Ask the assistant to resume your last ContextHub session and recap where you left off on the project.

Frequently Asked Questions about resume

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

FAQPage Schema
How do I resume a previous ContextHub session?

Run the resume command with no arguments to see a list of your five most recent sessions, then pick one. You can also pass a specific session ID directly to jump straight to that session's context.

How do I continue work on a project after starting a new conversation?

Use the resume skill to load your prior session messages and project memory. It recaps what was being worked on, lists recorded decisions and open items, and proposes concrete next steps.

What information does the session recap include?

The recap covers what was being worked on in the last session, a bullet list of relevant recorded decisions, and open items such as unfinished work and open memos. It stays under 10 lines to distill rather than replay the transcript.

Can I resume a session without knowing its session ID?

Yes. When no session ID is provided, the skill calls ch_list_sessions to show recent sessions with titles and timestamps, then asks which one to resume. Raw IDs are never required for guided selection.

Does resuming a session update my mission progress automatically?

Resuming loads context but does not change mission state on its own. As work continues, the skill records new decisions with ch_record_decision and updates mission progress with ch_update_mission.