brief-me

brief-me is a skill for Claude Code, Codex from tmusser/context-to-action-skills. It costs 17 tokens per session (433 once invoked), scanned A, original, MIT.

A skill that turns scattered workplace information into a short, useful brief. It can work from sources such as Slack, email, calendars, meeting transcripts, project tools, or pasted notes.

In plain words
What is it for?
Use it before a meeting, when asking what changed, or when deciding which messages and tasks need your response.
Why use it?
It helps you catch up without reading every message or transcript and separates confirmed facts from assumptions, missing information, and suggested next steps.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it before a meeting, when asking what changed, or when deciding which messages and tasks need your response.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tmusser/context-to-action-skills/brief-me
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 tmusser/context-to-action-skills --skill brief-me
Clone the repo
git clone --depth 1 https://github.com/tmusser/context-to-action-skills

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 brief-me

README.md
[![agentmods](https://agentmods.dev/badge/skills/tmusser/context-to-action-skills/brief-me/github.svg)](https://agentmods.dev/skills/tmusser/context-to-action-skills/brief-me)
Your own site
<a href="https://agentmods.dev/skills/tmusser/context-to-action-skills/brief-me"><img src="https://agentmods.dev/badge/skills/tmusser/context-to-action-skills/brief-me/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 brief-me

Your own site · 80×15
<a href="https://agentmods.dev/skills/tmusser/context-to-action-skills/brief-me"><img src="https://agentmods.dev/badge/skills/tmusser/context-to-action-skills/brief-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 433 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.00017 $0.00433
Opus 5 $0.00009 $0.00217
Sonnet 5 $0.00003 $0.00087
Haiku 4.5 $0.00002 $0.00043

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

Security

Grade A, and why

brief-me 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 11d 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/brief-me/SKILL.md · 71 lines

What it actually says

brief-me

Purpose

Turn messy connected or pasted context into a short conversation-state brief the user can act on quickly.

Use For

  • "What did I miss?"
  • "Brief me before this meeting."
  • "What changed since Monday?"
  • "What needs my response?"

Inputs

  • Slack
  • Gmail
  • Calendar
  • Zoom transcript
  • Atlassian
  • Hex or other data output
  • Pasted notes
  • Any combination of the above
  • A reduce-to-facts ledger or conversation-state record

Guardrails

  • Read before write.
  • Do not send messages, create events, update tickets, or publish outputs unless explicitly asked.
  • Separate source-backed facts from assumptions and suggestions.
  • Prefer small source windows.
  • Surface source gaps.
  • Do not dump raw transcript content by default.
  • Keep the output workplace-user friendly.

Portable Output Contract

  • Use only the useful subset of source-backed facts, assumptions, source gaps, stakeholder sensitivities, potential misreads, and the suggested next action.
  • Use the smallest useful output.
  • Label assumptions and preserve source gaps, source anchors, and confidence labels.
  • When consuming upstream state, do not promote an assumption, inference, open question, proposed action, or stakeholder position into a fact, decision, commitment, owner, or deadline without new source support.
  • Keep unresolved approvals, owners, timing, and blockers explicit in the brief.
  • Do not send, publish, update tickets, create events, or mutate systems unless explicitly asked.

Output

  • Conversation state
  • What changed
  • What needs response
  • Action state
  • Source confidence
  • Suggested next response
  • Meetings to prep for
  • Suggested follow-ups
  • Source gaps

When the user wants a fuller record, use the optional CONVERSATION_STATE.md template from this pack when it is available.

Success Standard

The user should be able to scan the brief and know what matters within 5 minutes.

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. 11d ago First seen · 71 lines · 17 tokens per session scan A e8ccbe97f8de

Subscribe to this mod's changes

brief-me is a skill published in the GitHub repository tmusser/context-to-action-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 17 tokens to every session and 433 once invoked, about $0.0001 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

eisenhower-matrix

"What is important is seldom urgent and what is urgent is seldom important." Master Dwight D. Eisenhower's prioritization framework to focus on what truly matters. Use when: Feeling overwhelmed by too many tasks and not enough time; Weekly planning to set priorities for the week ahead; Daily triage when everything…

guia-matthieu/clawfu-skills · 101 tokens

time-energy-management

Manage PM time and energy across competing demands without burning out or dropping critical work. Covers prioritization of PM activities, calendar discipline, and sustainable pace. Use when overwhelmed by meetings, losing time to reactive work, or when important strategic work keeps getting pushed.

Dragoon0x/product-skills · 55 tokens

pm

When you want to manage projects across your businesses using a kanban + Eisenhower methodology. One kanban per business (whatever portfolio of businesses, projects, or initiatives you run). Tool-agnostic — connects via API/MCP to whatever PM tool each business uses (Notion, GitHub Projects, Plane, Linear, Obsidian…

coreyhaines31/makerskills · 206 tokens

azure-devops

Manage Azure DevOps projects, work items, repos, PRs, pipelines, wikis, test plans, security alerts, variable groups, environments/approvals, branch policies, and attachments. Use when user asks to: manage sprints, create/update work items, list repos, create PRs, run pipelines, search code, manage wiki pages, check…

sanjay3290/ai-skills · 105 tokens

atlassian

Manage Jira issues and Confluence wiki pages in Atlassian Cloud. Use when: (1) searching/creating/updating Jira issues with JQL, (2) searching/reading/creating Confluence pages with CQL, (3) managing Jira workflows, transitions, and comments, (4) browsing Confluence spaces and page hierarchies. Supports OAuth 2.1 via…

sanjay3290/ai-skills · 96 tokens

gmail

Interact with Gmail - search emails, read messages, send emails, create drafts, and manage labels. Use when user asks to: search email, read email, send email, create email draft, mark as read, archive email, star email, or manage Gmail labels. Lightweight alternative to full Google Workspace MCP server with…

sanjay3290/ai-skills · 70 tokens