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.
git clone --depth 1 https://github.com/eddiebelaval/squireWrote 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/commands/eddiebelaval/squire/morning)<a href="https://agentmods.dev/commands/eddiebelaval/squire/morning"><img src="https://agentmods.dev/badge/commands/eddiebelaval/squire/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/commands/eddiebelaval/squire/morning"><img src="https://agentmods.dev/badge/commands/eddiebelaval/squire/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.00000 | $0.01018 |
| Opus 5 | $0.00000 | $0.00509 |
| Sonnet 5 | $0.00000 | $0.00204 |
| Haiku 4.5 | $0.00000 | $0.00102 |
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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/morning - Daily Morning Brief
Load context, check status across all projects, surface priorities for the day.
Pre-computed Context
TODAY=$(date +%Y-%m-%d)
DAY_OF_WEEK=$(date +%A)
Date: $TODAY ($DAY_OF_WEEK)
Process
1. Load Memory Context
Read ~/.claude/MEMORY.md for:
- Active projects and their status
- Current focus area
- Any deadlines or reminders
Read ~/.claude/projects/-Users-eddiebelaval-Development/memory/session-log.md for:
- What was worked on yesterday
- Any unfinished tasks or blockers
2. Cross-Project Git Status
Check each active project for uncommitted work and open PRs:
# Homer
cd ~/Development/Homer && echo "=== HOMER ===" && git status -s && git log --oneline -3
# Parallax
cd ~/Development/id8/products/parallax && echo "=== PARALLAX ===" && git status -s && git log --oneline -3
# Rune
cd ~/Development/id8/products/rune && echo "=== RUNE ===" && git status -s && git log --oneline -3
# Vox
cd ~/Development/id8/products/vox && echo "=== VOX ===" && git status -s && git log --oneline -3
# Claude Code Artifacts
cd ~/Development/claude-code-visualize && echo "=== ARTIFACTS ===" && git status -s && git log --oneline -3
Check for open PRs across repos:
gh pr list --state open --json title,url,repository 2>/dev/null
3. Active Tasks
Scan workspace task directories for active tasks:
# Homer tasks
ls ~/Development/Homer/workspace/tasks/*.md 2>/dev/null
# Parallax tasks
ls ~/Development/id8/products/parallax/workspace/tasks/*.md 2>/dev/null
Sort by priority (high > medium > low).
4. Infrastructure Health
Check HYDRA job status:
launchctl list | grep -i hydra 2>/dev/null
Check for any failed launchd jobs:
launchctl list | grep -E "hydra|vox|e2e" 2>/dev/null
5. Deadlines & Reminders
Check MEMORY.md for any upcoming deadlines. Known recurring:
- Annual Report: May 1, 2026 ($138.75)
- Capital One Spark Classic: Call by March 10, 2026
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.
- 5d ago First seen · 145 lines · 0 tokens per session scan A 07952f4b0605
morning is a command published in the GitHub repository eddiebelaval/squire (21 stars, last pushed 23d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,018 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-09-03.
Other commands, from other repositories
add-todo
Capture idea or task as todo from current conversation context.
bucle
Lanzar bucle autónomo para ejecutar historias del PRD.
start
Get oriented with ArcKit — guided project onboarding, workflow selection, and command recommendations.
sugar-review
Review and manage pending Sugar tasks interactively.
discuss-phase
Gather phase context through adaptive questioning before planning.
note
Zero-friction idea capture. Append, list, or promote notes to todos.