morning

morning is a skill for Claude Code from ao92265/claude-code-playbook. It costs 100 tokens per session (586 once invoked), scanned A, original, MIT.

A briefing that summarizes parked Claude Code sessions across terminals, including their branches, uncommitted changes, recent requests, and last actions. A parked session is work left open to resume later.

In plain words
What is it for?
Use it at the start of the day to review active sessions, spot risky unfinished work or open pull requests, and decide which terminal to resume first.
Why use it?
It helps you find where unfinished work was left without reopening and rereading every terminal.

Skill for Claude Code

Written for Claude Code: SessionStart hook event. Also seen: reads .claude/ paths; mentions Claude Code.

Part of the playbook plugin — 48 skills, 4 hooks shipped together

Good fit Use it at the start of the day to review active sessions, spot risky unfinished work or open pull requests, and decide which terminal to resume first.

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

Made for: Claude Code.

Or install playbook, the plugin that ships this one along with the rest of its 48 skills, 4 hooks.

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 morning

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ao92265/claude-code-playbook/morning"><img src="https://agentmods.dev/badge/skills/ao92265/claude-code-playbook/morning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 586 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.00100 $0.00586
Opus 5 $0.00050 $0.00293
Sonnet 5 $0.00020 $0.00117
Haiku 4.5 $0.00010 $0.00059

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

Security

Grade A, and why

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 9d 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/morning/SKILL.md · 55 lines

What it actually says

Morning Briefing

You run many Claude Code terminals at once and park them at end of day. This skill reconstructs what each was doing from the central handoff store (written automatically by the stop-handoff.sh Stop hook), so you can pick up cleanly.

Steps

  1. Run the briefing script (it does the scanning — don't hand-roll it):

    bash ~/.claude/scripts/morning.sh        # full detail for the 6 most-recent
    bash ~/.claude/scripts/morning.sh 12     # show more
    

    If the script is missing, fall back to listing the store directly: ls -t ~/.claude/handoffs/*.md | grep -v compact and cat the top few.

  2. Summarize for the user, don't dump. Read the script output and present a tight digest:

    • One line per parked session: name, branch, uncommitted count, last ask.
    • Flag anything that looks mid-task or has a dirty tree that won't compile.
    • Surface open PRs that need attention.
  3. Recommend an order. Suggest which terminal to resume first (e.g. the one with the most uncommitted work, or a blocked PR), and remind the user the model is start a fresh session per worktree and let SessionStart inject the handoff — not claude --resume on a bloated transcript.

Notes

  • The handoff files are machine-written and may be slightly stale — always verify git status / branch in the actual worktree before acting.
  • For a curated, human-authored handoff of a single session, use /handoff (writes SESSION_NOTES.md); this skill is the cross-session roll-up.
  • Pair with the recon TUI for live "which session needs input right now" status; /morning is the narrative catch-up, recon is the live overlay.
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. 9d ago First seen · 55 lines · 100 tokens per session scan A 8a19a671f6c7

Subscribe to this mod's changes

morning is a skill published in the GitHub repository ao92265/claude-code-playbook (10 stars, last pushed today), licensed MIT. It adds 100 tokens to every session and 586 once invoked, about $0.0005 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.