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/ 100Recommendation
Install this skill
Choose your coding agent and copy a project or personal installation command.
Project installation.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a codex -yPersonal installation~/.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a codex -g -yProject installation.claude/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a claude-code -yPersonal installation~/.claude/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a claude-code -g -yProject installation.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a github-copilot -yPersonal installation~/.copilot/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a github-copilot -g -yProject installation.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a cursor -yPersonal installation~/.cursor/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a cursor -g -yProject installation.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a gemini-cli -yPersonal installation~/.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⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.
Skill instructions
View source on 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> ```