meeting-coach-worker

meeting-coach-worker is a skill for Codex from shareAI-lab/lab-skills. It costs 76 tokens per session (2,019 once invoked), scanned A, original, Apache-2.0.

A coaching workflow that helps an individual contributor turn meeting notes, transcripts, or work updates into clear expectations, next actions, and readiness for the next review. It can also compare patterns across several meetings.

In plain words
What is it for?
Use it after a meeting to find decisions and next steps, while working to check for drift, before a meeting to prepare an update, or across meetings to identify repeated expectations and problems.
Why use it?
Meeting information often does not clearly explain what the manager expects or what should happen next. This workflow connects the discussion to concrete work and identifies gaps in delivery.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents.

Good fit Use it after a meeting to find decisions and next steps, while working to check for drift, before a meeting to prepare an update, or across meetings to identify repeated expectations and problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shareai-lab/lab-skills/meeting-coach-worker
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 shareAI-lab/lab-skills --skill meeting-coach-worker
Clone the repo
git clone --depth 1 https://github.com/shareAI-lab/lab-skills

Made for: 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-coach-worker

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/shareai-lab/lab-skills/meeting-coach-worker"><img src="https://agentmods.dev/badge/skills/shareai-lab/lab-skills/meeting-coach-worker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,019 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00076 $0.02019
Opus 5 $0.00038 $0.01009
Sonnet 5 $0.00015 $0.00404
Haiku 4.5 $0.00008 $0.00202

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

Security

Grade A, and why

meeting-coach-worker 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.

team-collaboration/meeting-coach-worker/SKILL.md · 215 lines

How it starts

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

Meeting Coach: Worker

Help the worker turn meetings into better work instead of maintaining a process system. Keep the default interaction simple.

Choose the immediate need

Support four common requests:

  • After a meeting: tell me what was decided, what the manager really expects, and what I should do next.
  • Review the latest work: use the manager's questions, corrections, acceptance, and rejection in the latest meeting to diagnose what was wrong or effective in the previous work.
  • During work: inspect my current work, identify drift and missing evidence, and recommend the next highest-value action.
  • Before a meeting: decide whether the work is ready to report and prepare a concise report plus likely questions.
  • Across several meetings: identify repeated expectations, bad cases, good cases, meeting-quality problems, and the actual work for the coming days.

Do not force the user through stages. Infer the mode from the request and produce the smallest useful answer.

Read expectation-rubric.md when diagnosing repeated delivery problems or giving coaching. Read templates.md only when a reusable written artifact would help.

Read the evidence

  1. Preserve every explicitly supplied file and read the complete relevant corpus.
  2. Prefer raw transcripts over AI-generated minutes when they conflict.
  3. Distinguish:
    • what a participant said;
    • what the meeting decided;
    • what is verified outside the meeting;
    • what is still an assumption or unknown.
  4. Trace repeated manager questions and corrections across meetings. Repetition usually reveals a stable expectation.
  5. Cite the meeting or artifact behind consequential conclusions.

Do not infer personality, intelligence, or intent. Describe observable work behavior and its effect.

Answer five practical questions

For most tasks, answer these directly:

  1. What decision or result is the work supposed to support?
  2. What does the manager actually expect to see?
  3. What has been delivered, and what is still missing or off track?
  4. What should the employee do next, in priority order?
  5. Is the work ready to report, and how should it be presented?

Read the full file on GitHub · 215 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 215 lines · 76 tokens per session scan A a3618876d064

Subscribe to this mod's changes

meeting-coach-worker is a skill published in the GitHub repository shareAI-lab/lab-skills (314 stars, last pushed 16d ago), licensed Apache-2.0. It adds 76 tokens to every session and 2,019 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-30.