sessions

List, load, alias, and inspect saved Apex and org sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing session history for Claude Code can be tedious when you need to list, locate, load, or re-use past work. This Skill centralizes access to saved Apex and org development sessions stored in ~/.claude/sessions/, reducing context switching and improving productivity.

Core Features & Use Cases

  • List sessions to view stored metadata with optional filtering and pagination
  • Load sessions by ID, date, or alias to resume work quickly
  • Alias management to create, rename, or remove memorable session references
  • Inspect session metadata to understand usage statistics and origin
  • Manage aliases (list, create, remove) for fast access and organization

Quick Start

Ask Claude Code to list, load, alias, or inspect your local sessions in ~/.claude/sessions/.

Frequently Asked Questions about sessions

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

FAQPage Schema
How do I list and load past Claude Code sessions?

List and load past Claude Code sessions by reading local session files stored in ~/.claude/sessions/. You can view stored metadata with optional filtering and pagination, then load a specific session by ID, date, or alias to resume work quickly.

Can I create aliases for Claude Code session history?

You can create, rename, and remove aliases for Claude Code session history. This alias management allows you to assign memorable references to specific sessions, enabling fast access and better organization of your saved Apex and org development work.

What is the best way to inspect saved Apex session metadata?

Inspect saved Apex session metadata by querying the local session files within ~/.claude/sessions/. This exposes usage statistics and origin details, helping you understand session history and locate the exact context you need to resume.

Does managing Claude Code session history require external dependencies?

Managing Claude Code session history requires no external dependencies. The skill operates independently by reading local session files directly from the ~/.claude/sessions/ directory to expose metadata and support alias management within a consistent command surface.

How do I resume a specific org development session by date?

Resume a specific org development session by loading it via date, ID, or alias. The skill reads the local session files in ~/.claude/sessions/ to locate the matching session history and restores the context to improve productivity and reduce context switching.