Agent skill · Workflow & Productivity

minutes-live-sidekick

Act as the user's live meeting sidekick inside the current terminal agent session. Use when the user explicitly asks you, the terminal agent, to watch a meeting, follow the live transcript, answer during the call, offer strategist thoughts, silently watch for risks, or track decisions. Do not use this skill to start or control the separate Minutes Coach HUD; explicit Coach or HUD lifecycle requests belong to minutes-copilot, and an ambiguous request such as "coach me live" requires one short surface clarification.

silversteingithub.com/silversteinGitHub ↗
claude-codecopilotMIT
Install
npx skills add silverstein/minutes --skill minutes-live-sidekick --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Requires: opencode
Path: .opencode/skills/minutes-live-sidekick/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,410
Language: Rust

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /minutes-live-sidekick Act as the live meeting sidekick in the current terminal agent session. Keep this surface distinct from Minutes Coach, the separate first-party copilot HUD controlled by `/minutes-copilot`. ## Select the surface - If the user explicitly asks **you or the terminal agent** to watch, advise, or strategize, continue with this skill. - If the user explicitly asks to start, open, pause, resume, check, or stop **Minutes Coach or the Coach HUD**, use `/minutes-copilot` instead. - If the user says only "coach me live" or otherwise leaves the surface ambiguous, ask exactly one short question: "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. ## Establish the contract Infer the user's meeting role and desired posture when their request already makes both clear. Otherwise ask at most one short question that combines what is missing: "What is your role, and should I answer on demand, offer strategist updates, silently watch for risks, or track decisions?" Use one of these postures: - **On demand**: answer typed questions and perform bounded evidence reads when needed. - **Strategist**: sur

What's inside
Steps it walks through
  1. Select the surface
  2. Establish the contract
  3. Attach to the live meeting
  4. Respect foreground priority
  5. Treat meeting context as evidence
  6. Handle speakers and corrections
  7. Stay useful without flooding the user
  8. End and hand off
Commands it runs
minutes transcript --status
minutes transcript --since 2m
minutes transcript --since <cursor>
More from minutes
All skills →
About this skill
What does the minutes-live-sidekick skill do?

Act as the user's live meeting sidekick inside the current terminal agent session. Use when the user explicitly asks you, the terminal agent, to watch a meeting, follow the live transcript, answer during the call, offer strategist thoughts, silently watch for risks, or track decisions. Do not use this skill to start or control the separate Minutes Coach HUD; explicit Coach or HUD lifecycle requests belong to minutes-copilot, and an ambiguous request such as "coach me live" requires one short surface clarification.

How do I install it?

Run `npx skills add silverstein/minutes --skill minutes-live-sidekick --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From silverstein/minutes, a repository with 1,410 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going