Daily Journal banner
adelaidasofia adelaidasofia

Daily Journal

Development community

Description

--- description: "Daily journal interview and entry creator with emotional floor tagging" --- The user typed `/daily-journal`. Invoke the `daily-journal` skill via the Skill tool, forwarding any arguments the user provided after the slash command. If `daily-journal` is not in the available-skills list, tell the user the skill isn't installed and suggest running `bash ~/.claude/skills/ai-brain-starter/bootstrap.sh` to install it.

Installation

Installs to ~/.claude/skills/adelaidasofia-ai-brain-starter-daily-journal/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adelaidasofia-ai-brain-starter-daily-journal && curl -fsSL https://raw.githubusercontent.com/adelaidasofia/ai-brain-starter/HEAD/commands/daily-journal.md -o ~/.claude/skills/adelaidasofia-ai-brain-starter-daily-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