recent-history

Community

Retrieve recent chat history to regain context.

Authortowry
Version1.0.0
Installs0

System Documentation

What problem does it solve?

When context is lost in a conversation, this skill helps retrieve and present recent chat history to reconnect the dialogue.

Core Features & Use Cases

  • History Retrieval: Generate or extract history.xml content from .claude/sessions.
  • Query & Filter: List recent sessions, extract specific lines, and search for keywords in history.
  • Practical Workflow: Quick steps to get the last session or search for a topic in history.

Quick Start

  • Generate history file: bunx repomix --header-text "file path parent dir: .claude/sessions/" --quiet --no-dot-ignore --no-gitignore --no-file-summary --no-directory-structure .claude/sessions/ -o .claude/sessions/history.xml
  • Then query recent sessions: rg -n '<file path="[^"]+' .claude/sessions/history.xml

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: recent-history
Download link: https://github.com/towry/dots/archive/main.zip#recent-history

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository