meeting-prep

meeting-prep is a skill for Claude Code from seandavi/lifeos-template. It costs 97 tokens per session (1,230 once invoked), scanned A, original, no licence file.

A meeting-preparation routine that builds a short brief from calendar events and related personal notes.

In plain words
What is it for?
Preparing three things to know, three questions, one risk, and previous commitments for each upcoming meeting.
Why use it?
It gathers relevant background and previous commitments before a meeting, reducing the need to search for them manually.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Preparing three things to know, three questions, one risk, and previous commitments for each upcoming meeting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seandavi/lifeos-template/meeting-prep
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 seandavi/lifeos-template --skill meeting-prep
Clone the repo
git clone --depth 1 https://github.com/seandavi/lifeos-template

Made for: Claude Code.

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 meeting-prep

README.md
[![agentmods](https://agentmods.dev/badge/skills/seandavi/lifeos-template/meeting-prep/github.svg)](https://agentmods.dev/skills/seandavi/lifeos-template/meeting-prep)
Your own site
<a href="https://agentmods.dev/skills/seandavi/lifeos-template/meeting-prep"><img src="https://agentmods.dev/badge/skills/seandavi/lifeos-template/meeting-prep/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 meeting-prep

Your own site · 80×15
<a href="https://agentmods.dev/skills/seandavi/lifeos-template/meeting-prep"><img src="https://agentmods.dev/badge/skills/seandavi/lifeos-template/meeting-prep.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,230 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 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.00097 $0.01230
Opus 5 $0.00048 $0.00615
Sonnet 5 $0.00019 $0.00246
Haiku 4.5 $0.00010 $0.00123

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

Security

Grade A, and why

meeting-prep 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 10d 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.

.claude/skills/meeting-prep/SKILL.md · 160 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 10d ago First seen · 160 lines · 97 tokens per session scan A fd7b160f5508

Subscribe to this mod's changes

meeting-prep is a skill published in the GitHub repository seandavi/lifeos-template (42 stars, last pushed 1mo ago), with no licence file. It adds 97 tokens to every session and 1,230 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-30.

Related

Other skills, from other repositories

workflow-tools

Work smarter with loop detection, parallel decisions, and file size analysis.

live-neon/skills · 16 tokens

batch

Execute batch operations on multiple files in parallel. Automatically discovers files, splits into chunks, and processes with parallel worker agents. Use /batch followed by operation and file pattern.

QwenLM/qwen-code · 37 tokens

loop

Create a loop that runs a prompt now and follows up either on a fixed schedule or through self-paced wakeups. Usage - /loop check the build, /loop 5m check the build, /loop check the PR every 30m. /loop list to show jobs, /loop clear to cancel all.

QwenLM/qwen-code · 66 tokens

notion

Notion API for creating and managing pages, databases, and blocks. Use when the user wants to create a Notion page, query a Notion database, update Notion properties, search Notion, add content to Notion, manage Notion blocks, or interact with Notion data sources and workspaces via the API.

elizaOS/eliza · 69 tokens

tmux

Remote-control tmux sessions for interactive CLIs by sending keystrokes, capturing pane output, and managing terminal multiplexer windows. Enables parallel coding-agent orchestration, background process management, and REPL interaction via sockets. Use when the agent needs to launch, monitor, or coordinate…

elizaOS/eliza · 87 tokens

slack

Use when the agent needs to send, edit, delete, or read Slack messages, add or list emoji reactions, pin or unpin messages, fetch member info, or list custom emoji in Slack channels and DMs. Handles all Slack workspace interactions including message management, reaction workflows, pinned-item management, and user…

elizaOS/eliza · 73 tokens