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,複製專案級或個人級安裝指令。
匯入目前專案.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匯入目前專案.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匯入目前專案.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-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-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 -yNative Gemini CLI
gemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path design-templates/meeting-notes⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
Skill 指令
在 GitHub 查看原始檔案 ↗# 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> ```