learn-log

Parse session JSONL histories and append Q&A, insights, and action items to a Markdown weekly log.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/jjub0217/claude-code-skills --skill learn-log
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn-log
Source: https://github.com/jjub0217/claude-code-skills/tree/main/skills/learn-log
Command: npx skills add https://github.com/jjub0217/claude-code-skills --skill learn-log

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이전 세션의 대화 히스토리를 분석하여 Q&A와 학습 인사이트를 주간 학습 로그에 자동으로 기록합니다.

Core Features & Use Cases

  • 세션 히스토리에서 Q&A를 추출하고 학습 인사이트를 요약합니다.
  • 산출물(문서, 설정 변경 등)을 로그에 반영하고 블로그 후보를 감지합니다.
  • 주간 로그 파일에 중복 없이 안전하게 업데이트합니다.

Quick Start

학습 로그 작성을 시작하려면 /learn-log를 입력하세요.

Frequently Asked Questions about learn-log

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

FAQPage Schema
How do I convert Claude Code session history into a weekly learning log?

Session history is parsed from JSONL files, and parallel extraction agents convert daily conversations into Q&A, insights, and action items, appending the results to a Markdown weekly log for mentor sharing.

Can I automatically extract Q&A and insights from my daily Claude Code conversations?

Yes, daily conversations are processed by parallel extraction agents that identify Q&A pairs, summarize learning insights, detect blog candidates, and log artifacts like document changes into a structured weekly summary.

What's the best way to summarize session JSONL histories into a Markdown learning log?

Parsing session JSONL histories through parallel extraction agents generates a consistent Markdown weekly log, capturing Q&A, insights, and action items while safely appending new entries without duplicates.

Does the weekly learning log update without creating duplicate entries?

The weekly log is safely updated by appending parsed session results without duplication, ensuring that previously logged Q&A and insights are not repeated across multiple runs.

Can I configure the file paths for the session history input and weekly log output?

Yes, both the input session JSONL history paths and the output Markdown weekly log paths are configurable, allowing you to target specific directories for reading conversations and writing the aggregated summary.

What kind of learning insights can I extract from Claude Code session histories?

Extracted insights include Q&A pairs, summarized learning takeaways, detected blog post candidates, and logged artifacts such as document outputs or configuration changes from daily development conversations.