log-session

Log learning progress by appending concept entries to a session file.

69|7|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/TaylorHuston/local-life-manager --skill log-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-session
Source: https://github.com/TaylorHuston/local-life-manager/tree/main/.claude/skills/log-session
Command: npx skills add https://github.com/TaylorHuston/local-life-manager --skill log-session

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you capture and organize learning progress within an active session by recording new concepts, corrections, and reflections so you can review and improve over time.

Core Features & Use Cases

  • Session logging: append atomic entries to the current learning session as it unfolds.
  • Concept tracking: capture learned ideas, definitions, and misconceptions for later review.
  • Mid-session updates: save progress without interrupting the flow of learning for daily journals or study reviews.

Quick Start

Use the log-session skill to add a new learning entry to the current session. For example: log "Concept: overfitting risk; Example: split validation set; Confidence: high"

Frequently Asked Questions about log-session

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

FAQPage Schema
How do I log learning progress during an active Claude Code session?

To log learning progress during an active Claude Code session, record new concepts, corrections, and reflections as atomic entries. The skill appends these updates to your current session file without interrupting your study flow.

What is the best way to track concepts and corrections while studying?

Tracking concepts and corrections while studying is done by capturing learned ideas, definitions, and misconceptions as atomic entries. This allows you to record mid-session updates for later review and improvement.

How do I structure learning session journal entries?

You can structure learning session journal entries by logging details like the concept, an example, and your confidence level. The skill optionally uses a references file to help structure these entries consistently.

Do I need a specific file to manage a learning session log?

Yes, managing a learning session log requires access to the session index file at .claude/learning-sessions/index.json. The skill reads and writes updates to the session file based on this index.

Can I save study progress without interrupting my learning flow?

You can save study progress without interrupting your learning flow by appending mid-session updates. The skill records your progress on the fly, making it suitable for daily journals and active topic explorations.

When should I use a session journal for concept tracking?

You should use a session journal for concept tracking during mid-session journaling, study reviews, and topic explorations. It is designed to capture ongoing learning progress so you can review and improve over time.