Sessions

Search, resume, and repair Claude Code sessions via recall and the sessions index.

5|3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/N4M3Z/forge-core --skill sessions-n4m3z
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Sessions
Source: https://github.com/N4M3Z/forge-core/tree/main/skills/Sessions
Command: npx skills add https://github.com/N4M3Z/forge-core --skill sessions-n4m3z

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Claude Code sessions across projects is error-prone: finding the right session, resuming from history, and keeping the sessions index accurate is time-consuming and fragile.

Core Features & Use Cases

  • Search sessions using recall to locate relevant transcripts and session history.
  • Resume sessions by id or keyword to continue prior conversations.
  • Repair the sessions index from .jsonl transcripts to fix missing or stale entries and restore the picker reliability.

Quick Start

Search for a session by keyword and resume it, or run the repair script to rebuild the sessions index.

Frequently Asked Questions about Sessions

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

FAQPage Schema
How do I find past Claude Code sessions and transcripts?

Find past Claude Code sessions by searching with the built-in recall tool, which locates relevant transcripts and session history across projects using keyword queries.

Why is my Claude Code session picker missing past conversations?

Missing or stale session picker entries occur when the sessions index becomes inaccurate. Rebuild the index from .jsonl transcripts using the repair script to restore picker reliability.

Can I search Claude Code session history across multiple projects?

Search Claude Code session history across multiple projects using the recall tool to locate relevant transcripts and resume prior conversations scoped to your workspace.

How do I repair a broken Claude Code sessions index?

Repair a broken sessions index by running the repair script to rebuild it from .jsonl transcripts, fixing missing entries and restoring accurate session history tracking.