learning-tracker

Extract learning content from Claude Code session logs into TIL entries.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/KIM-KYOUNG-OH/dotfiles --skill learning-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learning-tracker
Source: https://github.com/KIM-KYOUNG-OH/dotfiles/tree/main/.claude/skills/learning-tracker
Command: npx skills add https://github.com/KIM-KYOUNG-OH/dotfiles --skill learning-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually summarizing new technical learnings from Claude Code sessions into a reusable TIL is time-consuming and prone to overlooking insights. This skill automates the extraction and formatting of learning notes for quick reference.

Core Features & Use Cases

  • Extracts learning content from Claude Code session logs and generates TIL-style summaries.
  • Integrates with daily-work-logger to publish results in Daily Notes under the “학습 기록” section.
  • Supports Korean and English learning signals to capture a broad range of insights.

Quick Start

Run the learning-tracker on yesterday's Claude Code session to generate a TIL entry and update the daily notes.

Frequently Asked Questions about learning-tracker

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

FAQPage Schema
How do I automatically extract technical learnings from Claude Code session logs?

You can automatically extract technical learnings from Claude Code session logs by running a skill that detects Korean and English learning signals to generate structured TIL entries for your notes.

What is the best way to generate TIL entries from Claude Code transcripts?

Generating TIL entries from Claude Code transcripts is best handled by an automated extraction tool that identifies new technical content and formats it into a structured summary ready for Obsidian vaults.

Can I publish extracted learning notes directly into Obsidian Daily Notes?

Yes, you can publish extracted learning notes into Obsidian Daily Notes by running the tracker as a sub-agent of daily-work-logger, which updates the "학습 기록" section with generated session log insights.

Does the learning signal extraction support both Korean and English session logs?

Yes, learning signal extraction supports both Korean and English session logs by using keyword-based detection to capture a broad range of technical insights from Claude Code conversations.

Do I need daily-work-logger to use the learning extraction feature?

No, you do not need daily-work-logger to use the learning extraction feature; it runs independently to generate TIL entries, but integrating it allows automatic updates to the Daily Notes learning section.