silverstein/minutes-copilot
Start and control Minutes Coach, the separate real-time copilot HUD, with an explicit meeting goal. Use only for explicit Coach or HUD lifecycle requests such as "start Minutes Coach", "open the Coach HUD", "pause Minutes Coach", "resume Minutes Coach", "Minutes Coach status", or "stop Minutes Coach". Do not use for requests that explicitly ask the current terminal agent to watch or strategize; those belong to minutes-live-sidekick. An ambiguous request such as "coach me live" requires one short surface clarification and must not automatically start Coach.
npx skills add https://github.com/silverstein/minutes --skill minutes-copilot
Use the real Minutes copilot runtime to start or control Coach. Do not build a transcript reader, event poller, prompt loop, or shell tailer in this skill.
If the user explicitly asks you or the current terminal agent to watch, advise, or strategize, use /minutes-live-sidekick instead. If the user says only "coach me live" or otherwise leaves the surface ambiguous, ask exactly: "Do you want me in this terminal to be your sidekick, or should I open the Minutes Coach HUD?" Do not start Coach while clarifying.
sales, discovery, interview, negotiation, difficult-conversation, decision, or generic. Default to generic.tui surface. Never invent an MCP tool name.minutes copilot start --goal '<meeting goal>' --surface tui --mode generic
The tui surface is the Coach HUD. Keep the command attached as the live session. Add --live only when the user explicitly asks Coach to own a standalone capture; normally Coach attaches to the existing Minutes capture stream.
Use the matching real MCP control when present; otherwise run exactly one of:
minutes copilot status
minutes copilot pause
minutes copilot resume
minutes copilot stop
Do not start a second session when minutes copilot status reports one active. Pausing or stopping Coach must not stop recording.
After a successful start, report the goal and mode in one line: Coach is listening — goal: <goal> · mode: <mode>. For status or control actions, relay the command result concisely. If the provider is unavailable, say that Coach degraded or did not start and make clear that recording remains unaffected.
Take silverstein/minutes-copilot from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.