Daily Logs

Record the user's daily activities, progress, decisions, and learnings in a structured, chronological format.

25 stars

Best use case

Daily Logs is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Record the user's daily activities, progress, decisions, and learnings in a structured, chronological format.

Teams using Daily Logs should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/daily-logs/SKILL.md --create-dirs "https://raw.githubusercontent.com/ComeOnOliver/skillshub/main/skills/memodb-io/Acontext/daily-logs/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/daily-logs/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Daily Logs Compares

Feature / AgentDaily LogsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Record the user's daily activities, progress, decisions, and learnings in a structured, chronological format.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Daily Logs

Record the user's daily activities, progress, decisions, and learnings in a structured, chronological format.

## File Structure

Each day has its own file named `yyyy-mm-dd.md` (e.g., `2025-06-15.md`). Create a new file for each new day; append entries to the existing file if one already exists for today.

### File Format: `yyyy-mm-dd.md`

content format, for example:
```
# yyyy-mm-dd

## [short description]
- [1-3 sentence summary of what happened]
```

## Guidelines

- One file per day, multiple entries per file (one per task)
- Use ISO date format: `yyyy-mm-dd`
- Keep entries concise — focus on what matters for future reference
- Do not duplicate information already captured in other skills
- Always refer to the user in third person ("The user requested X", "The user decided Y"), never use first-person pronouns

Related Skills

analyzing-logs

25
from ComeOnOliver/skillshub

This skill enables Claude to analyze logs for performance insights and issue detection. It is triggered when the user requests log analysis, performance troubleshooting, or debugging assistance. The skill identifies slow requests, error patterns, resource warnings, and other key performance indicators within log files. Use this skill when the user mentions "analyze logs", "performance issues", "error patterns in logs", "slow requests", or requests help with "log aggregation". It helps identify performance bottlenecks and improve application stability by analyzing log data.

Daily Paper Search Skill

25
from ComeOnOliver/skillshub

## 功能描述

session-logs

25
from ComeOnOliver/skillshub

Search your complete conversation history stored in session JSONL files. Use this when a user references older/parent conversations or asks what was said before.

daily-ai-news

25
from ComeOnOliver/skillshub

Aggregates and summarizes the latest AI news from multiple sources including AI news websites and web search. Provides concise news briefs with direct links to original articles. Activates when user asks for 'today's AI news', 'AI updates', 'latest AI developments', or mentions wanting a 'daily AI briefing'.

daily-meeting-update

25
from ComeOnOliver/skillshub

Interactive daily standup/meeting update generator. Use when user says 'daily', 'standup', 'scrum update', 'status update', 'what did I do yesterday', 'prepare for meeting', 'morning update', or 'team sync'. Pulls activity from GitHub, Jira, and Claude Code session history. Conducts 4-question interview (yesterday, today, blockers, discussion topics) and generates formatted Markdown update.

hig-components-dialogs

25
from ComeOnOliver/skillshub

Apple HIG guidance for presentation components including alerts, action sheets, popovers, sheets, and digit entry views. Use this skill when the user says 'should I use an alert or a sheet,' 'how do I show a confirmation dialog,' 'when should I use a popover,' 'my modals are annoying users,' or asks about alert design, action sheet, popover, sheet, modal, dialog, digit entry, confirmation dialog, warning dialog, modal presentation, non-modal content, destructive action confirmation, or overlay UI patterns. Cross-references: hig-components-menus, hig-components-controls, hig-components-search, hig-patterns.

daily-news-report

25
from ComeOnOliver/skillshub

Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports.

daily-dev

25
from ComeOnOliver/skillshub

Overcome LLM knowledge cutoffs with real-time developer content. daily.dev aggregates articles from thousands of sources, validated by community engagement, with structured taxonomy for precise discovery.

daily-science-routine

25
from ComeOnOliver/skillshub

日常科研 - Stella建立临时研究站,进行系统的科学观察和实验,享受科学家的日常

writing-to-logseq

25
from ComeOnOliver/skillshub

Expert in writing data to Logseq DB graphs via HTTP API. Auto-invokes when users want to create pages, add blocks, update content, set properties, or sync conversation notes to their Logseq graph. Provides CRUD operations with safety guidelines.

reading-logseq-data

25
from ComeOnOliver/skillshub

Expert in reading data from Logseq DB graphs via HTTP API or CLI. Auto-invokes when users want to fetch pages, blocks, or properties from Logseq, execute Datalog queries against their graph, search content, or retrieve backlinks and relationships. Provides the logseq-client library for operations.

querying-logseq-data

25
from ComeOnOliver/skillshub

Expert in building Datalog queries for Logseq DB graphs. Auto-invokes when users need help writing Logseq queries, understanding Datalog syntax, optimizing query performance, or working with the Datascript query engine. Covers advanced query patterns, pull syntax, aggregations, and DB-specific query techniques.