Motd banner
docwilde docwilde

Motd

Development community

Description

--- description: Delta view — what changed in lore since you last looked (new beliefs, pending count) allowed-tools: Bash --- Run `python3 "${CLAUDE_PLUGIN_ROOT}/bin/lore.py" motd` and show the output verbatim. If pending proposals exist, remind the user of /lore:pending. Keep commentary to one line — this is a greeting, not a report.

Installation

Installs to ~/.claude/skills/docwilde-lore-motd/SKILL.md

Terminal
mkdir -p ~/.claude/skills/docwilde-lore-motd && curl -fsSL https://raw.githubusercontent.com/docwilde/LORE/HEAD/commands/motd.md -o ~/.claude/skills/docwilde-lore-motd/SKILL.md

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

Full documentation available on GitHub

View Source Repository