ctx-recall

List, show, and export AI session history from Claude Code JSONL sources.

74|14|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/ActiveMemory/ctx --skill ctx-recall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ctx-recall
Source: https://github.com/ActiveMemory/ctx/tree/main/internal/tpl/claude/skills/ctx-recall
Command: npx skills add https://github.com/ActiveMemory/ctx --skill ctx-recall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Session context is often lost across AI sessions; ctx-recall provides a reliable way to browse, inspect, and export past discussions to preserve momentum and learning.

Core Features & Use Cases

  • List recent sessions, newest first, with metadata
  • Show details of a specific session by slug or ID
  • Export sessions to the local journal as Markdown for enrichment
  • Search by topic, date, or project for quick retrospectives
  • Read-only recall to protect original session data

Quick Start

Ask ctx-recall to list recent sessions.

Frequently Asked Questions about ctx-recall

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

FAQPage Schema
How do I recall and export AI session history to preserve context across sessions?

To recall AI session history, use subcommands to list, show, and export past discussions. It reads data from Claude Code JSONL sources and returns structured per-session metadata, preserving momentum across sessions.

Can I export Claude Code JSONL session data to a local Markdown journal?

Yes, you can export Claude Code JSONL session data to a local Markdown journal. The export subcommand converts session history into Markdown format for enrichment and retrospective analysis.

What's the best way to search past AI discussions by topic, date, or project?

The best way to search past AI discussions is using the recall subcommands to filter session history by topic, date, or project. This provides quick retrospectives and structured metadata for reference.

Does exporting session history modify or overwrite the original Claude Code JSONL data?

No, exporting session history does not modify original data. The recall process is strictly read-only, protecting original Claude Code JSONL session data while allowing users to browse and export copies safely.

How do I list recent AI sessions to find a specific past conversation?

You can list recent AI sessions by asking the tool to list them. It displays sessions newest first with metadata, allowing you to identify and show details of a specific session by slug or ID.