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.

Pinned to the indexed commit
Project installation.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a codex -y
Personal installation~/.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a codex -g -y
Manual folder.agents/skills/meeting-notesOfficial docs ↗
Project installation.claude/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a claude-code -y
Personal 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 -y
Manual folder.claude/skills/meeting-notesOfficial docs ↗
Project installation.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a github-copilot -y
Personal 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 -y
Manual folder.agents/skills/meeting-notesOfficial docs ↗
Project installation.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a cursor -y
Personal installation~/.cursor/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a cursor -g -y
Manual folder.agents/skills/meeting-notesOfficial docs ↗
Project installation.agents/skills/meeting-notes
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/design-templates/meeting-notes -a gemini-cli -y
Personal 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 -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path design-templates/meeting-notes
Manual folder.agents/skills/meeting-notesOfficial docs ↗
⚠ 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>
```