openshift/learn-history
Analyze all past sessions for this project and extract knowledge worth persisting to AGENTS.md, .claude/agents/, or memory. Deep analysis of full session history.
npx skills add https://github.com/openshift/oc --skill learn-history
Analyze the full session history for this project to extract knowledge worth persisting.
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.
~/.claude/projects/$(echo "$PWD" | tr '/' '-')/memory/MEMORY.md (skip if absent)Take openshift/learn-history from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.