plan-morning

plan-morning is a skill for Claude Code, Codex from LandonSchropp/agent-toolkit. It costs 39 tokens per session (3,163 once invoked), scanned A, original, no licence file.

A morning-planning workflow for a daily note. It includes gratitude, ways to improve the day, an affirmation, and personal or work tasks.

In plain words
What is it for?
Filling out morning journaling and planning today's personal and work tasks when the user asks to plan their morning.
Why use it?
It provides a repeatable structure for starting the day and recording priorities.

Skill for Claude CodeCodex

Part of the ls-notes plugin — 5 skills shipped together

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.

agentmods
npx agentmods add skills/landonschropp/agent-toolkit/plan-morning
Any agent
npx skills add LandonSchropp/agent-toolkit --skill plan-morning
Clone the repo
git clone --depth 1 https://github.com/LandonSchropp/agent-toolkit

Made for: Claude Code, Codex.

Or install ls-notes, the plugin that ships this one along with the rest of its 5 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 plan-morning

README.md
[![agentmods](https://agentmods.dev/badge/skills/landonschropp/agent-toolkit/plan-morning.svg)](https://agentmods.dev/skills/landonschropp/agent-toolkit/plan-morning)
Your own site
<a href="https://agentmods.dev/skills/landonschropp/agent-toolkit/plan-morning"><img src="https://agentmods.dev/badge/skills/landonschropp/agent-toolkit/plan-morning.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,163 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00039 $0.03163
Opus 5 $0.00019 $0.01581
Sonnet 5 $0.00008 $0.00633
Haiku 4.5 $0.00004 $0.00316

Measured today against content hash 1f667b2c8239, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

plan-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 today.

The scan reads SKILL.md. This mod also ships 24 executable files (scripts/apply-yesterday.rb, scripts/forward-tasks.rb, scripts/lib/daily_note.rb, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/ls-notes/skills/plan-morning/SKILL.md · 269 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. today Changed · -3 lines 1f667b2c8239
  2. 5d ago First seen · 272 lines · 39 tokens per session scan A 9f34b56863f4

Subscribe to this mod's changes

plan-morning is a skill published in the GitHub repository LandonSchropp/agent-toolkit (2 stars, last pushed today), with no licence file. It adds 39 tokens to every session and 3,163 once invoked, about $0.0002 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

newsjack-detector

Monitor current news and reaction signals, then decide which are credible newsjacking opportunities for a client. Uses the local monitoring engine for evidence, but the skill owns PR judgment, brand safety, standing, decay, angle fit, and handoff.

elvisun/newsjack · 54 tokens

crisis-holding

Draft crisis holding statements, journalist Q&A posture, and what-not-to-say guidance from confirmed incident facts, with a hard legal-counsel gate. Builds each statement through proven crisis-comms frameworks (holding-statement anatomy, SCCT, CAP order, the legitimate non-answer, bridge/flag/block).

elvisun/newsjack · 67 tokens

find-journalists

Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.

elvisun/newsjack · 69 tokens

voice-extractor

Capture a user's real writing voice from 5-20 prior samples, store a local voice.yaml fingerprint, and enforce it on newsjack drafts so AI tells disappear. Measures voice with named stylometry lenses (Burrows's Delta function-word vector, MATTR lexical diversity, sentence-length burstiness, Biber Dimension-1 register…

elvisun/newsjack · 90 tokens

fact-check

Extract factual claims from PR copy, verify each claim independently, attach concrete citations, and warn when certainty is low. Runs each claim through proven newsroom verification methods (lateral reading, source-tier climbing, provenance pillars, triangulation, calibrated rating) and puts the burden of proof on the…

elvisun/newsjack · 85 tokens

newsjack-triage

Consolidate freshness-gated newsjack signals and route them by client standing before angle generation. Collapses any remaining same-story duplicates, decides strong/partial/none standing with a journalist-shape sanity check, and sorts each story into pitchready, bigstory (always-surfaced suggestion), or watch. Never…

elvisun/newsjack · 82 tokens