session-resume

Resolve indexed sessions into paste-ready launch commands for native harnesses.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/ASRagab/asragab-claude-marketplace --skill session-resume-asragab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-resume
Source: https://github.com/ASRagab/asragab-claude-marketplace/tree/main/plugins/cass/skills/session-resume
Command: npx skills add https://github.com/ASRagab/asragab-claude-marketplace --skill session-resume-asragab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolve any indexed session into a ready-to-run launch command for the session's native harness. This enables quick resumption of work across Claude Code, Codex, OpenCode, pi_agent / pi / omp, and Gemini.

Core Features & Use Cases

  • Resolve from an explicit path, the current workspace, or by topic search, then select a candidate and generate a launch command.
  • Output both a fenced code block for readability and a bare command line for paste-in use.
  • Handle edge cases such as remote sessions, harness mismatches, and fallback remediation steps.

Quick Start

Paste the bare command line produced by the skill into your terminal to resume the selected session.

Frequently Asked Questions about session-resume

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

FAQPage Schema
How do I resume a previous coding session from the terminal?

You can resume a coding session by generating a bare paste-ready command via cass resume <path>, which instantly relaunches the selected session in its native harness.

Can I resume a coding session by searching for a specific topic?

Yes, you can resume a coding session by topic search. The Skill supports resolving sessions from an explicit path, the current workspace, or by topic, providing a candidate picker when multiple results exist.

Does session resume work with multiple coding harnesses like Claude Code and Codex?

Session resume works across multiple harnesses including Claude Code, Codex, OpenCode, pi_agent / pi / omp, and Gemini by generating a ready-to-run launch command for the session's native harness.

How do I handle remote or off-host coding session execution?

For remote or off-host execution scenarios, the Skill handles these edge cases directly and provides fallback remediation steps to ensure you can still generate and use the resume command.

What happens if multiple indexed sessions match my resume criteria?

When multiple indexed sessions match your criteria, the Skill provides a candidate picker to select the correct session, then outputs both a fenced code block for readability and a bare command for paste-in use.

Why does my session resume command fail due to a harness mismatch?

A session resume command can fail due to a harness mismatch. The Skill handles this edge case by providing fallback remediation steps to resolve the mismatch and generate the correct launch command.