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>
```