meeting-to-actions

meeting-to-actions is a skill for Claude Code, Codex from tmusser/context-to-action-skills. It costs 25 tokens per session (428 once invoked), scanned A, original, MIT.

A tool that turns meeting notes, transcripts, chat threads, emails, or ticket discussions into a compact action record. It identifies decisions, tasks, owners, dates, blockers, and follow-ups when the source supports them.

In plain words
What is it for?
Use it for post-meeting cleanup, preparing follow-up messages or ticket updates, and extracting actions from Zoom transcripts, notes, Slack, email, or document comments.
Why use it?
It removes the need to reread a long meeting or discussion to find what was agreed and who needs to act. It also highlights missing owners, deadlines, and unclear blockers.

Skill for Claude CodeCodex

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

Good fit Use it for post-meeting cleanup, preparing follow-up messages or ticket updates, and extracting actions from Zoom transcripts, notes, Slack, email, or document comments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tmusser/context-to-action-skills/meeting-to-actions
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 meeting-to-actions
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 meeting-to-actions

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/tmusser/context-to-action-skills/meeting-to-actions"><img src="https://agentmods.dev/badge/skills/tmusser/context-to-action-skills/meeting-to-actions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 428 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.00025 $0.00428
Opus 5 $0.00013 $0.00214
Sonnet 5 $0.00005 $0.00086
Haiku 4.5 $0.00003 $0.00043

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

Security

Grade A, and why

meeting-to-actions 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 12d 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/meeting-to-actions/SKILL.md · 68 lines

What it actually says

meeting-to-actions

Purpose

Turn meeting content into a compact action record without making the user reread the whole transcript.

Use For

  • Zoom transcripts
  • Meeting notes
  • Slack threads
  • Email chains
  • Doc comment threads
  • Ticket discussions
  • Post-meeting cleanup
  • Preparing follow-up messages or ticket updates

Inputs

  • Zoom transcript
  • Notes
  • Agenda
  • Related ticket or doc context when useful
  • A reduce-to-facts ledger or conversation-state record

Guardrails

  • Read before write.
  • Do not send follow-ups or update tickets unless explicitly asked.
  • Separate decisions made from open decisions.
  • Name owners and dates only when the source supports them.
  • Surface missing owners, due dates, and unclear blockers.
  • Do not dump raw transcript content by default.

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 action record.
  • Do not send, publish, update tickets, create events, or mutate systems unless explicitly asked.

Output

  • Decisions made
  • Open decisions
  • Action items with owner and due date
  • Blockers
  • Follow-up drafts
  • Tickets/docs to update if applicable
  • Source gaps

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

Success Standard

The user should leave the meeting with an action record they can send or use immediately.

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. 12d ago First seen · 68 lines · 25 tokens per session scan A 4d712c9e2c2a

Subscribe to this mod's changes

meeting-to-actions is a skill published in the GitHub repository tmusser/context-to-action-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 25 tokens to every session and 428 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

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

jira-workflow

Orchestrate Jira workflows end-to-end. Use when building stories with approvals, transitioning items through lifecycle states, or syncing task completion with Jira.

aiskillstore/marketplace · 33 tokens

jira-safe

Implement SAFe methodology in Jira. Use when creating Epics, Features, Stories with proper hierarchy, acceptance criteria, and parent-child linking.

aiskillstore/marketplace · 31 tokens

migration-tracker

Context for ongoing migration from old Portfolio Buddy app. Use when: fixing bugs, adding migrated features, checking feature parity, or understanding why certain code exists. Contains list of 40 features being migrated and known issues.

aiskillstore/marketplace · 47 tokens

linear

Manages Linear issues, teams, and projects via CLI. Lists issues, creates tasks, views details, links issues, and runs GraphQL queries. Must use for "my Linear issues", "create Linear task", "link issues in Linear", "Linear API query", or any Linear project management request.

aiskillstore/marketplace · 63 tokens