benxmy

Morning Coffee — Productivity skill for Claude Code

Productivity community

Daily focus picker.

How to install Morning Coffee

Installs to ~/.claude/skills/benxmy-claude-skills-morning-coffee/SKILL.md

Terminal
mkdir -p ~/.claude/skills/benxmy-claude-skills-morning-coffee && curl -fsSL https://raw.githubusercontent.com/benxmy/claude-skills/HEAD/skills/morning-coffee.md -o ~/.claude/skills/benxmy-claude-skills-morning-coffee/SKILL.md

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

What Morning Coffee does


name: morning-coffee description: Daily focus picker. Reads your workboard, pulls today's calendar and recent emails, helps you pick 2-3 things to focus on today, flags stalled work, and protects time for writing. user-invocable: true allowed-tools:

  • Read(~/.claude/projects/*/memory/workboard.md)
  • Read(~/.claude/projects/*/memory/MEMORY.md)
  • Read(~/.claude/projects//memory/.md)
  • Read(~/Projects/webex-agent/output/*.md)
  • Edit(~/.claude/projects/*/memory/workboard.md)
  • Edit

Alternatives in Productivity

  • Calendar To Workflow — Enhances calendar Skills by automating meeting prep and workflow triggers 2.6k ★
  • MathModel Skill — Agent-native mathematical modeling workflow skills for Trae, Claude Code, and Codex, covering problem parsing 345 ★
  • Obsidian Daily — Create or update today's daily note — pulls calendar events, overdue tasks, and conversation context 277 ★

Full documentation available on GitHub

View Source Repository