continue

Parse Claude Code session transcripts to produce continuity briefings and next-step summaries.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill continue-arthtech-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continue
Source: https://github.com/ArthTech-AI/Marketplace-extensions/tree/main/skills/continue
Command: npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill continue-arthtech-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you recover context after a break by reading the previous session transcript, summarizing what happened, and highlighting what still needs attention.

Core Features & Use Cases

  • Session continuity: Reconstructs the flow of a prior Claude Code session so you can pick up work without redoing context gathering.
  • Actionable recap: Captures completed work, decisions, blockers, modified files, and unfinished items in a concise briefing.
  • Best for interrupted work: Useful after restarts, compacted conversations, long debugging sessions, or any time you need to know what was in progress.

Quick Start

Use the continue skill to summarize the previous session and tell me the most important next step.

Frequently Asked Questions about continue

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

FAQPage Schema
How do I resume a Claude Code session after a restart?

To resume a Claude Code session after a restart, you can parse the previous session transcript to generate a structured continuity briefing. This summarizes completed work, decisions, and modified files so you can pick up exactly where you left off.

Can I recover context from a compacted Claude Code conversation?

Yes, you can recover context from a compacted Claude Code conversation by extracting signals from the JSONL transcript. The process reads the transcript history to reconstruct the flow and identify unfinished items without redoing context gathering.

What is the best way to summarize a previous debugging workflow?

The best way to summarize a previous debugging workflow is to parse the session transcript to produce an actionable recap. This captures blockers, modified files, and unfinished items in a concise briefing to highlight what still needs attention.

How does transcript parsing handle missing or partial Claude Code sessions?

Transcript parsing handles missing or partial Claude Code sessions through dedicated edge-case handling logic. It evaluates available JSONL transcript data to extract as much session state as possible, ensuring continuity even with incomplete historical records.

Do I need to manually archive history to get a next steps summary?

No, you do not need to manually archive history to get a next steps summary. The session continuity process automatically handles transcript discovery, signal extraction, and history archiving to produce the structured briefing.

Does the continue skill work with large JSONL transcript files?

Yes, the continue skill works with large JSONL transcript files to support interrupted debugging work across extensive sessions. It parses these large transcripts to write the session state and generate a concise continuity briefing.