Journal banner
JubaKitiashvili JubaKitiashvili

Journal

Development community

Description

--- name: journal description: Show the activity journal — recent file edits, commands, and actions from this and previous sessions allowed-tools: Read --- Display the activity journal that tracks all actions performed across sessions. 1. Read the journal file: ``` .context-mem/journal.md ``` 2. If the file doesn't exist, tell the user: "No activity journal yet. The journal starts recording after your first tool use (edit, read, bash command)." 3. If the file exists, present its

Installation

Installs to ~/.claude/skills/jubakitiashvili-context-mem-journal/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jubakitiashvili-context-mem-journal && curl -fsSL https://raw.githubusercontent.com/JubaKitiashvili/context-mem/HEAD/commands/journal.md -o ~/.claude/skills/jubakitiashvili-context-mem-journal/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository