Agent skill
good-morning
Morning routine check-in. Use at start of day to review yesterday, set up today's journal, and check learning reviews due. Triggers on "good morning", "morning", "start my day", "what's on for today".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/good-morning
SKILL.md
Good morning! Run the morning check-in.
Steps
-
Get current date first
- Run
date +%Y-%m-%dto confirm today's date - Calculate yesterday's date from this
- DO NOT assume the date - always verify
- Run
-
Check yesterday's journal (
my-vault/02 Calendar/YYYY-MM-DD.md)- If "What Did I Work On?" empty: offer to backfill from GitHub
- If "What Did I Do?" empty: just note it
-
Setup today's journal
- Check if today's entry exists
- If not: create from template at
my-vault/09 System/Templates/Daily Template.md- Note: Template uses Templater syntax - resolve
<% tp.date... %>to actual dates - Set
createdandmodifiedto today's date
- Note: Template uses Templater syntax - resolve
- Show today's highlight or ask: "What's your main focus today?"
-
Check learning plan (
.claude/learning-sessions/learning-plan.json)- Find topics where
last_covered+ interval < today - If any due: "You have [topic] due for review"
- Show next item in queue
- Find topics where
-
Quick status report
- Yesterday: Complete/Incomplete
- Today's highlight: [highlight or "not set"]
- Reviews due: [list or "none"]
- Next in learning queue: [topic]
Keep it brief - quick morning orientation, not a deep dive.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?