Agent skill · Workflow & Productivity

meeting-notes-and-actions

Turn meeting transcripts or rough notes into crisp summaries with decisions, risks, and owner-tagged action items; use for Zoom/Meet/Teams transcripts, call notes, or long meeting chats to generate share-ready outputs.

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill meeting-notes-and-actions --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Path: meeting-notes-and-actions/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Meeting Notes & Actions Process transcripts into structured notes and action items. ## Inputs to ask for - Source: pasted transcript/text or file path; meeting title/date; attendees and their handles. - Output style: terse bullets vs. narrative, action-item format, due date/owner tags, redaction rules if any. ## Workflow 1) Normalize text: strip timestamps/speaker labels if noisy; lightly clean filler words; keep quoted statements intact. 2) Extract essentials: agenda topics, key decisions, open questions, risks/blocked items. 3) Action items: who/what/when. Convert vague asks into concrete tasks; propose due dates if missing. 4) Produce output: - Header with meeting title, date, attendees. - Sections: `Summary`, `Decisions`, `Open Questions/Risks`, `Action Items` (checkboxes with owner + due). 5) Quality checks: ensure names are consistent; no hallucinated facts; flag ambiguities as clarifying questions. ## Optional extras - Include timeline of major moments if timestamps exist. - Provide short Slack/Email-ready blurb (2–3 sentences) plus the full notes.

What's inside
Steps it walks through
  1. Inputs to ask for
  2. Workflow
  3. Optional extras
More from awesome-codex-skills
All skills →
About this skill
What does the meeting-notes-and-actions skill do?

Turn meeting transcripts or rough notes into crisp summaries with decisions, risks, and owner-tagged action items; use for Zoom/Meet/Teams transcripts, call notes, or long meeting chats to generate share-ready outputs.

How do I install it?

Run `npx skills add composio-community/awesome-codex-skills --skill meeting-notes-and-actions --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going