TaylorHuston

log-session

23
2
# Install this skill:
npx skills add TaylorHuston/local-life-manager --skill "log-session"

Install specific skill from multi-skill repository

# Description

Log entries to the current learning session. Use mid-session to save progress, capture concepts learned, or record corrections. Triggers on "log this", "save progress", "record what we learned".

# SKILL.md


name: log-session
description: Log entries to the current learning session. Use mid-session to save progress, capture concepts learned, or record corrections. Triggers on "log this", "save progress", "record what we learned".
model: claude-haiku-4-5-20251001
allowed-tools: Read, Write, Glob


Log recent learning to the current session.

Steps

  1. Find active session in .claude/learning-sessions/index.json
  2. If none: tell user to run /start-session first
  3. Read the session file
  4. Review conversation since session started (or last log)
  5. Add entries per references/entry-types.md
  6. Write updated session file
  7. Confirm: "Logged X concepts, Y corrections, etc."

Guidelines

  • Keep entries atomic and concise
  • Don't duplicate existing entries
  • Capture misconceptions (valuable for review)
  • Note elaborations (show deep understanding)
  • Track confidence vs accuracy

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.