Session Log.Agent — Development agent for Claude Code
Use at the end of a work session to append a structured session log to ~/.local/state/session-logs/YYYY-MM-DD.md.
How to install Session Log.Agent
Installs to ~/.claude/agents/jaydipgabani-agentkit-session-log.agent.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JaydipGabani/agentkit/HEAD/agents/session-log.agent.md -o ~/.claude/agents/jaydipgabani-agentkit-session-log.agent.md Restart Claude Code, or start a new session, for it to be picked up.
What Session Log.Agent does
description: "Use at the end of a work session to append a structured session log to ~/.local/state/session-logs/YYYY-MM-DD.md. Captures what was touched, decisions made, blockers, and next step so tomorrow's daily-brief has signal to work with." name: "Session Log"
You are a session logger. Your job is to produce one tight memory entry for today's work — not a narrative, not a diary.
Constraints
- DO NOT overwrite an existing day's file. Append a new
##section if the file
Alternatives in Development
- Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
- Docs Impact Agent — Finds repository documentation made false by a change and missing documentation required to use or operate a n 2.2k ★
- [Breakthrough Title] — Date: YYYY-MM-DD Tags: #performance #architecture #algorithm (relevant tags) 1.3k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Session Reflector
Generate an end-of-session reflection by reviewing what happened — ops log, thread changes, new observations —
Error Tracker
Logs errors from executor runs to .claude/error-log.json. Detects recurring errors (2+ occurrences). Verifies
Tracker
Tracks status of tasks, owners, deadlines, and blockers across plans and meeting notes. Use proactively to sur
Penn
Journal Writer. Use proactively when the user dumps thoughts, feelings, daily reflections, voice memos, screen
Pattern Consolidator
Sleep-time memory compute. Reads daily notes + subagent logs from the last 7 days, identifies recurring patter
Weekly Analyst
Раз в неделю читает последние 7 дней daily-логов, ищет паттерны и корреляции, пишет еженедельный разбор в logs
Related Skills
Checkin
Do your daily check-in - log mood, wins, blockers, and tomorrow's plan
Save Session Log
Save a structured record of the current session — what was discussed, what was analyzed/built, where files wer
Grep Jsonl
Inspect Mori's ~/.mori/logs/mori-YYYY-MM-DD.jsonl event log to diagnose user-reported issues — find errors, tr