log

Create date-stamped session log files with goals, actions, and outcomes.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/rupertsworld/skills --skill log-rupertsworld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log
Source: https://github.com/rupertsworld/skills/tree/main/log
Command: npx skills add https://github.com/rupertsworld/skills --skill log-rupertsworld

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual logging is error-prone and hard to search; this Skill automates creating a detailed session log file to preserve critical context.

Core Features & Use Cases

  • Topic-based, date-stamped log files
  • Rich debrief content including goals, actions, findings, decisions, and next steps
  • Useful for retrospectives, audits, and knowledge transfer

Quick Start

Create a new log entry by writing to logs/YYYY-MM-DD <topic>.md and documenting the session.

Frequently Asked Questions about log

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

FAQPage Schema
How do I create a structured session log for project retrospectives?

To create a structured session log for retrospectives, this Skill generates a date-stamped markdown file documenting goals, actions, findings, decisions, and next steps. It writes the narrative debrief directly to a topic-based log file for easy retrieval.

What is the best way to automate record-keeping for meeting debriefs?

Automating record-keeping for meeting debriefs involves capturing goals, exploration, and outcomes in a structured format. This Skill writes a comprehensive narrative summary to a date-stamped markdown file, preventing manual logging errors and preserving critical context.

Can I use this for post-session documentation and knowledge transfer?

Yes, you can use this for post-session documentation and knowledge transfer. It captures session context by writing detailed debrief content, including data and decisions, to topic-based markdown files, enabling effective audits and information sharing.

How do I save a date-stamped log file for audits?

Saving a date-stamped log file for audits requires writing to a standardized path. This Skill automatically generates files named YYYY-MM-DD followed by the topic, ensuring your session records are chronologically organized and easily searchable.

What format does the session log use for archival purposes?

The session log uses a markdown format for archival purposes, writing structured content to the logs directory. This text-based format ensures long-term readability and easy integration with existing documentation workflows.

What limitations exist when logging session data to markdown files?

A limitation of logging session data to markdown files is that retrieval relies on file naming conventions and manual search rather than a database. This approach suits chronological archival but may require additional tooling for complex queries.