Mine Good Morning banner
NodeJSmith NodeJSmith

Mine Good Morning

Development community

Description

--- description: Read the end-of-day handoff and orient for today's work. --- # Good Morning Read the previous session's handoff and orient the user for today's work. ## Step 1: Find the Handoff The handoff lives at `<git-toplevel>/.claude/handoff.md` — the same path `mine-end-of-day` writes to. First, get the git toplevel: ```bash git rev-parse --show-toplevel ``` If this fails: "Not in a git repo — no handoff to find." Then check if the handoff exists: ```bash test -f <toplevel>/.clau

Installation

Installs to ~/.claude/skills/nodejsmith-claudefiles-mine-good-morning/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nodejsmith-claudefiles-mine-good-morning && curl -fsSL https://raw.githubusercontent.com/NodeJSmith/Claudefiles/HEAD/commands/mine-good-morning.md -o ~/.claude/skills/nodejsmith-claudefiles-mine-good-morning/SKILL.md

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

Full documentation available on GitHub

View Source Repository