good-morning

good-morning is a skill for Claude Code from himanshusaleria/gtm-engine. It costs 0 tokens per session (3,106 once invoked), scanned A, original, MIT.

A daily briefing that combines calendar events, tasks, pipeline information, and outreach data in one view. It supports full, quick, and team-outreach modes.

In plain words
What is it for?
Use it for a full morning review, a calendar-and-tasks summary, or an audit of team outreach, with the required connected services and project configuration.
Why use it?
It removes the need to check several planning and business-tracking sources separately at the start of the day.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the gtm-engine plugin — 8 skills shipped together

Good fit Use it for a full morning review, a calendar-and-tasks summary, or an audit of team outreach, with the required connected services and project configuration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/himanshusaleria/gtm-engine/good-morning
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 himanshusaleria/gtm-engine --skill good-morning
Clone the repo
git clone --depth 1 https://github.com/himanshusaleria/gtm-engine

Made for: Claude Code.

Or install gtm-engine, the plugin that ships this one along with the rest of its 8 skills.

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 good-morning

README.md
[![agentmods](https://agentmods.dev/badge/skills/himanshusaleria/gtm-engine/good-morning/github.svg)](https://agentmods.dev/skills/himanshusaleria/gtm-engine/good-morning)
Your own site
<a href="https://agentmods.dev/skills/himanshusaleria/gtm-engine/good-morning"><img src="https://agentmods.dev/badge/skills/himanshusaleria/gtm-engine/good-morning/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 good-morning

Your own site · 80×15
<a href="https://agentmods.dev/skills/himanshusaleria/gtm-engine/good-morning"><img src="https://agentmods.dev/badge/skills/himanshusaleria/gtm-engine/good-morning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,106 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.00000 $0.03106
Opus 5 $0.00000 $0.01553
Sonnet 5 $0.00000 $0.00621
Haiku 4.5 $0.00000 $0.00311

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

Security

Grade A, and why

good-morning 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 11d 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/good-morning/SKILL.md · 258 lines

How it starts

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

Good Morning Briefing

Daily morning briefing that pulls calendar, tasks, pipeline, and outreach data into one view.

Invocation

  • /good-morning — Full morning briefing
  • /good-morning --quick — Calendar + tasks only
  • /good-morning --team — Only team outreach audit

Prerequisites

  • Linear MCP installed and connected
  • Google Workspace MCP (for calendar) — optional but recommended
  • config/config.yaml exists (run /setup first)

Instructions

Parse the argument (if any) from $ARGUMENTS to determine mode:

  • If $ARGUMENTS contains --quick → quick mode
  • If $ARGUMENTS contains --team → team-outreach-only mode
  • Otherwise → full mode

First: Read config/config.yaml (relative to project root) to load all configuration. Extract:

  • config.linear.action_team — the team name for action tasks (e.g., "GTM")
  • config.linear.pipeline_team — the team name for deal tracking (e.g., "Sales")
  • config.linear.default_label — label applied to engine-created tasks
  • config.linear.pipeline_stages — list of pipeline stage names
  • config.team — list of team members with roles and Linear user IDs
  • config.ritual.labels — label names for daily-3, daily-2, parking-lot
  • config.ritual.meaningful_count — number of meaningful tasks (default 3)
  • config.ritual.light_count — number of light tasks (default 2)
  • config.integrations.outreach_sheet — outreach spreadsheet settings
  • config.integrations.google_workspace.enabled — whether calendar is available

Identify the default assignee = the team member with is_default_assignee: true.

Resolve Linear team IDs (required): Some Linear MCP servers (e.g., linear-mcp-server) hang indefinitely when issue searches are made without a teamId. Before any issue query:

  1. Call mcp__linear__list_teams once
  2. Match action_team and pipeline_team names to their UUIDs
  3. Store them as {action_team_id} and {pipeline_team_id} for the rest of the session
  4. If either name cannot be matched, surface a clear error and stop — do not run unscoped Linear searches

Read the full file on GitHub · 258 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 258 lines · 0 tokens per session scan A 43b015fdf30e

Subscribe to this mod's changes

good-morning is a skill published in the GitHub repository himanshusaleria/gtm-engine (18 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,106 tokens. 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-30.

Related

Other skills, from other repositories

give-me-tips

Explains any senpi tip in depth, including Tip: lines in the TUI. Use when the user asks about a tip, what a tipped feature does, or which tips they can see.

code-yeongyu/oh-my-openagent · 45 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

google-chat-messages

Send Google Chat messages via incoming webhooks — text, rich cards (cardsV2), threaded replies. TypeScript types, card builder utility, widget reference inline. Use whenever the user wants to post to Google Chat from a script, build a chatbot reply, send a notification card, build a Google Chat webhook integration, or…

jezweb/claude-skills · 76 tokens

parcel-tracking

Track parcels and check delivery status for Australian and international couriers. Searches Gmail for dispatch/shipping emails and provides tracking links for all major Australian couriers including AusPost, StarTrack, Aramex, CouriersPlease, Sendle, Toll, Team Global Express, DHL, FedEx, TNT, Hunter Express, Border…

jezweb/claude-skills · 112 tokens

knowledge-base-builder

FAQ identification from support tickets, step-by-step tutorial creation, screenshot/video script guidance, search optimization, and self-service deflection tracking.

OneWave-AI/claude-skills · 31 tokens