From yuque-group
Formats raw meeting content into structured Markdown notes with agenda, discussions, decisions, action items, and archives to a group Yuque knowledge base repo. For team meeting summaries.
npx claudepluginhub yuque/yuque-pluginThis skill uses the workspace's default tool permissions.
Take raw meeting information from the user, format it into a standard meeting notes template, and create a document in the team's Yuque knowledge base.
Formats raw meeting content into structured markdown notes with agenda, discussions, decisions, actions, and archives to group Yuque knowledge base via yuque-mcp tools. Requires group token.
Structures and formats meeting notes using PM best practices with templates for agendas, decisions, action items, discussions, and next steps. Useful for capturing outcomes from meetings like 1:1s or sprint planning.
Captures ideas, thoughts, meeting insights, and notes to personal Yuque knowledge base as daily notes or standalone docs. Triggers on '记一下', 'capture this', '帮我记录'.
Share bugs, ideas, or general feedback.
Take raw meeting information from the user, format it into a standard meeting notes template, and create a document in the team's Yuque knowledge base.
All tools are from the yuque-mcp server:
yuque_list_repos — List group knowledge bases to find the target repoyuque_create_doc — Create the meeting notes documentExtract or ask for the following from the user's input:
| Field | Required | Example |
|---|---|---|
| 会议主题 (Topic) | Yes | "Q1 产品规划评审" |
| 会议日期 (Date) | Yes (default: today) | "2024-01-15" |
| 会议时间 (Time) | No | "14:00-15:30" |
| 参会人员 (Attendees) | Yes | "张三、李四、王五" |
| 主持人 (Host) | No | "张三" |
| 记录人 (Recorder) | No | "AI 助手" |
| 团队标识 (Group login) | Yes | "my-team" |
If the user provides raw/unstructured content, extract these fields from context. If critical fields are missing (topic, attendees), ask the user.
If the user hasn't specified a group login, ask: "请告诉我团队的语雀团队标识(group login),我来把会议纪要存到团队知识库。"
Organize the meeting content into these sections:
For each action item, ensure it has:
Use this template:
# 会议纪要:[会议主题]
| 项目 | 内容 |
|------|------|
| 📅 日期 | YYYY-MM-DD |
| ⏰ 时间 | HH:MM - HH:MM |
| 📍 地点 | [线上/会议室名称] |
| 👥 参会人 | [姓名列表] |
| 🎙️ 主持人 | [姓名] |
| ✍️ 记录人 | [姓名/AI 助手] |
---
## 📋 议题
1. [议题 1]
2. [议题 2]
3. [议题 3]
---
## 💬 讨论要点
### 议题 1:[标题]
- [要点 1]
- [要点 2]
- [要点 3]
### 议题 2:[标题]
- [要点 1]
- [要点 2]
---
## ✅ 决议
1. **[决议 1]**
- 说明:[补充细节]
2. **[决议 2]**
- 说明:[补充细节]
---
## 📌 待办事项
| # | 事项 | 负责人 | 截止日期 | 状态 |
|---|------|--------|----------|------|
| 1 | [具体任务] | [姓名] | YYYY-MM-DD | ⬜ 待开始 |
| 2 | [具体任务] | [姓名] | YYYY-MM-DD | ⬜ 待开始 |
| 3 | [具体任务] | [姓名] | YYYY-MM-DD | ⬜ 待开始 |
---
## 📝 备注
- [其他需要记录的内容]
---
> 本纪要由 AI 助手整理,如有遗漏请补充。
List the team's knowledge bases:
Tool: yuque_list_repos
Parameters:
login: "<group_login>"
type: "group"
If the user hasn't specified a repo:
Tool: yuque_create_doc
Parameters:
repo_id: "<namespace>" # e.g., "my-team/meeting-notes"
title: "会议纪要:[主题] - YYYY-MM-DD"
body: "<formatted markdown content>"
format: "markdown"
After creation, respond with:
✅ 会议纪要已创建!
📄 **[会议纪要:主题 - 日期](文档链接)**
📚 已归档到:「团队知识库名称」
### 摘要
- 共讨论 X 个议题
- 形成 X 项决议
- 产生 X 个待办事项
meeting-notes skill in the yuque-personal plugin| Situation | Action |
|---|---|
| User provides very little info | Ask for at least: topic, attendees, key decisions |
yuque_list_repos returns empty | Ask user to verify group login and group Token |
yuque_create_doc fails (403) | Tell user they may lack write permission; check group Token scope |
yuque_create_doc fails (other) | Show error, suggest user check yuque-mcp connection |
| No clear action items | Still create the doc, note "本次会议无明确待办事项" |
| Group login not provided | Ask user for the team's group login |
| Team Token not configured | Inform user that group repos require a team-level Token |