Log Memory banner
ddm21 ddm21

Log Memory

Development community

Description

# /log-memory — Save Session to Project Memory Your job is to log what happened in this session into the project memory folder. --- ## Memory folder location `.memory/` in the current project root. If `.memory/` doesn't exist, say: "Memory not initialized. Run /init-memory first." Then stop. --- ## What to do ### Step 1 — Summarize this session yourself Look at the full conversation. Figure out: - What was the main thing we worked on? - What got done? - What did NOT get done or is still

Installation

Installs to ~/.claude/skills/ddm21-claude-creative-tools-log-memory/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ddm21-claude-creative-tools-log-memory && curl -fsSL https://raw.githubusercontent.com/ddm21/claude-creative-tools/HEAD/commands/log-memory.md -o ~/.claude/skills/ddm21-claude-creative-tools-log-memory/SKILL.md

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

Full documentation available on GitHub

View Source Repository