agenda

agenda is a skill for Claude Code from tonydzi/second-brain-starter-kit. It costs 83 tokens per session (779 once invoked), scanned A, original, MIT.

A read-only daily summary skill that combines today's calendar events with tasks that specifically need the user's attention. It can also surface follow-ups, replies, and money or legal deadlines.

In plain words
What is it for?
Showing today's meetings and reminders, finding leads or people awaiting a reply, highlighting deadlines, and producing a concise personal agenda.
Why use it?
It reduces the need to check several places to understand the day's important commitments. It summarizes information but does not send messages, book appointments, or commit changes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the second-brain-skills plugin — 57 skills shipped together

Good fit Showing today's meetings and reminders, finding leads or people awaiting a reply, highlighting deadlines, and producing a concise personal agenda.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tonydzi/second-brain-starter-kit/agenda
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 tonydzi/second-brain-starter-kit --skill agenda
Clone the repo
git clone --depth 1 https://github.com/tonydzi/second-brain-starter-kit

Made for: Claude Code.

Or install second-brain-skills, the plugin that ships this one along with the rest of its 57 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 agenda

README.md
[![agentmods](https://agentmods.dev/badge/skills/tonydzi/second-brain-starter-kit/agenda/github.svg)](https://agentmods.dev/skills/tonydzi/second-brain-starter-kit/agenda)
Your own site
<a href="https://agentmods.dev/skills/tonydzi/second-brain-starter-kit/agenda"><img src="https://agentmods.dev/badge/skills/tonydzi/second-brain-starter-kit/agenda/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 agenda

Your own site · 80×15
<a href="https://agentmods.dev/skills/tonydzi/second-brain-starter-kit/agenda"><img src="https://agentmods.dev/badge/skills/tonydzi/second-brain-starter-kit/agenda.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 779 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.00083 $0.00779
Opus 5 $0.00042 $0.00390
Sonnet 5 $0.00017 $0.00156
Haiku 4.5 $0.00008 $0.00078

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

Security

Grade A, and why

agenda 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 8d 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/agenda/SKILL.md · 43 lines

How it starts

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

/agenda — today at a glance

🧒 When reporting to Anton end with a child-simple "In plain words" recap. (memory eli5-always)

A fast, read-only "what does my day look like" — the manual counterpart of the scheduled Tg calendar agenda task (same intent, fired by hand). It assembles, it does NOT act (sending/booking lives in /pipeline + /intro).

Assemble (read-only)

  1. Calendarmcp__a63ab772-..._list_events for today across Anton's calendars (list_calendars first if unsure). If that tool id is stale (connector reconnected), load it via ToolSearch query "calendar list events" like the tg-calendar-agenda twin does. His reminders live in [email protected], times in Europe/Lisbon (he lives there mostly — [[remind-anton-via-calendar]]). List meetings/reminders with times.
  2. Needs HIM personally — the rare things only Anton can clear: leads due today (read $IMPORTS_ROOT/tg_followups.json + Platinum CRM, or call /pipeline's triage logic), a real human awaiting his reply, a money/legal deadline. He doesn't read email → surface only the email items that need HIM ([[anton-doesnt-read-email]]); no digest walls.
  3. Today's one commitment — if /coach logged an evening "tomorrow's one commitment" in 04-Coach/, echo it.

Rank & present

Top of the list = time-bound + needs-Anton (a meeting in 2h, a lead going cold). Then fixed calendar blocks. Then nice-to-have. Keep it tight — this is a glance, not a report. Offer the obvious next action ("work the leads → /pipeline", "a meeting with no agenda → /intro").

Safety

Read-only. Never send a message, book, or commit from here — hand off to /pipeline, /intro, or ask.

Output

A short ranked agenda (≤~8 lines): ⏰ time-bound first, then context. Then 🧒 recap. Visual option: the Life-OS / Coach dashboards already render the day by eye ([[prefer-visual-dashboards]]).


About & contact

Built and battle-tested at Palo Alto AI Research Lab — a fleet of Claude Code machines running 24/7 as a second brain and synthetic cofounder. Every skill here survived real production use before publication.

Read the full file on GitHub · 43 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. 8d ago First seen · 43 lines · 83 tokens per session scan A 2c019a8bc791

Subscribe to this mod's changes

agenda is a skill published in the GitHub repository tonydzi/second-brain-starter-kit (5 stars, last pushed 9d ago), licensed MIT. It adds 83 tokens to every session and 779 once invoked, about $0.0004 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

superbrain-distill

Internal SuperBrain skill — run by the detached capture child to distill a session-event delta into routed Obsidian notes. Not for direct user invocation.

m3talux/superbrain · 36 tokens

inbox

An inbox-management skill for scanning an LLM Wiki inbox, previewing pending files, choosing how to process them, and sending selected material through an import step.

johnfkoo951/cmds-llm-wiki · 43 tokens

autoresearch

Run a bounded, source-grounded research loop, draft a cited dossier, and optionally propose a separately reviewed canonical vault merge. Use when the user wants autonomous or deep research that may access the public web. Triggers: /autoresearch, autoresearch, research this topic, deep dive into, investigate, find…

AgriciDaniel/claude-obsidian · 80 tokens

wiki-ingest

Ingest supplied source material into an Obsidian vault with provenance and claim tracking: pasted text, files staged in the selected vault's inbox or .raw archive, or explicitly approved URLs. Use for a single source or bounded batch, not for saving an assistant answer. Triggers: ingest, ingest this file, ingest this…

AgriciDaniel/claude-obsidian · 88 tokens

canvas

Create, inspect, and update Obsidian JSON Canvas boards with text, file, link, group, and edge nodes. Use for canvas status, canvas lists, visual maps, zones, spatial layouts, adding vault notes or media to a .canvas file, and requests such as create canvas, add to canvas, or put this on the canvas.

AgriciDaniel/claude-obsidian · 72 tokens

defuddle

Plan and, with explicit network consent, use an optional external Defuddle cleaner to extract article-like HTTPS pages as Markdown. Use for defuddle, clean this URL, strip page clutter, readable Markdown from a web page, or preparing a web source for later wiki ingestion.

AgriciDaniel/claude-obsidian · 57 tokens