AI LineAiline Skillhub
技能市场/meeting-notes

meeting-notes

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 "会议纪要".

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>

安装中心

可直接安装到 9 个框架(另有 Cursor / Windsurf 需转换为 rules 格式)。悬停可查看各框架的技能目录。

方式一 · 复制提示词(推荐)

粘贴给你的 Claude Code,它会自己完成下载和安装(安装文件直接取自原始仓库)

请帮我安装技能「meeting-notes」:
1. 从原始仓库下载技能文件:https://raw.githubusercontent.com/nexu-io/open-design/main/design-templates/meeting-notes/SKILL.md(GitHub 上的 SKILL.md 原始文件)
2. 保存为 ~/.claude/skills/meeting-notes/SKILL.md(目录不存在则创建)
3. 确认文件存在后,告诉我安装结果

方式二 · 命令行安装

npx CLI 跨平台可用(自动检测本机 Agent);PowerShell 方式无需安装任何东西

npx ailine-skills add meeting-notes
New-Item -ItemType Directory -Force "$HOME\.claude\skills\meeting-notes" | Out-Null; curl.exe -fsSL "https://raw.githubusercontent.com/nexu-io/open-design/main/design-templates/meeting-notes/SKILL.md" -o "$HOME\.claude\skills\meeting-notes\SKILL.md"

方式三 · 前往原始仓库

第三方技能不由本站分发安装文件,请从原始仓库获取(上方命令/提示词已直连原始文件)