logseq-cc-records

Record Claude Code conversations to today's LogSeq journal with time-stamped summaries.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/jluo41/Tools --skill logseq-cc-records
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: logseq-cc-records
Source: https://github.com/jluo41/Tools/tree/main/plugins/logseq/skills/logseq-cc-records
Command: npx skills add https://github.com/jluo41/Tools --skill logseq-cc-records

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Log the active Claude Code conversation to today's LogSeq journal with a time-stamped summary, ensuring an auditable and easily retrievable session record.

Core Features & Use Cases

  • Automates recording of sessions into today's LogSeq journal under the [[CC-Veritable-Records]] section.
  • Configurable graph location via LOGSEQ_GRAPH_DIR (defaults to a legacy path if unset) to determine where journals are stored.
  • Creates a consistent entry format (time prefix, main topic bullet, and a descriptive child line) and supports first-entry and subsequent-entry scenarios.

Quick Start

Log the current Claude Code session to today's LogSeq journal using the CC-Veritable-Records workflow.

Frequently Asked Questions about logseq-cc-records

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

FAQPage Schema
How do I log Claude Code sessions to a LogSeq journal?▼

To log Claude Code sessions to a LogSeq journal, this skill records the active conversation to today's journal entry with a time-stamped summary. It automatically formats entries under the [[CC-Veritable-Records]] section for consistent retrieval.

What is the best way to keep an auditable record of Claude Code conversations?▼

An auditable record of Claude Code conversations is created by writing time-stamped summaries directly into today's LogSeq journal. This ensures structured, easily retrievable session logs with standardized formatting.

How do I configure the LogSeq graph directory for conversation logging?▼

Configure the LogSeq graph directory for conversation logging by setting the LOGSEQ_GRAPH_DIR environment variable to point to your journals folder. If unset, it defaults to a legacy path to store session entries.

Does LogSeq conversation logging support multiple entries on the same day?▼

LogSeq conversation logging supports multiple entries on the same day by creating subsequent time-stamped entries with tab indentation. It maintains clear separation between entries to structure your daily journal correctly.

Can I use this to standardize the formatting of my LogSeq journal entries?▼

You can standardize the formatting of LogSeq journal entries by implementing a consistent structure with a time prefix, main topic bullet, and a descriptive child line. This creates uniform session records across all days.

Why are my time-stamped Claude Code session logs not separating between days?▼

Time-stamped Claude Code session logs separate between days by writing to the specific date's journal file. If the LOGSEQ_GRAPH_DIR is misconfigured, the skill cannot locate the correct daily journal to maintain proper day separation.