learn-history

Installation
SKILL.md

Analyze the full session history for this project to extract knowledge worth persisting.

Session logs location

Session logs are JSONL files at the project config path. Find them with:

ls -lhS ~/.claude/projects/$(echo "$PWD" | tr '/' '-')/*.jsonl

Each line is a JSON object with a type field (user for user messages, others for assistant responses). User messages have .message.content with the prompt text.

Process

Installs
2
Repository
openshift/oc
GitHub Stars
240
First Seen
May 28, 2026
learn-history — openshift/oc