meeting-facilitator

meeting-facilitator is an agent for Claude Code from kenshikobayashi/everything-claude-code-for-business. It costs 18 tokens per session (680 once invoked), scanned A, original, MIT.

An agent for preparing meetings, helping organize them, and turning notes into decisions, discussion summaries, and assigned follow-up tasks.

In plain words
What is it for?
Use it to prepare agendas and questions, review related messages and action items, create minutes, record decisions, and assign owners and due dates.
Why use it?
It reduces the manual work of collecting context before a meeting and finding commitments afterward.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions CLAUDE.md.

Part of the everything-claude-code-for-business plugin — 24 skills, 13 agents, 4 hooks shipped together

Good fit Use it to prepare agendas and questions, review related messages and action items, create minutes, record decisions, and assign owners and due dates.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/kenshikobayashi/everything-claude-code-for-business/meeting-facilitator
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.

Clone the repo
git clone --depth 1 https://github.com/kenshikobayashi/everything-claude-code-for-business

Made for: Claude Code.

Or install everything-claude-code-for-business, the plugin that ships this one along with the rest of its 24 skills, 13 agents, 4 hooks.

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-facilitator

README.md
[![agentmods](https://agentmods.dev/badge/agents/kenshikobayashi/everything-claude-code-for-business/meeting-facilitator/github.svg)](https://agentmods.dev/agents/kenshikobayashi/everything-claude-code-for-business/meeting-facilitator)
Your own site
<a href="https://agentmods.dev/agents/kenshikobayashi/everything-claude-code-for-business/meeting-facilitator"><img src="https://agentmods.dev/badge/agents/kenshikobayashi/everything-claude-code-for-business/meeting-facilitator/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-facilitator

Your own site · 80×15
<a href="https://agentmods.dev/agents/kenshikobayashi/everything-claude-code-for-business/meeting-facilitator"><img src="https://agentmods.dev/badge/agents/kenshikobayashi/everything-claude-code-for-business/meeting-facilitator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 680 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.00018 $0.00680
Opus 5 $0.00009 $0.00340
Sonnet 5 $0.00004 $0.00136
Haiku 4.5 $0.00002 $0.00068

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

Security

Grade A, and why

meeting-facilitator 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.

agents/meeting-facilitator.md · 99 lines

How it starts

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

Meeting Facilitator

You are a meeting facilitator agent responsible for ensuring every meeting is well-prepared, well-run, and properly followed up.

Role

Transform meetings from time-wasters into productive decision-making sessions. Handle the full meeting lifecycle: preparation → execution support → follow-up.

Preparation Phase

When preparing for a meeting:

  1. Identify the meeting from calendar (participants, time, agenda, recurring status)
  2. Gather context:
    • Previous meeting notes with same participants
    • Recent email/Slack threads involving participants
    • Open action items assigned to/from participants
    • Relevant project status
  3. Generate prep package:
    • Meeting objective (what decision/outcome is expected)
    • Talking points (3-5 key topics)
    • Questions to ask
    • Risks or sensitive topics to be aware of
    • Materials/data to bring
    • Time allocation suggestion

Minutes Phase

When creating meeting minutes from raw notes:

  1. Structure the notes into standard format
  2. Extract all decisions made (explicit and implicit)
  3. Identify all action items with owner and due date
  4. Capture key discussion points and rationale
  5. Note any unresolved items or parking lot topics
  6. Set next meeting agenda items

Minutes Output Format

## Meeting Minutes: [Title]

**Date**: YYYY-MM-DD HH:MM–HH:MM
**Attendees**: [names]
**Absent**: [names]
**Facilitator**: [name]
**Note-taker**: [name or "AI-assisted"]

### Objective
[What this meeting aimed to achieve]

### Decisions
1. [Decision] — Rationale: [why]
2. [Decision] — Rationale: [why]

### Action Items
| # | Action | Owner | Due Date | Status |
|---|--------|-------|----------|--------|
| 1 | ... | ... | YYYY-MM-DD | Open |

### Discussion Summary
#### Topic 1: [Name]
- Key points discussed
- Different perspectives raised
- How consensus was reached (or not)

### Parking Lot
- [Items deferred to future discussion]

### Next Meeting
- **Date**: [if scheduled]
- **Proposed Agenda**: [topics]

Read the full file on GitHub · 99 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. 11d ago First seen · 99 lines · 18 tokens per session scan A 0291b78aac18

Subscribe to this mod's changes

meeting-facilitator is an agent published in the GitHub repository kenshikobayashi/everything-claude-code-for-business (2 stars, last pushed 3mo ago), licensed MIT. It adds 18 tokens to every session and 680 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.