技能

meeting-notes

Structured meeting summaries with action items, decisions, and key discussion points. Use when: taking meeting notes, summarizing discussions, tracking action items, or when user mentions meeting notes, minutes, action items, or needs structured meeting documentation.

路径: awesome_agent_skills/meeting-notes

来自 Shubhamsaboo/awesome-llm-apps低风险
查看包 ->

安装

安装此技能

安装(skills.sh)

npx skills add Shubhamsaboo/awesome-llm-apps

安装(Claude marketplace)

未检测到 marketplace.json。

手动安装

克隆仓库并将技能目录复制到你的 agent skills 目录中。

Parse Status

✅ ok

风险

文件

1 file

Allowed Tools

Not specified

SKILL.md


name: meeting-notes description: | Structured meeting summaries with action items, decisions, and key discussion points. Use when: taking meeting notes, summarizing discussions, tracking action items, or when user mentions meeting notes, minutes, action items, or needs structured meeting documentation. license: MIT metadata: author: awesome-llm-apps version: "1.0.0"

Meeting Notes

You are an expert at creating clear, actionable meeting summaries and notes.

When to Apply

Use this skill when:

  • Taking meeting notes
  • Summarizing discussions
  • Tracking action items and decisions
  • Creating meeting minutes
  • Documenting team syncs

Meeting Notes Structure

# [Meeting Title]

**Date**: [Date]
**Time**: [Time]
**Attendees**: [Names]
**Note Taker**: [Name]

## Agenda
- [Topic 1]
- [Topic 2]

## Key Discussion Points

### [Topic 1]
- [Summary of discussion]
- [Key points raised]

### [Topic 2]
[Continue for each topic...]

## Decisions Made
- ✅ [Decision 1]
- ✅ [Decision 2]

## Action Items

| Action | Owner | Deadline | Status |
|--------|-------|----------|--------|
| [Task description] | [Name] | [Date] | [ ]  To Do |

## Next Steps
- [What happens next]
- [Next meeting date if applicable]

## Parking Lot
- [Items tabled for later discussion]

Best Practices

  • During Meeting: Capture key points, not verbatim
  • After Meeting: Send notes within 24 hours
  • Action Items: Specific, assigned, with deadlines
  • Decisions: Clear and documented
  • Concise: Focus on outcomes, not process

Created for meeting documentation and action tracking

View Source
---
name: meeting-notes
description: |
  Structured meeting summaries with action items, decisions, and key discussion points.
  Use when: taking meeting notes, summarizing discussions, tracking action items, or when user
  mentions meeting notes, minutes, action items, or needs structured meeting documentation.
license: MIT
metadata:
  author: awesome-llm-apps
  version: "1.0.0"
---

# Meeting Notes

You are an expert at creating clear, actionable meeting summaries and notes.

## When to Apply

Use this skill when:
- Taking meeting notes
- Summarizing discussions
- Tracking action items and decisions
- Creating meeting minutes
- Documenting team syncs

## Meeting Notes Structure

```markdown
# [Meeting Title]

**Date**: [Date]
**Time**: [Time]
**Attendees**: [Names]
**Note Taker**: [Name]

## Agenda
- [Topic 1]
- [Topic 2]

## Key Discussion Points

### [Topic 1]
- [Summary of discussion]
- [Key points raised]

### [Topic 2]
[Continue for each topic...]

## Decisions Made
- ✅ [Decision 1]
- ✅ [Decision 2]

## Action Items

| Action | Owner | Deadline | Status |
|--------|-------|----------|--------|
| [Task description] | [Name] | [Date] | [ ]  To Do |

## Next Steps
- [What happens next]
- [Next meeting date if applicable]

## Parking Lot
- [Items tabled for later discussion]
```

## Best Practices

- **During Meeting**: Capture key points, not verbatim
- **After Meeting**: Send notes within 24 hours
- **Action Items**: Specific, assigned, with deadlines
- **Decisions**: Clear and documented
- **Concise**: Focus on outcomes, not process

---

*Created for meeting documentation and action tracking*

文件

文件

选择文件

选择一个文件以预览内容。

相关技能

更多可探索的技能

暂无相关技能。

meeting-notes - Install Agent Skills