Agent skill
meeting-notes
Creates structured meeting notes, minutes, and action items from conversations or transcripts. Use when documenting meetings, standups, retrospectives, or extracting action items from discussions.
Install this agent skill to your Project
npx add-skill https://github.com/Cambridge-AI-Build-Club/MCP-Workshop/tree/main/3-skills/meeting-notes
SKILL.md
Meeting Notes
Quick Start
For any meeting, capture:
- Context: Date, attendees, purpose
- Key Points: Main discussion topics
- Decisions: What was decided
- Actions: Who does what by when
Meeting Type Workflows
Standup/Daily? → Quick format, focus on blockers
Team Meeting? → Standard format with discussion notes
Board/Formal? → Detailed minutes with motions
Retrospective? → What worked, what didn't, improvements
For meeting templates, see TEMPLATES.md.
From Transcript to Notes
When processing a transcript:
Processing Checklist:
- [ ] Identify meeting type and attendees
- [ ] Extract key discussion points
- [ ] Note all decisions made
- [ ] List action items with owners and deadlines
- [ ] Summarize in appropriate template
Step 1: Scan for meeting context (who, what, when)
Step 2: Identify decision points (look for: "let's go with", "agreed", "we'll do")
Step 3: Extract action items (look for: "will", "by Friday", "take the lead on")
Step 4: Apply appropriate template from TEMPLATES.md
Action Item Format
Always structure action items as:
[ ] [OWNER]: [Task description] — [Deadline]
Example:
[ ] @alice: Update API documentation — Dec 15
[ ] @bob: Review security findings — EOD Friday
[ ] @team: Submit feedback on proposal — Next standup
Output Quality
Good meeting notes are:
- Scannable: Key info visible at a glance
- Actionable: Clear next steps with owners
- Complete: Nothing important omitted
- Concise: No unnecessary detail
For output examples, see EXAMPLES.md.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
code-review
Performs structured code reviews focusing on bugs, security, performance, and best practices. Use when reviewing code, pull requests, diffs, or when the user asks for feedback on implementations.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
Didn't find tool you were looking for?