daily-log

Automates creation and updating of dated, standardized daily session log entries.

1|2|Updated Aug 27, 2025
One-click install
npx skills add https://github.com/nicksteffens/claude-config --skill daily-log
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-log
Source: https://github.com/nicksteffens/claude-config/tree/main/skills/daily-log
Command: npx skills add https://github.com/nicksteffens/claude-config --skill daily-log

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation and updating of daily development session logs, ensuring consistent formatting and placement in the local log store.

Core Features & Use Cases

  • Standardized entries: Enforces a consistent session template with sections like Session Overview, What We Accomplished, Challenges, and Follow-Ups.
  • File organization: Writes to yearly/monthly log files under ~/.claude/daily-logs to keep logs tidy and easy to navigate.
  • Reusable workflows: Supports adding multiple sessions per day and appending new entries under the correct date heading.

Quick Start

Use this skill to log today's session by selecting the current year/month log file and adding a new entry with the required sections.

Frequently Asked Questions about daily-log

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

FAQPage Schema
How do I automate daily development session logs in markdown?

This skill automates daily development session logs in markdown by writing standardized entries to yearly and monthly log files under ~/.claude/daily-logs. It enforces a reusable template with sections for Session Overview, Accomplishments, Challenges, and Follow-Ups.

What is the best way to organize development session logs by month?

The best way to organize development session logs by month is routing entries to yearly and monthly markdown files under ~/.claude/daily-logs. This keeps logs tidy, easy to navigate, and ensures multiple sessions per day append correctly under the right date heading.

Can I append multiple development sessions to the same daily log file?

Yes, you can append multiple development sessions to the same daily log file. The skill supports adding multiple sessions per day by appending new entries under the correct standardized date heading within the monthly log file.

Does this daily log skill work for team development workflows?

Yes, this daily log skill works for both personal and team development workflows. It automates session log creation and updates, applying standardized templates and file path conventions to ensure consistency across the team's log store.

What sections are included in a standardized development session template?

A standardized development session template includes sections for Session Overview, What We Accomplished, Challenges, and Follow-Ups. These sections ensure consistent formatting and capture the full context of the development workflow.