relay-record

Append a structured session summary to today's daily markdown log.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/numeric-io/the-data-relay --skill relay-record
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: relay-record
Source: https://github.com/numeric-io/the-data-relay/tree/main/skills/relay-record
Command: npx skills add https://github.com/numeric-io/the-data-relay --skill relay-record

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Daily session logging can be tedious and risk losing context about what happened during work sessions. relay-record provides a reliable, end-of-session habit to capture concise, structured summaries and store them in the vault's daily log for future reference.

Core Features & Use Cases

  • Appends or creates today's daily session entry with a structured "Session" block, ensuring consistent formatting and changelog.
  • Resolves today’s date, creates or updates <vault>/periodics/dailies/<YYYY-MM-DD>.md using a template when required.
  • Enables quick post-session capture to preserve decisions, actions, and context for future review.

Quick Start

Append a structured session summary to today's daily note at <vault>/periodics/dailies/<YYYY-MM-DD>.md.

Frequently Asked Questions about relay-record

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

FAQPage Schema
How do I automatically log daily session summaries to my vault notes?

To log daily session summaries automatically, this Skill appends a structured 'Session' block to today's daily note. It resolves the current date and locates or creates the file at `<vault>/periodics/dailies/<YYYY-MM-DD>.md` to ensure consistent changelogs.

What is the best way to capture end-of-session context in my daily notes?

Capturing end-of-session context is best handled by appending a concise, structured summary to your daily log. This approach preserves decisions and actions reliably without manual formatting effort.

Do I need a specific template to create a new daily session record?

Yes, creating a new daily session record requires a template located at `<vault>/meta/templates/daily-session.md`. When today's daily note does not exist, the file is generated using this template before appending the session block.

How does daily session logging handle file paths for consistent changelogs?

Daily session logging handles file paths deterministically by resolving today's date and targeting `<vault>/periodics/dailies/<YYYY-MM-DD>.md`. This guarantees notes are consistently placed for reliable tracking.

Can I use this session recording tool if my vault lacks a periodics directory?

You can use this session recording tool if your vault lacks a periodics directory, as it creates the required `<vault>/periodics/dailies/<YYYY-MM-DD>.md` path. However, ensuring the template exists at `<vault>/meta/templates/` is necessary for new files.