recording-diary

Community

Capture learnings before context compaction.

AuthorSteveBronder
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill records session learnings and decisions before context compaction, ensuring a durable trail of reasoning and decisions for future reference.

Core Features & Use Cases

  • Diary templates: standard structure for key learnings.
  • Consolidation policy: automatically consolidates >5 diary entries into a single diary-consolidated.md.
  • Memory-safe persistence: writes to the agent's memories directory using $writing-memories macro.

Quick Start

Before compaction or session end, write diary_{YYYY-MM-DD_HH-MM}.md to ./.{AGENT_NAME}/skills/memories/ via $writing-memories.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: recording-diary
Download link: https://github.com/SteveBronder/skillrena/archive/main.zip#recording-diary

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository