recording-diary

Records session learnings and decisions before context compaction. Use before ending a long session or when the user asks to save session notes.

$ Installer

git clone https://github.com/SteveBronder/skillrena /tmp/skillrena && cp -r /tmp/skillrena/skillrena/recording-diary ~/.claude/skills/skillrena

// tip: Run this command in your terminal to install the skill


name: recording-diary description: Records session learnings and decisions before context compaction. Use before ending a long session or when the user asks to save session notes.

<quick_start>

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

<decision_points>

  • Nothing new learned -> skip the diary.
  • Many related notes -> consolidate immediately. </decision_points>

<failure_modes>

  • Time format unclear: use local time or date output.
  • Memory dir missing: create it before writing. </failure_modes>