desktop/inbox-catchup/SKILL.md
Scans all connected communication channels — Gmail, Slack, Calendar, and any available integrations — then produces a prioritized catchup briefing. Helps triage messages and draft replies. Use when starting the day, returning from a break, or needing to quickly catch up on communications.
npx skillsauth add mostafa-drz/claude-skills inbox-catchupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Scan connected communication sources, build a prioritized briefing, and help triage and respond.
Edit these defaults before uploading, or override at runtime when prompted.
sources: all # "all" or comma-separated: gmail, calendar, slack
time_window: 4h # How far back to scan: 1h, 4h, today, yesterday
priority_contacts: [] # Names/emails that always surface first
reply_tone: professional # professional, casual, brief
auto_draft: true # Offer to draft replies for items that need response
Check what communication integrations and tools are accessible in this session:
Report what was found:
Connected sources:
✅ Gmail — via Google Workspace
✅ Google Calendar — via Google Workspace
✅ Slack — via MCP server
❌ Messages — not connected
If no communication sources are detected, explain what integrations are needed and how to connect them (Settings > Connected apps for Google Workspace, or configure MCP servers in Desktop settings). Then stop.
If this is the first time running in this conversation, ask:
Quick setup for this catchup:
- Which sources to scan? (default: all connected)
- Time window? (default: last 4 hours)
- Any priority contacts to surface first?
Accept brief answers. If the user says "just go" or similar, use the defaults from the Configuration section above.
For each connected source, gather recent items within the time window:
Gmail:
Google Calendar:
Slack (if connected via MCP):
Other MCP sources:
Organize everything into three priority tiers:
🔴 Needs Reply — Messages directly to the user that appear to expect a response. Sort by sender importance (priority contacts first), then recency.
For each item show:
[Source] From: sender — subject/preview
Received: time ago
Context: 1-line summary of what they're asking/saying
🟡 FYI — Worth Reading — Informational messages, CC'd threads, channel activity. No response expected but may be relevant.
For each item show:
[Source] subject/channel — 1-line summary
Why it matters: brief reason this was flagged
🟢 Upcoming — Calendar events in the next few hours.
For each item show:
[Calendar] event title — time
With: attendees
Prep: any linked docs or agenda items
Show a clean summary:
📬 Inbox Catchup — [date/time]
Scanned: Gmail, Calendar, Slack (last 4 hours)
🔴 Needs Reply (3)
1. [Gmail] Sarah — "Quick question about the API migration"
30 min ago — Asking which endpoint to use for the new auth flow
2. [Slack DM] Alex — "Can you review my PR?"
1h ago — Wants review on #342 before EOD
3. [Gmail] Jordan — "Meeting reschedule"
2h ago — Proposing Thursday instead of Wednesday
🟡 FYI (5)
• [Slack #engineering] Deploy discussion — team debating rollback strategy
• [Gmail] Newsletter from TechCrunch — AI funding roundup
• ... (3 more)
🟢 Upcoming (2)
• 10:30 AM — Sprint planning (with: team)
• 1:00 PM — 1:1 with manager (agenda doc linked)
Then ask:
Want me to help draft replies? I'll take them one at a time, starting with the most urgent.
For each "Needs Reply" item (in priority order):
Never send a reply without explicit user confirmation. Always show the draft first.
After triage (or if the user chose not to reply):
✅ Catchup complete
Replied: 2 messages
Skipped: 1 message
Still pending: 0
Next event: Sprint planning in 45 min
development
--- name: triage-board description: >- Generates a structured triage artifact from the current conversation's findings — a self-contained Desktop folder with a JSON Schema, schema-conformant report.json, prose markdown, and a single-file HTML viewer. Viewer ships with MD / CSV / JSON download buttons in the header and a per-finding "Copy as Markdown" action that produces a GitHub/Linear/Notion-ready ticket block. Stateless — triage state lives in the user's ticket system, not in the
development
Runs a beginner-mind end-to-end UI audit of any running app — local dev server, staging, production, or a specific URL. Drives Chrome through every interactive element on the target surface, collects structured findings (severity, category, where, symptom, impact, repro, triage), and hands the result off to `/triage-board` which produces the Desktop folder (schema + JSON + Markdown + single-file HTML viewer with MD/CSV/JSON exports and a per-finding Copy as Markdown button). Use when you want fresh-eyes verification of a feature, page, modal, flow, branch, or whole app — before shipping, before review, before a demo, or any time the UI deserves a careful poke.
development
Reviews the user's past Claude Code conversations from a wellbeing perspective — sentiment, tone, emotional arc, recurring patterns — and generates a supportive, science-grounded report in both Markdown and HTML. Default lookback is 48 hours across all projects. Uses recognised emotion frameworks (Plutchik, Ekman, Russell's circumplex, Pennebaker linguistic markers) and cites the science behind every observation. Learns the user's baseline tone over time so future reports flag genuine shifts, not noise. Use when the user asks for an emotional/wellbeing recap, mood check, sentiment review, or wants to understand their own ups and downs across recent work sessions.
development
--- name: workflow-advisor description: >- Analyzes recent Claude Code conversations and local Claude state (skills, settings, memory files, CLAUDE.md), researches the latest Claude Code features and best practices online, and suggests one workflow improvement at a time with reasoning and a concrete action item. Can save accepted suggestions to memory for tracking. Use when you want to discover underused Claude Code features, improve your development workflow, stay current with the lat