start

start is a skill for Claude Code from roeibh/morning-briefing-claude-plugin. It costs 56 tokens per session (682 once invoked), scanned A, original, MIT.

A routine that prepares a complete morning briefing by combining updates from email, Slack, the calendar, industry news, GitHub, and competitors.

In plain words
What is it for?
Triaging email, summarizing Slack, preparing for calendar events, reviewing GitHub activity, scanning the industry, and watching competitors.
Why use it?
It gathers information from several workstreams into one dashboard, reducing the need to check each source separately.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the morning-briefing plugin — 8 skills, 1 MCP server shipped together

Good fit Triaging email, summarizing Slack, preparing for calendar events, reviewing GitHub activity, scanning the industry, and watching competitors.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roeibh/morning-briefing-claude-plugin/start
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add roeibh/morning-briefing-claude-plugin --skill start
Clone the repo
git clone --depth 1 https://github.com/roeibh/morning-briefing-claude-plugin

Made for: Claude Code.

Or install morning-briefing, the plugin that ships this one along with the rest of its 8 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for start

README.md
[![agentmods](https://agentmods.dev/badge/skills/roeibh/morning-briefing-claude-plugin/start/github.svg)](https://agentmods.dev/skills/roeibh/morning-briefing-claude-plugin/start)
Your own site
<a href="https://agentmods.dev/skills/roeibh/morning-briefing-claude-plugin/start"><img src="https://agentmods.dev/badge/skills/roeibh/morning-briefing-claude-plugin/start/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for start

Your own site · 80×15
<a href="https://agentmods.dev/skills/roeibh/morning-briefing-claude-plugin/start"><img src="https://agentmods.dev/badge/skills/roeibh/morning-briefing-claude-plugin/start.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 682 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.00682
Opus 5 $0.00028 $0.00341
Sonnet 5 $0.00011 $0.00136
Haiku 4.5 $0.00006 $0.00068

Measured 10d ago against content hash c3c40af906a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

start scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/start/SKILL.md · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Morning Briefing — Full Routine

Run the complete morning briefing. This is the primary command.

Instructions

You are executing a comprehensive morning routine. Read morning-briefing.local.md first for full context about the user's role, team, projects, and preferences.

Execution Plan

Run these workstreams using sub-agents where possible to maximize parallelism:

Parallel Group 1 (can all run simultaneously):

  1. Email Triage + Cleanup — Use the email-triage skill to scan, classify, draft replies, AND clean up inbox (archive junk, mark FYI as read)
  2. Slack Digest — Use the slack-digest skill
  3. Calendar Prep — Use the calendar-prep skill
  4. GitHub Digest — Use the github-digest skill

Parallel Group 2 (can run simultaneously, web-search based): 5. Industry Scan — Use the industry-scan skill 6. Competitor Watch — Use the competitor-watch skill

Sequential (runs last, after all above complete): 7. Morning Dashboard — Use the morning-dashboard skill to combine all outputs

File Outputs

All files are saved to the current working folder with today's date:

  • briefing-email-YYYY-MM-DD.md
  • briefing-slack-YYYY-MM-DD.md
  • briefing-calendar-YYYY-MM-DD.md
  • morning-reading-YYYY-MM-DD.md
  • briefing-github-YYYY-MM-DD.md
  • briefing-competitors-YYYY-MM-DD.md
  • morning-dashboard-YYYY-MM-DD.html
  • briefing-summary-YYYY-MM-DD.md

Completion

After all workstreams finish:

  1. Open the HTML dashboard in the browser
  2. Display the summary briefing (the 30-second scannable version) directly in chat
  3. Call out the single most urgent item across all workstreams
  4. Ask: "Anything you want me to dig deeper into, or should I start on those draft responses?"

Graceful Degradation

If any MCP connector is unavailable:

  • First, try Chrome as a fallback — navigate to the web version of the service (mail.google.com, app.slack.com, calendar.google.com, github.com) and read data from the browser. The user should be signed in to all services in Chrome.
  • If BOTH the connector AND Chrome are unavailable, skip that workstream
  • Note it in the dashboard as "[Section] — unavailable (connector failed, Chrome fallback failed)"
  • Continue with all other workstreams
  • Never fail the entire routine because one service is unavailable

Read the full file on GitHub · 64 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 64 lines · 56 tokens per session scan A c3c40af906a1

Subscribe to this mod's changes

start is a skill published in the GitHub repository roeibh/morning-briefing-claude-plugin (3 stars, last pushed 5mo ago), licensed MIT. It adds 56 tokens to every session and 682 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

disk-cleanup

Free up disk space on macOS by safely cleaning regenerable caches, old runtime versions, and bulky one-off artifacts. Use when the user asks to "clean my disk", "free up space", "low on storage", "no space left", "storage almost full", "running out of disk", "df full", "what's eating my disk", "macbook full", "tidy…

adamjali/claude-skills · 168 tokens

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

collaboration-platform-administration

Administers the email, chat, meeting and file-sharing platform the organization runs on — tenant and domain configuration, mail authentication and routing, phishing and spam controls, shared mailboxes and distribution groups, external sharing and guest access, permission sprawl in file storage, and retention and legal…

cbrock84/headcount · 93 tokens

suede-onboarding

Suede-affiliated onboarding and activation strategy for first-run sequencing, empty states, setup checklists, activation milestones, time to value, and retention-linked measurement. Use when users sign up but fail to reach first value or the product needs a new first-session flow. NOT FOR: registration optimization…

JasonColapietro/suede-creator-skills · 88 tokens

google-apps-script

Build Google Apps Script automation for Sheets and Workspace. Custom menus, triggers (onEdit / time-driven / form submit), dialogs, sidebars, email batches, PDF export, external API. Use whenever the user wants to automate a Google Sheet, build a Sheets menu / sidebar / dialog, hit a Sheets row from email or a…

jezweb/claude-skills · 89 tokens

freeze

Scope or freeze which files Claude can edit during debugging, a refactor, or review. Use when edits should stay in specific dirs, or for a read-only investigate lock. Backed by a sentinel + PreToolUse hook.

oliver-kriska/claude-elixir-phoenix · 48 tokens