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.
npx skills add ao92265/claude-code-playbook --skill morninggit clone --depth 1 https://github.com/ao92265/claude-code-playbookWrote 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.
[](https://agentmods.dev/skills/ao92265/claude-code-playbook/morning)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
-
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 moreIf the script is missing, fall back to listing the store directly:
ls -t ~/.claude/handoffs/*.md | grep -v compactandcatthe top few. -
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.
-
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 --resumeon 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(writesSESSION_NOTES.md); this skill is the cross-session roll-up. - Pair with the recon TUI for live "which session needs input right now"
status;
/morningis the narrative catch-up, recon is the live overlay.
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.
- 9d ago First seen · 55 lines · 100 tokens per session scan A 8a19a671f6c7
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.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.