meeting-copilot

Solid

Use when preparing for, running, or closing a live meeting with an AI assistant dashboard. Triggers on "meeting copilot", "live copilot", "prepare for a call", "update copilot", "close the session", or requests to turn transcript chunks into meeting questions, topic maps, decisions, and follow-ups.

AI & Automation 176 stars 21 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
75
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Meeting Copilot Create and maintain a local HTML dashboard for a live meeting. The dashboard gives the user a second-screen view of context, questions, topic progress, decisions, risks, and follow-ups while the call is happening. This skill is designed for private workspaces. Do not publish raw transcripts, client names, personal notes, or generated meeting artifacts unless the user explicitly asks for a sanitized export. ## Modes Use one of three modes: | Mode | When | Output | | --- | --- | --- | | CREATE | Before the meeting | A local dashboard app with prepared context and questions | | UPDATE | During the meeting | Updated questions, topics, decisions, risks, and follow-ups from transcript chunks | | CLOSE | After the meeting | Final summary, action items, CRM or notes updates, and optional sanitized export | ## CREATE Inputs: - meeting title or contact name - meeting type, for example discovery, sales, mentoring, support, hiring, partnership - date - available context files, if any - output directory Create this structure: ```text YYYY-MM-DD-meeting-copilot/ app/ index.html app.js components.js styles.css tabs/ briefing.js questions.js topics.js decisions.js followups.js state/ transcript.txt diff.py ``` Dashboard tabs: - `briefing.js`: meeting goal, known context, participants, constraints - `questions.js`: grouped live questions - `topics.js`: planned and discussed topics - `decisions.js`: decis...

Details

Author
serejaris
Repository
serejaris/personal-corp-skills
Created
5 months ago
Last Updated
yesterday
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category