JaydipGabani

Session Log.Agent — Development agent for Claude Code

Development community

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

Terminal
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 Repository