today

today is a skill for Claude Code, Codex from conorbronsdon/agent-workspace. It costs 39 tokens per session (923 once invoked), scanned A, original, MIT.

A daily workspace check that reviews recent work, stale project information, deadlines, blockers, and stored notes.

In plain words
What is it for?
It is for starting the day, checking recent commits and session logs, finding outdated state, surfacing blockers, and suggesting memory or task-file updates.
Why use it?
It helps uncover missed updates or deadlines after a workday or a long gap between sessions.

Skill for Claude CodeCodex

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/conorbronsdon/agent-workspace/today
Any agent
npx skills add conorbronsdon/agent-workspace --skill today
Clone the repo
git clone --depth 1 https://github.com/conorbronsdon/agent-workspace

Made for: Claude Code, Codex.

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 today

README.md
[![agentmods](https://agentmods.dev/badge/skills/conorbronsdon/agent-workspace/today.svg)](https://agentmods.dev/skills/conorbronsdon/agent-workspace/today)
Your own site
<a href="https://agentmods.dev/skills/conorbronsdon/agent-workspace/today"><img src="https://agentmods.dev/badge/skills/conorbronsdon/agent-workspace/today.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 923 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00039 $0.00923
Opus 5 $0.00019 $0.00462
Sonnet 5 $0.00008 $0.00185
Haiku 4.5 $0.00004 $0.00092

Measured 4d ago against content hash 8012c96c57da, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

today 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 4d 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/today/SKILL.md · 98 lines

How it starts

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

/today — Morning Heartbeat

A daily check-in that catches staleness, surfaces deadlines, and proposes updates — including gaps left by sessions that closed without /end. Designed to run in under 60 seconds.

Invocation: user-only (disable-model-invocation: true) — the heartbeat is timed by you (mornings, or after a gap), and the flag keeps this skill out of ambient context.

Configuration

Read the optional workspace.yaml at the project root. Below, <state_dir>, <sessions_dir>, and <task_file> are its resolved values; defaults are state/, sessions/, and TODO.md. Staleness thresholds come from staleness.current_days (3), weekly_days (5), blockers_days (7). Full reference: docs/state-model.md.

Instructions

  1. Establish context. Get today's date. Read <state_dir>/heartbeat-log.md to find the last check-in date.

  2. Scan recent activity. In a git repository, run:

    git log --oneline --since="3 days ago"
    

    Then check <sessions_dir> for recent logs. This captures work even from sessions that closed without /end. Outside a git repository, rely on the session logs alone.

  3. Check state freshness. Same thresholds as start step 4 (staleness.* from config).

  4. Surface deadlines. Read <task_file> and scan for:

    • Items with dates in the next 7 days
    • Items marked urgent or time-sensitive
  5. Age-check open items. Read <state_dir>/current.md and check the *(created M/D)* dates on open threads:

    • Items >7 days old: flag as "stale — still relevant?"
    • Items >14 days old: escalate as "likely stale — remove or convert to task?" Present proposals. Do not auto-update.
  6. Identify memory gaps. Compare git-log activity against state files:

    • Decisions committed but not in <state_dir>/decisions.md?
    • Completed work not reflected in <state_dir>/current.md? List proposed updates. Do not auto-update. Wait for approval.
  7. Output format:

    MORNING CHECK-IN — [DATE] ([day of week])
    Last heartbeat: [date] ([N] days ago)
    
    SINCE LAST CHECK-IN:
    - [N] commits: [brief themes]
    - Session logs: [found/none]
    
    STATE:
    - current.md — [fresh/N days stale]
    - weekly-priorities.md — [fresh/N days stale]
    - blockers.md — [fresh/N days stale]
    
    DEADLINES (next 7 days):
    - [items, most urgent first]
    
    [If stale items found:]
    STALE ITEMS:
    - [item] — [N] days old. [Propose: remove / convert to task]
    
    [If memory gaps found:]
    MEMORY GAPS:
    - [proposed update]
    

Read the full file on GitHub · 98 lines

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. 4d ago First seen · 98 lines · 39 tokens per session scan A 8012c96c57da

Subscribe to this mod's changes

today is a skill published in the GitHub repository conorbronsdon/agent-workspace (2 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 923 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

Effective Memory

The essential habits for an AI agent with memory — session bookends, learning triggers, verification, safety, and the operational discipline that turns raw recall into compounding intelligence. Pinned, always-injected.

plur-ai/plur · 44 tokens

Context Doctor

Identify and repair degradation in system prompt, external memory, and skills preventing you from following instructions or remembering information as well as you should.

letta-ai/letta-code · 30 tokens

memanto-companion

Inspect and manage the cross-session engineering memory that Memanto maintains for your Claude Code skills. Use when the user asks what Memanto remembers, wants to see their engineering profile, manually recall context for a skill, or store a decision. The automatic lifecycle hooks handle capture/injection on their…

moorcheh-ai/memanto · 72 tokens

memory-recall

Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from historical context, past decisions, debugging notes, previous conversations, or project knowledge -- especially questions like 'what did I decide about X', 'why did we do Y', or 'have I seen this…

zilliztech/memsearch · 149 tokens

mnemon

Persistent memory CLI for LLM agents. Store facts, recall past knowledge, link related memories, manage lifecycle.

mnemon-dev/mnemon · 25 tokens

mnemon

Persistent memory for MiniMax Code. Recall durable context, store important facts and decisions, and link related memories with the mnemon CLI.

mnemon-dev/mnemon · 30 tokens