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".
MCP get_skill({ skillId: "good-morning-d9866d83" })Use this skill with your agent
Create a free account and connect via MCP
Good morning! Run the morning check-in.
## Steps
1. **Get current date first**
- Run `date +%Y-%m-%d` to confirm today's date
- Calculate yesterday's date from this
- DO NOT assume the date - always verify
2. **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
3. **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 `created` and `modified` to today's date
- Show today's highlight or ask: "What's your main focus today?"
4. **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
5. **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.Related Skills
More skills in Personal Productivity
Academic Cv Builder
Format CVs for academic positions with publications, grants, and teaching
Act Informed: First understand together with the human, then do
Interactive, input-tool powered, task refinement workflow: interrogates scope, deliverables, constraints before carrying out the task; Requires the Joyride extension.
Add Multiple Attendees to a Calendar Event
Add a list of attendees to an existing Google Calendar event and send notifications.
AgentMail — Agent-Owned Email Inboxes
Give the agent its own dedicated email inbox via AgentMail. Send, receive, and manage email autonomously using agent-owned email addresses (e.g. hermes-agent@agentmail.to).
Agent Mail Automation via Rube MCP
Automate Agent Mail tasks via Rube MCP (Composio). Always search tools first for current schemas.
Airtable
Airtable REST API via curl. Records CRUD, filters, upserts.
Explore Other Categories
Skills from other categories with shared topics
Commit
Create git commits in spaces/[project]/ with conventional message format. Use for saving progress with quality checks and proper commit messages.
Complete
Complete task: validate, document, review, commit, and merge to develop. Use when all implementation is done and ready to finalize.
Flashcards
Generate spaced repetition flashcards from notes or topics. Use when user wants to create flashcards, make review cards, prepare for spaced repetition, or convert notes to quiz format. Triggers on "flashcards", "make cards", "spaced repetition", "review cards".