Web & Frontendlow risk

meeting-notes

Meeting notes page — title bar with attendees, agenda checklist, decisions block, action items table with owners + dates, and a "next meeting" footer. Use when the brief mentions "meeting notes", "minutes", "1:1 notes", "all-hands recap", or "会议纪要".

nexu-io/open-design·design-templates/meeting-notes/SKILL.md
60/ 100推荐值

导入这个 Skill

选择你的 coding agent,复制项目级或个人级安装命令。

固定到平台收录的 commit
导入当前项目.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a codex -y
导入个人环境~/.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a codex -g -y
手动放置目录.agents/skills/meeting-notesOfficial docs ↗
导入当前项目.claude/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a claude-code -y
导入个人环境~/.claude/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a claude-code -g -y
手动放置目录.claude/skills/meeting-notesOfficial docs ↗
导入当前项目.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a github-copilot -y
导入个人环境~/.copilot/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a github-copilot -g -y
手动放置目录.agents/skills/meeting-notesOfficial docs ↗
导入当前项目.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a cursor -y
导入个人环境~/.cursor/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a cursor -g -y
手动放置目录.agents/skills/meeting-notesOfficial docs ↗
导入当前项目.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a gemini-cli -y
导入个人环境~/.gemini/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path design-templates/meeting-notes
手动放置目录.agents/skills/meeting-notesOfficial docs ↗
⚠ 安装命令使用开源 skills CLI。执行前请检查来源、脚本和权限。
# Meeting Notes Skill

Produce a single-screen meeting notes page.

## Workflow

1. Read DESIGN.md.
2. Layout:
   - Header: meeting title, date, time, location/Zoom, attendees row.
   - Agenda checklist (4–6 items).
   - Decisions panel — bulleted list with strong styling.
   - Action items table with owner, due date, status.
   - "Open questions" + "next meeting" footer.
3. Subdued colour palette, clear hierarchy.

## Output contract

```
<artifact identifier="notes-name" type="text/html" title="Meeting Notes">
<!doctype html>...</artifact>
```