Initializes a structured work session, loads context, and provides a daily task briefing.
Install
mkdir -p .claude/skills/marvin && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/5551" && unzip -o skill.zip -d .claude/skills/marvin && rm skill.zipInstalls to .claude/skills/marvin
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Start MARVIN session with briefing. Use when user types /start or starts a new session. Loads context, reviews state, gives daily briefing.Key capabilities
- →Load session context
- →Review project goals
- →Assess monthly progress
- →Surface proactive alerts
- →Provide daily briefing
How it works
It reads state files and logs to compile a summary of priorities, progress, and upcoming deadlines for the current session.
Inputs & outputs
When to use marvin
- →Starting a daily work session
- →Getting a project status briefing
- →Reviewing current task state
- →Initializing workflow context
About this skill
Session Start Skill
Start MARVIN session with full context loading and daily briefing.
When to Use
- When user types
/start - At the start of any Claude Code session in the MARVIN directory
- When resuming work after a break
Process
Step 1: Establish Current Date
date +%Y-%m-%d
Store as TODAY. Use for all file naming and date references.
Step 2: Load Context
Read in order:
state/current.md— Current priorities, open threads, and statesessions/{TODAY}.md— If exists, we're resuming today- If no today file, read
sessions/{YESTERDAY}.mdfor continuity
Step 3: Review Goals
Check state/goals.md for:
- Annual goals and progress
- Monthly targets
Step 4: Assess Progress
Check content/log.md for current month:
- Content shipped vs. goals
- Days remaining in month
Step 5: Check Follow-ups
Review state/current.md for any follow-up items:
- Surface any items with review date ≤ TODAY
- Remind user of upcoming follow-ups within 3 days
Step 6: Surface Proactive Alerts
Compile and present:
- Active priorities from
state/current.md - Open threads needing attention
- Content pacing status (if behind)
- Any deadlines approaching
Step 7: Greet User
Present a concise briefing:
- Date and day of week
- Top 3 priorities
- Any alerts or nudges
- Ask how to help today
Output Format
Good morning! It's {Day}, {Date}.
**Today's Focus:**
1. {Priority 1}
2. {Priority 2}
3. {Priority 3}
**Alerts:**
- {Alert if any}
**Progress ({Month}):**
- {Goal 1}: X/Y
- {Goal 2}: X/Y
How can I help today?
Notes
- If this is a resumed session (today's log exists), acknowledge what was already covered
- Keep briefing concise — details on request
Skill created: 2026-01-22
When not to use it
- →When the session context is already loaded
Limitations
- →Requires specific file structure in the directory
How it compares
It automates the manual process of reviewing logs and goals, ensuring consistent session initialization.
Compared to similar skills
marvin side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| marvin (this skill) | 1 | 6mo | Review | Beginner |
| notion-meeting-intelligence | 6 | 6mo | No flags | Intermediate |
| resume-handoff | 3 | 6mo | No flags | Intermediate |
| meeting-briefing | 2 | 6mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
notion-meeting-intelligence
openai
Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.
resume-handoff
parcadei
Resume work from handoff document with context analysis and validation
meeting-briefing
anthropics
Prepare structured briefings for meetings with legal relevance and track resulting action items. Use when preparing for contract negotiations, board meetings, compliance reviews, or any meeting where legal context, background research, or action tracking is needed.
personal-assistant
ailabs-393
This skill should be used whenever users request personal assistance tasks such as schedule management, task tracking, reminder setting, habit monitoring, productivity advice, time management, or any query requiring personalized responses based on user preferences and context. On first use, collects comprehensive user information including schedule, working habits, preferences, goals, and routines. Maintains an intelligent database that automatically organizes and prioritizes information, keeping relevant data and discarding outdated context.
digital-brain
muratcankoylan
This skill should be used when the user asks to "write a post", "check my voice", "look up contact", "prepare for meeting", "weekly review", "track goals", or mentions personal brand, content creation, network management, or voice consistency.
meeting-sync
amanaiproduct
Sync new Granola meetings to local Knowledge folder. Use during morning planning, when user asks "what should I do today", or asks to review/sync meetings.