resume-session

Load saved Salesforce session context from ~/.claude/sessions and return a structured briefing.

13|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/jiten-singh-shahi/salesforce-claude-code --skill resume-session-jiten-singh-shahi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-session
Source: https://github.com/jiten-singh-shahi/salesforce-claude-code/tree/main/.cursor/skills/resume-session
Command: npx skills add https://github.com/jiten-singh-shahi/salesforce-claude-code --skill resume-session-jiten-singh-shahi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pauses in Salesforce development are costly; this skill eliminates manual reconstruction by loading saved session context and org state to resume work quickly.

Core Features & Use Cases

  • Load the last saved session from ~/.claude/sessions to re-create the working environment.
  • Restore saved org context and Apex work-in-progress to continue where you left off.
  • Hand off sessions between teammates or devices with a reproducible resume flow.

Quick Start

Run /resume-session to load the latest session from ~/.claude/sessions/ or specify a specific session file path to resume work.

Frequently Asked Questions about resume-session

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

FAQPage Schema
How do I resume a Salesforce Apex development session after closing my environment?

To resume a Salesforce Apex development session, run /resume-session to load the most recent saved context from ~/.claude/sessions and receive a structured briefing for continuation. This restores your org context and work-in-progress without manual reconstruction.

What is session context restoration for Salesforce development?

Session context restoration for Salesforce development is a deterministic load-and-orient workflow that reads saved session files to re-create your working environment. It eliminates manual reconstruction by restoring Apex work-in-progress and org state across days or handoffs.

Can I hand off a paused Apex development session to a teammate?

Yes, you can hand off a paused Apex development session to a teammate using the reproducible resume flow. The teammate runs /resume-session or specifies a session file path to load the saved org context and continue where you left off.

How do I load a specific saved session instead of the most recent one?

To load a specific saved session instead of the most recent one, specify the session file path when running the resume command. By default, the skill loads the latest session from ~/.claude/sessions, but passing a path targets a specific session file.

What's the best way to continue Salesforce org context across multiple days?

The best way to continue Salesforce org context across multiple days is to use a session-management workflow that saves and reloads context deterministically. This skill reads ~/.claude/sessions to restore your Apex work and org settings, avoiding costly manual reconstruction.

Do I need any dependencies installed to restore my Salesforce session context?

No dependencies are required to restore your Salesforce session context. The skill operates independently by reading session files from ~/.claude/sessions and returning a structured briefing that orients you to continue Apex development immediately.